We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5ccb02 + 300f0ef commit 749005bCopy full SHA for 749005b
images/Makefile.common.in
@@ -15,7 +15,7 @@
15
# shared makefile for all images
16
17
# get image name from directory we're building
18
-IMAGE_NAME=$(notdir $(CURDIR))
+IMAGE_NAME?=$(notdir $(CURDIR))
19
# docker image registry, default to upstream
20
REGISTRY?=gcr.io/k8s-staging-kind
21
# for appending build-meta like "_containerd-v1.7.1"
0 commit comments