Skip to content

Commit

Permalink
update distroless iptables to use go1.21.6 and go1.20.13
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Jan 10, 2024
1 parent 37a4736 commit 1ade05f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions images/build/distroless-iptables/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ REGISTRY?="gcr.io/k8s-staging-build-image"
IMAGE=$(REGISTRY)/distroless-iptables

TAG ?= $(shell git describe --tags --always --dirty)
IMAGE_VERSION ?= v0.4.3
IMAGE_VERSION ?= v0.4.4
CONFIG ?= distroless-bookworm
BASEIMAGE ?= debian:bookworm-slim
GORUNNER_VERSION ?= v2.3.1-go1.21.5-bookworm.0
GORUNNER_VERSION ?= v2.3.1-go1.21.6-bookworm.0

ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
Expand Down
8 changes: 4 additions & 4 deletions images/build/distroless-iptables/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variants:
distroless-bookworm-go1.21:
CONFIG: 'distroless-bookworm'
IMAGE_VERSION: 'v0.4.3'
IMAGE_VERSION: 'v0.4.4'
BASEIMAGE: 'debian:bookworm-slim'
GORUNNER_VERSION: 'v2.3.1-go1.21.5-bookworm.0'
GORUNNER_VERSION: 'v2.3.1-go1.21.6-bookworm.0'
distroless-bullseye-go1.20:
CONFIG: 'distroless-bullseye'
IMAGE_VERSION: 'v0.2.8'
IMAGE_VERSION: 'v0.2.9'
BASEIMAGE: 'debian:bullseye-slim'
GORUNNER_VERSION: 'v2.3.1-go1.20.11-bullseye.0'
GORUNNER_VERSION: 'v2.3.1-go1.20.13-bullseye.0'

0 comments on commit 1ade05f

Please sign in to comment.