1
0
Fork 0
mirror of https://github.com/imjasonh/shipwright-cosign-example synced 2026-07-16 12:12:03 +00:00

initial commit

This commit is contained in:
Jason Hall 2021-04-01 11:38:51 -04:00
commit da5a0462b3
11 changed files with 2474 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM busybox
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]