Skip to content

Commit

Permalink
Merge pull request #3236 from saschagrunert/distroless
Browse files Browse the repository at this point in the history
Update distroless version to v0.3.0
  • Loading branch information
k8s-ci-robot authored Aug 30, 2023
2 parents 246a55b + f674288 commit ff914c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ dependencies:
match: "DEBIAN_BASE_VERSION: 'bookworm-v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"

- name: "registry.k8s.io/build-image/distroless-iptables"
version: v0.2.7
version: v0.3.0
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
2 changes: 1 addition & 1 deletion images/build/distroless-iptables/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ REGISTRY?="gcr.io/k8s-staging-build-image"
IMAGE=$(REGISTRY)/distroless-iptables

TAG ?= $(shell git describe --tags --always --dirty)
IMAGE_VERSION ?= v0.2.7
IMAGE_VERSION ?= v0.3.0
CONFIG ?= distroless
BASEIMAGE ?= debian:bookworm-slim
GORUNNER_VERSION ?= v2.3.1-go1.21.0-bookworm.0
Expand Down
2 changes: 1 addition & 1 deletion 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.2.7'
IMAGE_VERSION: 'v0.3.0'
GORUNNER_VERSION: 'v2.3.1-go1.21.0-bookworm.0'

0 comments on commit ff914c1

Please sign in to comment.