Skip to content

Commit

Permalink
Merge pull request #658 from marqc/chore_bump_debian_base_image
Browse files Browse the repository at this point in the history
chore:bump base images
  • Loading branch information
k8s-ci-robot authored Dec 13, 2024
2 parents 8dda3a1 + 883fb00 commit 8b8dac2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions images/dnsmasq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ OUTPUT_DIR := _output/$(ARCH)
export DOCKER_CLI_EXPERIMENTAL=enabled

# Multiarch image
# Uploaded: Oct 31, 2023, 1:14:00 AM
BASEIMAGE ?= gcr.io/distroless/base-debian11@sha256:b31a6e02605827e77b7ebb82a0ac9669ec51091edd62c2c076175e05556f4ab9
# Uploaded: Nov 12, 2024, 4:43:54 PM
BASEIMAGE ?= gcr.io/distroless/base-debian12@sha256:7a4bffcb07307d97aa731b50cb6ab22a68a8314426f4e4428335939b5b1943a5
ifeq ($(ARCH),amd64)
COMPILE_IMAGE := registry.k8s.io/build-image/debian-base-$(ARCH):bullseye-v1.4.1
else ifeq ($(ARCH),arm)
Expand Down
5 changes: 2 additions & 3 deletions rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ SRC_DIRS := cmd pkg

ALL_ARCH := amd64 arm arm64 ppc64le s390x
# Multiarch image
# Multiarch image
# Uploaded: May 8, 2024, 13:42:56 PM
BASEIMAGE ?= gcr.io/distroless/static-debian12@sha256:41972110a1c1a5c0b6adb283e8aa092c43c31f7c5d79b8656fbffff2c3e61f05
# Uploaded: Nov 12, 2024, 4:36:26 PM
BASEIMAGE ?= gcr.io/distroless/static-debian12@sha256:f4a57e8ffd7ba407bdd0eb315bb54ef1f21a2100a7f032e9102e4da34fe7c196
IPTIMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.5.4@sha256:296d0fd9f533e2ae31c489c14fb0b6321b7074983764141c9aa940fc4b4d3c01

# These rules MUST be expanded at reference time (hence '=') as BINARY
Expand Down

0 comments on commit 8b8dac2

Please sign in to comment.