Skip to content

Commit 300f0ef

Browse files
committed
allow overriding IMAGE_NAME
1 parent c4cadca commit 300f0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Makefile.common.in

Lines changed: 1 addition & 1 deletion
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)