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 294c002 commit a541c4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
ARG PYTHON_VERSION=3.9
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 a541c4b

Please sign in to comment.