-
Notifications
You must be signed in to change notification settings - Fork 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
Make sure util_Linux gets replaced as intended #2424
Conversation
There were some discussions in #2420 whether the zypper install commend worked as intended. While there's liitle doubt that those packages weren't installed this PR makes really sure that this is the case. Also it does an update via ``zypper up`` as the image provided from dockerhub seemed to be somewhat behind.
Long story short:
Long version:
So, just removing open package removes another one we may not want to be removed -->
So, But here again is one thing: The docker image lags behind:
That's why we need a |
For reference if anyone lands on this PR, I commented why:
@drwetter had a misunderstanding by running the commands without the zypper options that the Dockerfile explicitly uses (notably |
There were some discussions in #2420 whether the zypper install commend worked as intended. While there's liitle doubt that those packages weren't installed this PR makes really sure that this is and will be always the case.
Also it does an update via
zypper up
as the image provided from dockerhub seemed to be somewhat behind.