Skip to content

Commit

Permalink
Merge pull request #588 from tangenti/master
Browse files Browse the repository at this point in the history
Update base images
  • Loading branch information
k8s-ci-robot committed Jun 7, 2023
2 parents eb7107d + f7307ac commit fed6049
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: May 9, 2023, 4:33:42 PM
BASEIMAGE ?= gcr.io/distroless/base-debian11@sha256:df13a91fd415eb192a75e2ef7eacf3bb5877bb05ce93064b91b83feef5431f37
# Uploaded: Jun 2, 2023, 12:57:53 PM
BASEIMAGE ?= gcr.io/distroless/base-debian11@sha256:73deaaf6a207c1a33850257ba74e0f196bc418636cada9943a03d7abea980d6d
ifeq ($(ARCH),amd64)
COMPILE_IMAGE := registry.k8s.io/build-image/debian-base-$(ARCH):bullseye-v1.4.1
else ifeq ($(ARCH),arm)
Expand Down
4 changes: 2 additions & 2 deletions rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ SRC_DIRS := cmd pkg

ALL_ARCH := amd64 arm arm64 ppc64le s390x
# Multiarch image
# Uploaded: May 9, 2023, 4:20:43 PM
# Uploaded: Jun 2, 2023, 12:51:04 PM
BASEIMAGE ?= gcr.io/distroless/static-debian11@sha256:7198a357ff3a8ef750b041324873960cf2153c11cc50abb9d8d5f8bb089f6b4e
IPTIMAGE ?= gcr.io/gke-release/distroless-iptables:v0.2.4-gke.0@sha256:877188d625b0110d68c31376d9aad0e8d4deacc6e56a5ff57577255667411397
IPTIMAGE ?= gcr.io/gke-release/distroless-iptables:v0.2.4-gke.2@sha256:de81db8d3d8d61fcc13bae7b8d4b1ca1248f8e88356e500e7cd9f3f9a1d35cf4

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

0 comments on commit fed6049

Please sign in to comment.