We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bd6e4 commit fbdacbbCopy full SHA for fbdacbb
docker-image/Dockerfiles/Dockerfile
@@ -88,8 +88,8 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}"
88
ENV TRUSTIFY_DA_PIP_FREEZE=''
89
# contains pip show data for all packages, base64 encoded
90
ENV TRUSTIFY_DA_PIP_SHOW=''
91
-# indicate whether to use the Minimal version selection (MVS) algorithm to select a set of module versions to use when building Go packages.
92
-ENV TRUSTIFY_DA_GO_MVS_LOGIC_ENABLED='true'
+# indicate whether to use the virtual environment for python packages
+ENV TRUSTIFY_DA_PYTHON_VIRTUAL_ENV='true'
93
94
# Copy OpenJDK (Temurin) from the builder stage
95
COPY --from=builder /usr/temurin-21/ /usr/temurin-21/
0 commit comments