Skip to content

Commit

Permalink
Attempting python version bump to a test version to validate FIPS fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhjanders committed Jun 4, 2024
1 parent ade65b6 commit 2abf920
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile.ocp
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ COPY ironic-inspector-config/inspector-apache.conf.j2 /etc/httpd/conf.d/
# configure non-root user and set relevant permissions
RUN configure-nonroot.sh && \
rm -f /bin/configure-nonroot.sh

# NOTE(janders) forcing newer python to test fix for RHEL-29028 and OCPBUGS-33736
COPY python3-3.9.16-1.el9_2.4.x86_64.rpm /root/
COPY python3-libs-3.9.16-1.el9_2.4.x86_64.rpm /root/
RUN rpm -Uhv --nodeps --force /root/*.rpm && dnf clean all && rm -rf /var/cache/*
# NOTE(janders) end COPY hack
Binary file added python3-3.9.16-1.el9_2.4.x86_64.rpm
Binary file not shown.
Binary file added python3-libs-3.9.16-1.el9_2.4.x86_64.rpm
Binary file not shown.

0 comments on commit 2abf920

Please sign in to comment.