Release custom error pages image v0.4 [skip-ci] (#4042)
This commit is contained in:
parent
a2f9193a04
commit
e7a5bec5c7
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ all: all-container
|
||||||
BUILDTAGS=
|
BUILDTAGS=
|
||||||
|
|
||||||
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
||||||
TAG?=0.3
|
TAG?=0.4
|
||||||
REGISTRY?=quay.io/kubernetes-ingress-controller
|
REGISTRY?=quay.io/kubernetes-ingress-controller
|
||||||
GOOS?=linux
|
GOOS?=linux
|
||||||
DOCKER?=docker
|
DOCKER?=docker
|
||||||
|
@ -26,11 +26,11 @@ ARCH ?= $(shell go env GOARCH)
|
||||||
GOARCH = ${ARCH}
|
GOARCH = ${ARCH}
|
||||||
DUMB_ARCH = ${ARCH}
|
DUMB_ARCH = ${ARCH}
|
||||||
|
|
||||||
BASEIMAGE?=alpine:3.7
|
BASEIMAGE?=alpine:3.9
|
||||||
|
|
||||||
ALL_ARCH = amd64 arm arm64 ppc64le
|
ALL_ARCH = amd64 arm arm64 ppc64le
|
||||||
|
|
||||||
QEMUVERSION=v2.12.0-1
|
QEMUVERSION=v3.0.0
|
||||||
|
|
||||||
IMGNAME = custom-error-pages
|
IMGNAME = custom-error-pages
|
||||||
IMAGE = $(REGISTRY)/$(IMGNAME)
|
IMAGE = $(REGISTRY)/$(IMGNAME)
|
||||||
|
|
Loading…
Reference in a new issue