-
Notifications
You must be signed in to change notification settings - Fork 186
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
OBS fails to resolve correctly for zypper calls using exec form #926
Comments
In the meantime, I committed revision 4 which is building with (relative - only x86_64) success. |
A little bird (@Vogtinator) told me that this is actually a bug in It seems to be an issue with the following script: Lines 345 to 367 in df01e0c
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
Containers built with a
Dockerfile
and the exec-form for theRUN
command don't have the packages asked for available. When switching to the shell form it works as expected.Expected Result
The packages installed using the exec-form of zypper should be recognized and available during the build.
How to Reproduce
Dockerfile
and build in OBS/IBSFurther Information
Project where this can be seen (revision 3): https://build.opensuse.org/package/show/home:cobbler-project:github-ci:release32/cobbler-docker-testing
The text was updated successfully, but these errors were encountered: