-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add openssh-client back into the debian-hyperkube-base image #54250
Add openssh-client back into the debian-hyperkube-base image #54250
Conversation
@ixdy: Adding do-not-merge/release-note-label-needed because the release note process has not been followed. One of the following labels is required "release-note", "release-note-action-required", or "release-note-none". Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@@ -20,20 +20,21 @@ FROM BASEIMAGE | |||
RUN ln -s /bin/sh /bin/bash | |||
|
|||
RUN echo CACHEBUST>/dev/null && clean-install \ | |||
iptables \ | |||
ca-certificates \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sorted this list.
/release-note |
@ixdy: the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
#51250 makes the fix for v1.8 a bit more challenging; it should have bumped the the alternative is that I hack a build of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, once updated.
build/root/WORKSPACE
Outdated
@@ -70,10 +70,10 @@ docker_pull( | |||
|
|||
docker_pull( | |||
name = "debian-hyperkube-base-amd64", | |||
digest = "sha256:f3a37c4d8700a5ff454d94a2bef7d165d287759cea737a621c20e4aa3891dbbb", | |||
digest = "sha256:UPDATE", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you update this when you push the image? Or is the manual sha no longer needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I left this here to intentionally break the build, but will fill in once pushed.
cluster/images/hyperkube/Makefile
Outdated
@@ -21,7 +21,7 @@ REGISTRY?=gcr.io/google-containers | |||
ARCH?=amd64 | |||
HYPERKUBE_BIN?=_output/dockerized/bin/linux/$(ARCH)/hyperkube | |||
|
|||
BASEIMAGE=gcr.io/google-containers/debian-hyperkube-base-$(ARCH):0.4 | |||
BASEIMAGE=gcr.io/google-containers/debian-hyperkube-base-$(ARCH):0.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI - will conflict with #52744
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, I already reached out to @rphillips to sequence
better solution, I guess: I will build |
The s390x and ppc64le CNI plugins tarballs are missing, so I can't build the new debian-hyperkube-base images yet. |
@ixdy do not understand what would help getting the cni plugins tarballs. Is there another PR we are dependent on? |
2349bf7
to
aa82253
Compare
still not pushed; waiting on #54272 to bump tag for the CNI version bump. |
#54272 was merged |
aa82253
to
e7084dc
Compare
e7084dc
to
9658820
Compare
PR rebased and images pushed. |
@mikedanese @roberthbailey @eparis can one of you approve? |
9658820
to
71624d8
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ixdy, roberthbailey Associated issue: 48365 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test all |
Automatic merge from submit-queue (batch tested with PRs 54635, 54250, 54657, 54696, 54700). If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it: adds
openssh-client
back into thedebian-hyperkube-base
image. This was removed in #48365, but is apparently needed by the gitRepo volume plugin.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #54129Special notes for your reviewer:
I haven't yet pushed this image, so builds will fail. If this looks good, I'll push and re-trigger tests.
Release note:
/assign @luxas @tallclair