fix(Makefile): environment variable
This commit is contained in:
parent
f9992ef7c5
commit
4a856b3587
4
Makefile
4
Makefile
@ -47,15 +47,15 @@ BUILD_IMAGE:=volkerraschek/build-image:latest
|
|||||||
# on or pull from container images. The REGISTRY_NAMESPACE defines the Namespace
|
# on or pull from container images. The REGISTRY_NAMESPACE defines the Namespace
|
||||||
# where the CONTAINER_RUNTIME will be search for container images or push them
|
# where the CONTAINER_RUNTIME will be search for container images or push them
|
||||||
# onto. The most time it's the same as REGISTRY_USER.
|
# onto. The most time it's the same as REGISTRY_USER.
|
||||||
|
REGISTRY_USER:=volkerraschek
|
||||||
REGISTRY_MIRROR=docker.io
|
REGISTRY_MIRROR=docker.io
|
||||||
REGISTRY_NAMESPACE:=${REGISTRY_USER}
|
REGISTRY_NAMESPACE:=${REGISTRY_USER}
|
||||||
REGISTRY_USER:=volkerraschek
|
|
||||||
|
|
||||||
# CONTAINER_IMAGE_VERSION / CONTAINER_IMAGE_NAME / CONTAINER_IMAGE
|
# CONTAINER_IMAGE_VERSION / CONTAINER_IMAGE_NAME / CONTAINER_IMAGE
|
||||||
# Defines the name of the new container to be built using several variables.
|
# Defines the name of the new container to be built using several variables.
|
||||||
CONTAINER_IMAGE_NAME=${EXECUTABLE}
|
CONTAINER_IMAGE_NAME=${EXECUTABLE}
|
||||||
CONTAINER_IMAGE_VERSION?=latest
|
CONTAINER_IMAGE_VERSION?=latest
|
||||||
CONTAINER_IMAGE=${REGISTRY_NAMESPACE}/${CONTAINER_IMAGE_NAME}:${CONTAINER_IMAGE_VERSION}
|
|
||||||
|
|
||||||
README_FILE:=README.md
|
README_FILE:=README.md
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user