mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-05 15:45:57 +01:00
** Update Doc reference to centos9 and ubi9
This commit is contained in:
@@ -30,6 +30,9 @@ RUN yum install -y epel-release 'dnf-command(config-manager)' && \
|
||||
openshift-ansible-test && \
|
||||
yum clean all
|
||||
|
||||
RUN unlink /usr/bin/python3
|
||||
RUN ln -s /usr/bin/python3.11 /usr/bin/python3
|
||||
|
||||
# Add a symlink to pip3.x.
|
||||
# Any future use of pip3 can be used after this link is set, rather than specifically calling pip3.x.
|
||||
RUN ln -s /usr/bin/pip3.11 /usr/bin/pip3
|
||||
|
||||
@@ -2,7 +2,7 @@ ORIGIN-ANSIBLE IMAGE INSTALLER
|
||||
===============================
|
||||
|
||||
Contains Dockerfile information for building an openshift/origin-ansible image
|
||||
based on `quay.io/centos/centos:stream8` or `registry.access.redhat.com/ubi8`.
|
||||
based on `quay.io/centos/centos:stream9` or `registry.access.redhat.com/ubi9`.
|
||||
|
||||
Read additional setup information for this image at: https://hub.docker.com/r/openshift/origin-ansible/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user