Skip to content
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

Use qemu-debootstrap for building the image #3

Open
RomanSaveljev opened this issue Sep 9, 2015 · 0 comments
Open

Use qemu-debootstrap for building the image #3

RomanSaveljev opened this issue Sep 9, 2015 · 0 comments

Comments

@RomanSaveljev
Copy link

Perhaps, docker's mkimage.sh has been enhanced, but I would like to revisit #1 as I have had success using mkimage as follows:

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.

Maybe this would help to make the process simpler..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant