Skip to content

jhriv/ubi2centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

CentOS container, based on UBI8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published