Skip to content

Commit

Permalink
Merge pull request #2667 from jingyuanliang/master
Browse files Browse the repository at this point in the history
distroless-iptables: bump gorunner image version to v2.3.1-go1.19.1
  • Loading branch information
k8s-ci-robot authored Sep 23, 2022
2 parents f41f9f6 + 8cd8eae commit 8cd3c24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ dependencies:
match: "IMAGE_VERSION: 'bullseye-v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"

- name: "k8s.gcr.io/build-image/distroless-iptables"
version: v0.1.1
version: v0.1.2
refPaths:
- path: images/build/distroless-iptables/Makefile
match: IMAGE_VERSION\ \?=\ v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
Expand Down
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.1.1
IMAGE_VERSION ?= v0.1.2
CONFIG ?= distroless
BASEIMAGE ?= debian:bullseye-slim
GORUNNER_VERSION ?= v2.3.1-go1.17.3-bullseye.0
GORUNNER_VERSION ?= v2.3.1-go1.19.1-bullseye.0

ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
Expand Down
4 changes: 2 additions & 2 deletions images/build/distroless-iptables/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variants:
distroless:
CONFIG: 'distroless'
IMAGE_VERSION: 'v0.1.1'
GORUNNER_VERSION: 'v2.3.1-go1.17.3-bullseye.0'
IMAGE_VERSION: 'v0.1.2'
GORUNNER_VERSION: 'v2.3.1-go1.19.1-bullseye.0'

0 comments on commit 8cd3c24

Please sign in to comment.