We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unlike kiwi style build, Support: directives are ignored when building containers with Docker / Podman.
Support:
I have to use:
%if %_repository == "images" Support: containment-rpm %else %if %_repository == "containerfile" Substitute: system-packages:podman podman buildah createrepo_c release-compare skopeo umoci containment-rpm %endif %endif
The text was updated successfully, but these errors were encountered:
Does Required instead work?
Required
That Support is used at all in kiwi builds is for some backwards compat only:
Support
obs-build/Build.pm
Line 860 in c6092e7
(IMO we need some build type specific Support)
Sorry, something went wrong.
Yes, it works fine.
No branches or pull requests
Unlike kiwi style build,
Support:
directives are ignored when building containers with Docker / Podman.I have to use:
The text was updated successfully, but these errors were encountered: