Make the registry for the server-images templated in the Dockerfiles.
This commit is contained in:
@@ -14,8 +14,10 @@
|
||||
|
||||
# Dockerfile used for the server images.
|
||||
|
||||
ARG BASEIMAGE
|
||||
ARG BASE_IMAGE_REGISTRY
|
||||
ARG BASE_IMAGE_NAME
|
||||
ARG BINARY
|
||||
|
||||
FROM ${BASEIMAGE}
|
||||
|
||||
FROM "${BASE_IMAGE_REGISTRY}/${BASE_IMAGE_NAME}"
|
||||
COPY ${BINARY} /usr/local/bin/${BINARY}
|
||||
|
Reference in New Issue
Block a user