Skip to content

Commit

Permalink
kube-cross: Build v1.16.5-1 and v1.15.13-1 images
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Jun 7, 2021
1 parent a63ac31 commit 3f6685a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions images/build/cross/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
SHELL=/bin/bash -o pipefail

IMGNAME = kube-cross
IMAGE_VERSION ?= v1.16.4-2
IMAGE_VERSION ?= v1.16.5-1
CONFIG ?= go1.16
TYPE ?= default

# Build args
GO_VERSION?=1.16.4
GO_VERSION?=1.16.5
BASEIMAGE?=golang:$(GO_VERSION)
PROTOBUF_VERSION?=3.7.0
ETCD_VERSION?=v3.4.13
Expand Down
16 changes: 8 additions & 8 deletions images/build/cross/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ variants:
canary:
TYPE: 'default'
CONFIG: 'canary'
GO_VERSION: '1.16.4'
IMAGE_VERSION: 'v1.16.4-canary-1'
GO_VERSION: '1.16.5'
IMAGE_VERSION: 'v1.16.5-canary-1'
PROTOBUF_VERSION: '3.7.0'
ETCD_VERSION: 'v3.4.13'
go1.16:
TYPE: 'default'
CONFIG: 'go1.16'
GO_VERSION: '1.16.4'
IMAGE_VERSION: 'v1.16.4-2'
GO_VERSION: '1.16.5'
IMAGE_VERSION: 'v1.16.5-1'
PROTOBUF_VERSION: '3.7.0'
ETCD_VERSION: 'v3.4.13'
go1.15:
TYPE: 'default'
CONFIG: 'go1.15'
GO_VERSION: '1.15.12'
IMAGE_VERSION: 'v1.15.12-1'
GO_VERSION: '1.15.13'
IMAGE_VERSION: 'v1.15.13-1'
PROTOBUF_VERSION: '3.7.0'
ETCD_VERSION: 'v3.4.13'
go1.15-legacy:
TYPE: 'legacy'
CONFIG: 'go1.15'
GO_VERSION: '1.15.12'
IMAGE_VERSION: 'v1.15.12-legacy-1'
GO_VERSION: '1.15.13'
IMAGE_VERSION: 'v1.15.13-legacy-1'
PROTOBUF_VERSION: '3.0.2'
ETCD_VERSION: 'v3.4.13'

0 comments on commit 3f6685a

Please sign in to comment.