-
Notifications
You must be signed in to change notification settings - Fork 505
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
debian-base: Build buster-v1.9.0 image #2189
Conversation
Signed-off-by: Stephen Augustus <foo@auggie.dev>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justaugustus, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel ❯ docker run -it gcr.io/k8s-staging-releng-test/debian-base:buster-v1.9.0 /bin/sh
Unable to find image 'gcr.io/k8s-staging-releng-test/debian-base:buster-v1.9.0' locally
buster-v1.9.0: Pulling from k8s-staging-releng-test/debian-base
c4646c1927c0: Pull complete
Digest: sha256:07fbf615d6d47cf9c5193f45dbc9635b69fc5de8239cefdc22ecf66fbdf92601
Status: Downloaded newer image for gcr.io/k8s-staging-releng-test/debian-base:buster-v1.9.0
# apt-get update
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [298 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
Fetched 8459 kB in 2s (5112 kB/s)
Reading package lists... Done
# apt list -a libsystemd0
Listing... Done
libsystemd0/stable,now 241-7~deb10u8 amd64 [installed,automatic]
libsystemd0/stable 241-7~deb10u7 amd64 |
@justaugustus - thanks for the quick turnaround. 🙏 |
Promotion PR: kubernetes/k8s.io#2459 |
What type of PR is this?
/kind feature
/area dependency release-eng/security
What this PR does / why we need it:
Part of kubernetes/kubernetes#104083 (cc: @vinayakankugoyal)
Signed-off-by: Stephen Augustus foo@auggie.dev
/assign @saschagrunert @cpanato @puerco
cc: @kubernetes/release-engineering
Which issue(s) this PR fixes:
Special notes for your reviewer:
/hold to spot-check the presubmit image build
Does this PR introduce a user-facing change?