-
Notifications
You must be signed in to change notification settings - Fork 898
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 monolithic image work when built with buildah #19920
Conversation
Some of these changes were made to ivanchuk in #19919 |
cc @simaishi after this you can use |
Checked commits carbonin/manageiq@41d7c4f~...d137874 with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.20.0, and yamllint |
Oh nice. All pods images can be built using podman/buildah as well? If so, we can probably switch to or at least make it an option in pods build script. |
I believe so. |
Make monolithic image work when built with buildah (cherry picked from commit d013803)
This is in ivanchuk branch (via #19919), so backported to jansa. Also, without this change, it fails to build on our build machine.
|
This moves the volume commands down to avoid running into containers/buildah#2202 when using podman or buildah to create the image.
Additionally it removes some unnecessary ssh configuration as we haven't been running sshd since we removed systemd from this image.