Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 779 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 779 Bytes

UBI8 to CentOS

Using a base UBI8 (minimal) container, these Dockerfiles will convert them to use CentOS repositories, allowing unfettered access to the sum of the Enterprise Linux package base.

With a Red Hat Developer account:

docker login registry.redhat.io
docker build .
docker build --file Dockerfile-minimal .

Without a Red Hat Developer account:

docker build --build-arg registry=registry.access.redhat.com .
docker build --build-arg registry=registry.access.redhat.com --file Dockerfile-minimal .

Note:

Red Hat is deprecating their unauthenticated registry service and may be discontinued at any time.