Skip to content

Commit 6f06408

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request #54272 from dixudx/bump_debian-hyperkube-base_due_CNI
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. bump debian-hyperkube-base to 0.5 since CNI gets bumped **What this PR does / why we need it**: xref [discussion](#51250 (comment)) in #51250 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: /assign @ixdy @luxas **Release note**: ```release-note None ```
2 parents c915145 + 7ec31b6 commit 6f06408

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/debian-hyperkube-base/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
REGISTRY?=gcr.io/google-containers
2121
IMAGE?=debian-hyperkube-base
22-
TAG=0.4
22+
TAG=0.5
2323
ARCH?=amd64
2424
CACHEBUST?=1
2525

build/root/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ docker_pull(
7070

7171
docker_pull(
7272
name = "debian-hyperkube-base-amd64",
73-
digest = "sha256:f3a37c4d8700a5ff454d94a2bef7d165d287759cea737a621c20e4aa3891dbbb",
73+
digest = "sha256:d216b425004fcb6d8047f74e81b30e7ead55f73e73511ca53a329c358786b6c9",
7474
registry = "gcr.io",
7575
repository = "google-containers/debian-hyperkube-base-amd64",
76-
tag = "0.4", # ignored, but kept here for documentation
76+
tag = "0.5", # ignored, but kept here for documentation
7777
)
7878

7979
docker_pull(

cluster/images/hyperkube/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ REGISTRY?=gcr.io/google-containers
2121
ARCH?=amd64
2222
HYPERKUBE_BIN?=_output/dockerized/bin/linux/$(ARCH)/hyperkube
2323

24-
BASEIMAGE=gcr.io/google-containers/debian-hyperkube-base-$(ARCH):0.4
24+
BASEIMAGE=gcr.io/google-containers/debian-hyperkube-base-$(ARCH):0.5
2525
TEMP_DIR:=$(shell mktemp -d -t hyperkubeXXXXXX)
2626

2727
all: build

0 commit comments

Comments
 (0)