-
Notifications
You must be signed in to change notification settings - Fork 124
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
🌱 Disable pip cache #536
🌱 Disable pip cache #536
Conversation
64f112f
to
a8e4460
Compare
/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main |
We don't really need to keep pip cache as we don't install more packages with pip after the initial build. It should reduce the size of the final image of about 50MB. Signed-off-by: Riccardo Pittau <elfosardo@gmail.com>
a8e4460
to
b9767d7
Compare
/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main |
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.
Good improvement on the image size!
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur 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 |
[4.15] OCPBUGS-33332: bump werkzeug
We don't really need to keep pip cache as we don't install more packages with pip after the initial build.
It should reduce the size of the final image of about 50MB.