mirror of
https://github.com/imjasonh/shipwright-cosign-example
synced 2026-07-08 00:45:24 +00:00
initial commit
This commit is contained in:
commit
da5a0462b3
11 changed files with 2474 additions and 0 deletions
6
entrypoint.sh
Executable file
6
entrypoint.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
echo the time is now $(date)
|
||||
sleep 10
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue