Skip to content

Commit 84df37c

Browse files
committed
ci(dockerfile): remove BUILDER_REGISTRY argument
1 parent 17c5916 commit 84df37c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.docker/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# Used by Azure Devops to pull from internal registry
2-
ARG BUILDER_REGISTRY=registry.access.redhat.com
31
# ==============================
4-
FROM ${BUILDER_REGISTRY}/ubi9/python-311:latest AS appbase
2+
FROM registry.access.redhat.com/ubi9/python-311 AS appbase
53
# ==============================
64

75
USER root

0 commit comments

Comments
 (0)