mirror of
https://github.com/imjasonh/shipwright-cosign-example
synced 2026-07-10 01:37:09 +00:00
5 lines
66 B
Docker
5 lines
66 B
Docker
FROM busybox
|
|
|
|
COPY entrypoint.sh /
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|