Dockerfile: convert base container to debian:bookworm#11
Open
hongxu-jia wants to merge 2 commits intozulcss:mainfrom
Open
Dockerfile: convert base container to debian:bookworm#11hongxu-jia wants to merge 2 commits intozulcss:mainfrom
hongxu-jia wants to merge 2 commits intozulcss:mainfrom
Conversation
Update doc to install qemu-user-static rather than call apt install in tools/build-container.sh Remove duplicated option -v $(pwd):/usr/src Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
After convert base container to debian:bookworm, it caused mmdebstrap was downgraded from 1.4.3 to 1.3.5. The old version does not `stop copying qemu-$arch-static binary into the chroot'[1]. So we need to install qemu-user-static to container otherwise assemble arm64 image in amd64 container failed ... E: setup failed: E: cannot find /usr/bin/qemu-aarch64-static I: main() received signal PIPE: waiting for setup... I: removing tempdir /tmp/mmdebstrap.ICTBGw4f86... E: mmdebstrap failed to run ... [1] https://gitlab.mister-muffin.de/josch/mmdebstrap/commit/21366f76b79dfb4e0c929ac8365eb47e3c47f215 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
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.
No description provided.