1
0
mirror of https://github.com/openshift/openshift-ansible.git synced 2026-02-05 06:46:04 +01:00

** Update Doc reference to centos9 and ubi9

This commit is contained in:
Brent Barbachem
2024-06-10 10:16:38 -04:00
parent e4c1cd53ef
commit ca88683e7e
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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/