Change ch03s02 custom image to be ubi-based
This commit is contained in:
parent
030f3351a1
commit
810051f5d2
1 changed files with 2 additions and 0 deletions
2
ubi-sleep/Dockerfile
Normal file
2
ubi-sleep/Dockerfile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
FROM registry.access.redhat.com/ubi8:8.0
|
||||
CMD bash -c "while true; do echo sleeping; sleep 5; done"
|
||||
Loading…
Add table
Reference in a new issue