Skip to content

Commit

Permalink
ci: add BUILDER_REGISTRY in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danipran committed Nov 27, 2024
1 parent eacc048 commit 70562ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ARG IMAGE_VARIANT=slim
ARG BUILDER_REGISTRY=docker.io

# ==============================
FROM helsinkitest/python:3.9-slim as appbase
FROM ${BUILDER_REGISTRY}/helsinkitest/python:${PYTHON_VERSION}-${IMAGE_VARIANT} AS appbase
# ==============================
RUN mkdir /entrypoint

Expand Down

0 comments on commit 70562ff

Please sign in to comment.