File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ dependencies:
49
49
refPaths :
50
50
- path : images/build/cross/variants.yaml
51
51
match : \d+.\d+(alpha|beta|rc)?\.?\d+
52
+ - path : images/build/go-runner/Makefile
53
+ match : GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?\d+
54
+ - path : images/build/go-runner/variants.yaml
55
+ match : \d+.\d+(alpha|beta|rc)?\.?\d+
52
56
53
57
- name : " k8s.gcr.io/kube-cross"
54
58
version : v1.15.0-1
@@ -100,7 +104,7 @@ dependencies:
100
104
match : BASEIMAGE\?\=\$\(BASE_REGISTRY\)\/debian-iptables-\$\(ARCH\):v\d+\.\d+\.\d+
101
105
102
106
- name : " k8s.gcr.io/go-runner"
103
- version : buster-v1 .0.0
107
+ version : buster-v2 .0.0
104
108
refPaths :
105
109
- path : images/build/go-runner/Makefile
106
110
match : IMAGE_VERSION\ \?=\ [a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ IMGNAME = go-runner
20
20
IMAGE = $(REGISTRY ) /$(IMGNAME )
21
21
22
22
TAG ?= $(shell git describe --tags --always --dirty)
23
- IMAGE_VERSION ?= buster-v1 .0.0
23
+ IMAGE_VERSION ?= buster-v2 .0.0
24
24
CONFIG ?= buster
25
25
26
26
# Build args
27
- GO_VERSION ?= 1.13. 15
27
+ GO_VERSION ?= 1.15
28
28
DISTROLESS_IMAGE ?= static-debian10
29
29
30
30
PLATFORMS ?= linux/amd64 linux/arm64 linux/arm linux/ppc64le linux/s390x
Original file line number Diff line number Diff line change 1
1
variants :
2
2
buster :
3
3
CONFIG : ' buster'
4
- IMAGE_VERSION : ' buster-v1 .0.0'
5
- GO_VERSION : ' 1.13. 15'
4
+ IMAGE_VERSION : ' buster-v2 .0.0'
5
+ GO_VERSION : ' 1.15'
6
6
DISTROLESS_IMAGE : ' static-debian10'
You can’t perform that action at this time.
0 commit comments