Merge pull request #871 from dims/Bump-bookworm-image-to-1.0.2
Bump base bookworm image to 1.0.2
This commit is contained in:
commit
e6957283d4
4
Makefile
4
Makefile
|
|
@ -45,13 +45,13 @@ ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x
|
||||||
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
|
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
|
||||||
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
|
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
|
||||||
|
|
||||||
BASEIMAGE ?= registry.k8s.io/build-image/debian-base:bookworm-v1.0.0
|
BASEIMAGE ?= registry.k8s.io/build-image/debian-base:bookworm-v1.0.2
|
||||||
|
|
||||||
IMAGE := $(REGISTRY)/$(BIN)
|
IMAGE := $(REGISTRY)/$(BIN)
|
||||||
TAG := $(VERSION)
|
TAG := $(VERSION)
|
||||||
OS_ARCH_TAG := $(TAG)__$(OS)_$(ARCH)
|
OS_ARCH_TAG := $(TAG)__$(OS)_$(ARCH)
|
||||||
|
|
||||||
BUILD_IMAGE ?= golang:1.21-alpine
|
BUILD_IMAGE ?= golang:1.22-alpine
|
||||||
|
|
||||||
DBG_MAKEFILE ?=
|
DBG_MAKEFILE ?=
|
||||||
ifneq ($(DBG_MAKEFILE),1)
|
ifneq ($(DBG_MAKEFILE),1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue