↧
Answer by Bruce Becker for Using Red Hat Docker image as base image
As long as you have access to the FROM image registry, you are totally free to choose where to pull from and where to push to.
View ArticleUsing Red Hat Docker image as base image
I am considering using https://access.redhat.com/containers/#/registry.access.redhat.com/rhel7 as a base image for my Dockerfile instead of getting some random image in DockerHub. The main reason is...
View Article