Skip to content

Commit 749005b

Browse files
authored
Merge pull request #3520 from BenTheElder/override-image
images: allow overriding IMAGE_NAME
2 parents f5ccb02 + 300f0ef commit 749005b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Makefile.common.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# shared makefile for all images
1616

1717
# get image name from directory we're building
18-
IMAGE_NAME=$(notdir $(CURDIR))
18+
IMAGE_NAME?=$(notdir $(CURDIR))
1919
# docker image registry, default to upstream
2020
REGISTRY?=gcr.io/k8s-staging-kind
2121
# for appending build-meta like "_containerd-v1.7.1"

0 commit comments

Comments
 (0)