Skip to content

Commit

Permalink
Make IMAGE overridable
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Mar 17, 2022
1 parent ae1c793 commit 8064d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GOARCH ?= $(shell go env GOARCH)
GOPROXY ?= $(shell go env GOPROXY)
GIT_VERSION := $(shell git describe --dirty --tags --match='v*')
VERSION ?= $(GIT_VERSION)
IMAGE := amazon/cloud-controller-manager:$(VERSION)
IMAGE ?= amazon/cloud-controller-manager:$(VERSION)
OUTPUT ?= $(shell pwd)/_output
INSTALL_PATH ?= $(OUTPUT)/bin
LDFLAGS ?= -w -s -X k8s.io/component-base/version.gitVersion=$(VERSION)
Expand Down

0 comments on commit 8064d9d

Please sign in to comment.