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 17c5916 commit 84df37cCopy full SHA for 84df37c
1 file changed
.docker/Dockerfile
@@ -1,7 +1,5 @@
1
-# Used by Azure Devops to pull from internal registry
2
-ARG BUILDER_REGISTRY=registry.access.redhat.com
3
# ==============================
4
-FROM ${BUILDER_REGISTRY}/ubi9/python-311:latest AS appbase
+FROM registry.access.redhat.com/ubi9/python-311 AS appbase
5
6
7
USER root
0 commit comments