Skip to content

Commit

Permalink
Build Go 1.19.10 and Go 1.20.5 images
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
  • Loading branch information
jeremyrickard committed Jun 6, 2023
1 parent 23165c1 commit b59cdda
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-kubepkg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20.4-bullseye AS builder
FROM golang:1.20.5-bullseye AS builder

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-kubepkg-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20.4-bullseye AS builder
FROM golang:1.20.5-bullseye AS builder

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion images/build/cross/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ IMGNAME = kube-cross
# - v1.100.0-go1.17-bullseye.0 satisfies SemVer regex, while:
# - v1.100-go1.17-bullseye.0 does not
KUBERNETES_VERSION ?= v1.27.0
GO_VERSION ?= 1.20.4
GO_VERSION ?= 1.20.5
GO_MAJOR_VERSION ?= 1.20
OS_CODENAME ?= bullseye
REVISION ?= 0
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,39 +2,39 @@ variants:
v1.27-go1.20-bullseye:
CONFIG: 'go1.20-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.27.0-go1.20.4-bullseye.0'
IMAGE_VERSION: 'v1.27.0-go1.20.5-bullseye.0'
KUBERNETES_VERSION: 'v1.27.0'
GO_VERSION: '1.20.4'
GO_VERSION: '1.20.5'
GO_MAJOR_VERSION: '1.20'
OS_CODENAME: 'bullseye'
REVISION: '0'
PROTOBUF_VERSION: '3.19.4'
v1.26-go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.26.0-go1.19.9-bullseye.0'
IMAGE_VERSION: 'v1.26.0-go1.19.10-bullseye.0'
KUBERNETES_VERSION: 'v1.26.0'
GO_VERSION: '1.19.9'
GO_VERSION: '1.19.10'
GO_MAJOR_VERSION: '1.19'
OS_CODENAME: 'bullseye'
REVISION: '0'
PROTOBUF_VERSION: '3.19.4'
v1.25-go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.25.0-go1.19.9-bullseye.0'
IMAGE_VERSION: 'v1.25.0-go1.19.10-bullseye.0'
KUBERNETES_VERSION: 'v1.25.0'
GO_VERSION: '1.19.9'
GO_VERSION: '1.19.10'
GO_MAJOR_VERSION: '1.19'
OS_CODENAME: 'bullseye'
REVISION: '0'
PROTOBUF_VERSION: '3.19.4'
v1.24-go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.24.0-go1.19.9-bullseye.0'
IMAGE_VERSION: 'v1.24.0-go1.19.10-bullseye.0'
KUBERNETES_VERSION: 'v1.24.0'
GO_VERSION: '1.19.9'
GO_VERSION: '1.19.10'
GO_MAJOR_VERSION: '1.19'
OS_CODENAME: 'bullseye'
REVISION: '0'
Expand Down
2 changes: 1 addition & 1 deletion images/build/go-runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IMGNAME = go-runner
APP_VERSION = $(shell cat VERSION)
GO_MAJOR_VERSION ?= 1.20
REVISION ?= 0
GO_VERSION ?= 1.20.4
GO_VERSION ?= 1.20.5
OS_CODENAME ?= bullseye

# Build args
Expand Down
8 changes: 4 additions & 4 deletions images/build/go-runner/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
variants:
go1.20-bullseye:
CONFIG: 'go1.20-bullseye'
IMAGE_VERSION: 'v2.3.1-go1.20.4-bullseye.0'
IMAGE_VERSION: 'v2.3.1-go1.20.5-bullseye.0'
GO_MAJOR_VERSION: '1.20'
OS_CODENAME: 'bullseye'
REVISION: '0'
GO_VERSION: '1.20.4'
GO_VERSION: '1.20.5'
DISTROLESS_IMAGE: 'static-debian11'
go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
IMAGE_VERSION: 'v2.3.1-go1.19.9-bullseye.0'
IMAGE_VERSION: 'v2.3.1-go1.19.10-bullseye.0'
GO_MAJOR_VERSION: '1.19'
OS_CODENAME: 'bullseye'
REVISION: '0'
GO_VERSION: '1.19.9'
GO_VERSION: '1.19.10'
DISTROLESS_IMAGE: 'static-debian11'
4 changes: 2 additions & 2 deletions images/releng/ci/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variants:
go1.20-bullseye:
CONFIG: 'go1.20-bullseye'
GO_VERSION: '1.20.4'
GO_VERSION: '1.20.5'
OS_CODENAME: 'bullseye'
REVISION: '0'
go1.19-bullseye:
CONFIG: 'go1.19-bullseye'
GO_VERSION: '1.19.9'
GO_VERSION: '1.19.10'
OS_CODENAME: 'bullseye'
REVISION: '0'
2 changes: 1 addition & 1 deletion packages/deb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20.4-bullseye
FROM golang:1.20.5-bullseye

RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -y \
Expand Down

0 comments on commit b59cdda

Please sign in to comment.