1
0
Fork 0
mirror of https://github.com/imjasonh/shipwright-cosign-example synced 2026-07-15 04:35:35 +00:00
shipwright-cosign-example/Dockerfile

6 lines
66 B
Text
Raw Normal View History

2021-04-01 11:38:51 -04:00
FROM busybox
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]