-
Notifications
You must be signed in to change notification settings - Fork 192
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
Remove the pattern in the server container image #9579
Conversation
Note that the OBS project configs will adjustments:
|
f57284a
to
64654f2
Compare
64654f2
to
8acac47
Compare
8acac47
to
6846a55
Compare
Here is the prjconf setting up the
|
The pattern is yet another level to aggregate packages and is no longer required with containers. Move them all into the Dockerfile. Some packages for SUSE Manager only or architecture specific will need to come from the OBS project configuration EXTRAPACKAGES though.
OBS fails to handle multiple packages in the EXTRAPACKAGES variable, with kiwi those architecture dependent packages are defined in the git tree.
OBS fails to understand the list of packages from the |
The original issue I wanted to fix with this PR can be solved with https://build.opensuse.org/requests/1231890. I'm not sure we need this one in the end. |
6846a55
to
df85f75
Compare
What does this PR change?
The pattern is yet another level to aggregate packages and is no longer required with containers. Move them all into the
Dockerfile
.Some packages for SUSE Manager only or architecture specific will need to come from the OBS project configuration
EXTRAPACKAGES
though.GUI diff
No difference.
Documentation
No documentation needed: only internal and user invisible changes
DONE
Test coverage
No tests: dockerfile is not really tested
DONE
Links
Issue(s): #
Port(s): # add downstream PR(s), if any
Changelogs
Make sure the changelogs entries you are adding are compliant with https://github.com/uyuni-project/uyuni/wiki/Contributing#changelogs and https://github.com/uyuni-project/uyuni/wiki/Contributing#uyuni-projectuyuni-repository
If you don't need a changelog check, please mark this checkbox:
If you uncheck the checkbox after the PR is created, you will need to re-run
changelog_test
(see below)Re-run a test
If you need to re-run a test, please mark the related checkbox, it will be unchecked automatically once it has re-run:
Before you merge
Check How to branch and merge properly!