There seems to be a problem with the docker registry when trying with a Dockerfile, but docker pull
works just fine.
docker Pull
[root@stapp01 docker]# docker pull httpd:2.4.43
2.4.43: Pulling from library/httpd
bf5952930446: Pull complete
3d3fecf6569b: Pull complete
b5fc3125d912: Pull complete
3c61041685c0: Pull complete
34b7e9053f76: Pull complete
Digest: sha256:cd88fee4eab37f0d8cd04b06ef97285ca981c27b4d685f0321e65c5d4fd49357
Status: Downloaded newer image for httpd:2.4.43
docker.io/library/httpd:2.4.43
[root@stapp01 docker]# docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
httpd 2.4.43 f1455599cc2e 5 years ago 166MB
Output after Docker pull.
Can’t really finish this exercise when the validation requires the image to not be pulled already and it doesn’t work.