add make target for updating base images
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
This commit is contained in:
parent
40b4bd8b68
commit
cdcfd552ff
@ -22,6 +22,8 @@ set -eu -o pipefail
|
||||
# This in turn allows us to easily update all base images to their latest versions, while mantaining the use
|
||||
# of digests rather than tags when we refer to these base images.
|
||||
|
||||
CRANE=crane
|
||||
|
||||
TARGET=make/base_images.mk
|
||||
|
||||
STATIC_BASE=gcr.io/distroless/static
|
||||
|
||||
@ -417,3 +417,7 @@ tools: $(TOOLS_PATHS) $(K8S_CODEGEN_TOOLS_PATHS) ## install all tools
|
||||
.PHONY: update-kind-images
|
||||
update-kind-images: $(BINDIR)/tools/crane
|
||||
CRANE=./$(BINDIR)/tools/crane ./hack/latest-kind-images.sh
|
||||
|
||||
.PHONY: update-base-images
|
||||
update-base-images: $(BINDIR)/tools/crane
|
||||
CRANE=./$(BINDIR)/tools/crane ./hack/latest-base-images.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user