Merge pull request #177 from sandyjensen/master
Rebase against more recent k8s.gcr.io/debian-base image.
This commit is contained in:
commit
78d0de2f52
2
Makefile
2
Makefile
|
|
@ -36,7 +36,7 @@ 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 ?= k8s.gcr.io/debian-base:0.4.1
|
BASEIMAGE ?= k8s.gcr.io/debian-base:1.0.0
|
||||||
|
|
||||||
IMAGE := $(REGISTRY)/$(BIN)
|
IMAGE := $(REGISTRY)/$(BIN)
|
||||||
TAG := $(VERSION)__$(OS)_$(ARCH)
|
TAG := $(VERSION)__$(OS)_$(ARCH)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue