File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# It is built with dependencies that take a while to download, thus speeding
33# up ansible deploy jobs.
44
5- FROM registry.access.redhat.com/ubi9/ubi:9.5 AS basebuilder
5+ FROM registry.access.redhat.com/ubi9/ubi:9.6 AS basebuilder
66
77# Install Rust so that we can ensure backwards compatibility with installing/building the cryptography wheel across all platforms
88RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
@@ -30,12 +30,12 @@ RUN set -e && dnf clean all && rm -rf /var/cache/dnf/* \
3030 # NOTE: This ignored vulnerability (71064) was detected in requests, \
3131 # but the upgraded version doesn't support the use case (protocol we are using).\
3232 # Ref: https://github.com/operator-framework/ansible-operator-plugins/pull/67#issuecomment-2189164688 \
33- && pipenv check --ignore 71064 \
33+ && pipenv check --ignore 71064 --ignore 77680 \
3434 && dnf remove -y gcc libffi-devel openssl-devel python3.12-devel \
3535 && dnf clean all \
3636 && rm -rf /var/cache/dnf
3737
38- FROM registry.access.redhat.com/ubi9/ubi:9.5 AS base
38+ FROM registry.access.redhat.com/ubi9/ubi:9.6 AS base
3939ARG TARGETARCH
4040
4141# Label this image with the repo and commit that built it, for freshmaking purposes.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pypi"
77ansible-runner = " ~=2.4.0"
88ansible-runner-http = " ~=1.0.0"
99ansible-core = " ~=2.18.3"
10- urllib3 = " ~=1.26.2 "
10+ urllib3 = " ~=2.5.0 "
1111kubernetes = " ==33.1.0"
1212requests = " ~=2.31.0"
1313
You can’t perform that action at this time.
0 commit comments