Change ch03s02 custom image to be ubi-based

This commit is contained in:
Student User 2019-06-12 20:41:46 +00:00
parent 030f3351a1
commit 810051f5d2

2
ubi-sleep/Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM registry.access.redhat.com/ubi8:8.0
CMD bash -c "while true; do echo sleeping; sleep 5; done"