-
Notifications
You must be signed in to change notification settings - Fork 39
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
python3-pip package is removed after container sign #189
Comments
@jkr0103 @aneessahib Could you look into this? |
To clarify, the issue is observed only when |
@aneessahib If I understand correctly, the issues is observed in both cases. |
I think problem is here I forgot to write that I used an image with Ubuntu 20.04 |
Yes, this was expected. python3-pip was removed to bring down the overall size of the container image (as part of a requirement from another client). We had also discussed the option of not doing this step if python3-pip is already present in the base image - However, this resulted in a condition where the size reduction was not good enough (at the time it looked like the
|
My container requires the python3-pip package to run, however when migrating from gsc 1.4 to gsc 1.6, the package is removed after sign
Steps to reproduce
I used the tag v1.6
Docker file with
Expected results
python3-pip exists on the system
Actual results
python3-pip has been removed from the system
Additional information
The --no-remove-gramine-deps option has no effect because it only removes/not removes pip packages
I think it makes sense to make removing the python3-pip package optional
The text was updated successfully, but these errors were encountered: