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
Perhaps, docker's mkimage.sh has been enhanced, but I would like to revisit #1 as I have had success using mkimage as follows:
mkimage.sh
DEBOOTSTRAP=qemu-debootstrap docker/contrib/mkimage.sh \ -d mkimage debootstrap --variant=minbase --components=main \ --include=inetutils-ping,iproute2,wget --arch=armhf jessie
This will automatically use --foreign argument with debootstrap and run the second phase after copying qemu-arm-static to the chroot folder.
--foreign
debootstrap
qemu-arm-static
Maybe this would help to make the process simpler..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Perhaps, docker's
mkimage.sh
has been enhanced, but I would like to revisit #1 as I have had success using mkimage as follows:This will automatically use
--foreign
argument withdebootstrap
and run the second phase after copyingqemu-arm-static
to the chroot folder.Maybe this would help to make the process simpler..
The text was updated successfully, but these errors were encountered: