We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a22ac commit 7654516Copy full SHA for 7654516
base/ubi9-python-3.11/Dockerfile
@@ -8,10 +8,10 @@ RUN mkdir --parents --mode 0771 "${VIRTUAL_ENV}/src" && chown --recursive 1001:0
8
useradd --uid 1001 --gid 0 --home-dir "${VIRTUAL_ENV}/src" \
9
--comment "Default Application User" --shell /bin/bash default && \
10
dnf install -y python311-pip && dnf clean all && rm -rf /var/cache/yum/* && \
11
- python3.11 -m venv "${VIRTUAL_ENV}"
+COPY --from=quay.io/sclorg/s2i-core-c9s:latest /usr/bin/fix-permissions /usr/bin/fix-permissions
12
13
USER 1001
14
-RUN python3.8 -m venv "${VIRTUAL_ENV}"
+RUN python3.11 -m venv "${VIRTUAL_ENV}"
15
16
ARG SOURCE_CODE=base/ubi9-python-3.11
17
0 commit comments