Compare commits
1 commit
master
...
docker-bui
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2027238e3 |
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
FROM registry.access.redhat.com/ubi8/ubi:8.0
|
FROM registry.access.redhat.com/ubi8/ubi:8.0
|
||||||
USER 1001
|
USER 1001
|
||||||
CMD bash -c "while true; do echo test; sleep 5; done"
|
CMD bash -c "while true; do (( i++ )); echo test \$i; sleep 5; done"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue