]> git.proxmox.com Git - mirror_qemu.git/commit
docker: ignore distro versioning of debootstrap
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 13 Jul 2018 11:23:14 +0000 (12:23 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 24 Jul 2018 10:45:25 +0000 (11:45 +0100)
commitf7b446b5defeaa249a18e261879316f27d6c899c
treeb58ed8134e79e5febfd449098c051a4ae9e43639
parent11cc24a126d3e370c7fc8e6c9be51138713616b5
docker: ignore distro versioning of debootstrap

We do a minimum version check for the debootstrap but if the distro
has added their own minor version tick it would fail and fall-back to
the SCM version. This is sub-optimal as the latest/greatest version
may be broken at any one particular time. We fix that with a little
sed magic on the version string before passing to our ugly shell
versioning check.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
tests/docker/dockerfiles/debian-bootstrap.pre