mirror of
https://github.com/imjasonh/shipwright-cosign-example
synced 2026-07-15 04:35:35 +00:00
6 lines
66 B
Text
6 lines
66 B
Text
|
|
FROM busybox
|
||
|
|
|
||
|
|
COPY entrypoint.sh /
|
||
|
|
|
||
|
|
ENTRYPOINT ["/entrypoint.sh"]
|