]> Git Repo - qemu.git/commit
docker: debian-bootstrap.pre allow customising of variant/url
authorAlex Bennée <[email protected]>
Mon, 2 Jul 2018 13:02:44 +0000 (14:02 +0100)
committerAlex Bennée <[email protected]>
Thu, 5 Jul 2018 14:59:41 +0000 (15:59 +0100)
commit300cf467fd4f520a60d3eff7e73813337165dbcd
tree1a7b83743ecfd61be9a7bf9ac38ecdd4e8556ca3
parente6bfdeca8b688913270334fa89c39a9c1ee2662a
docker: debian-bootstrap.pre allow customising of variant/url

We default to the buildd variant as most of our images are for
building. However lets give the user the ability to specify "minbase"
if they want to create a simple base image for experimentation.

Allowing the tweaking of DEB_URL means we can also bootstrap other
Debian based OS's. For example:

  make docker-binfmt-image-debian-ubuntu-bionic-arm64 \
       DEB_ARCH=arm64 DEB_TYPE=bionic \
       DEB_VARIANT=minbase DEB_URL=http://ports.ubuntu.com/ \
       EXECUTABLE=./aarch64-linux-user/qemu-aarch64

Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
tests/docker/dockerfiles/debian-bootstrap.pre
This page took 0.025999 seconds and 4 git commands to generate.