-
Notifications
You must be signed in to change notification settings - Fork 159
Changed base image to audited Debian Base #41
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
Changed base image to audited Debian Base #41
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidz627 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 |
Dockerfile
Outdated
# Install necessary dependencies | ||
RUN apt-get update && apt-get install -y --no-install-recommends util-linux e2fsprogs mount 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.
When using the k8s debian image, you can use the "clean-install" command instead of apt-get. And you don't need to run apt-get 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.
fixed
fa8c455
to
293e8ae
Compare
addressed comments |
Dockerfile
Outdated
# Install necessary dependencies | ||
RUN clean-install -y --no-install-recommends util-linux e2fsprogs mount 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.
you don't need the options, clean-install already runs with them
https://github.com/kubernetes/kubernetes/blob/master/build/debian-base/clean-install
293e8ae
to
57d69bc
Compare
comments addressed, thanks for the tips :) |
/retest |
/lgtm |
OCPBUGS-17367: UPSTREAM: <carry>: Remove the static library linking flag
Fixes: #15
/assign @msau42