Open
Conversation
Contributor
|
If podman could be an alternative there is already a patch hanging around on the mailing list since January 2022: https://lists.linutronix.de/pipermail/elbe-devel/2022-January/005537.html |
81ad51e to
09fe817
Compare
added 4 commits
September 29, 2023 18:02
This patch adds a mechanism to have multiple types of ELBE containers distinguished by tag. Using this mechanism it adds a new Dockerfile where the ELBE tool in use will be the one from sources. This will allow to test ELBE changes using a containerized environment. Signed-off-by: Federico Vaga <federico.vaga@cern.ch>
QEMU can't successfully complete when the building process is executed in a container (podman) on a RHEL system. To make it work is necessary to disable the "remember_owner" option. It shouldn't harm on other systems. https://bugzilla.redhat.com/show_bug.cgi?id=1774373 Signed-off-by: Federico Vaga <federico.vaga@cern.ch>
This would avoid problems in environments where dockerhub is not configured as default repository. Signed-off-by: Federico Vaga <federico.vaga@cern.ch>
Signed-off-by: Federico Vaga <federico.vaga@cern.ch>
09fe817 to
a5df92e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When not working on a Debian host, it is nice to have a container at hand. This patch provides an additional Dockerfile to build a container image using the
elbesources rather than an official release.