OSDN Git Service

docker: add commentary to debian-bootstrap.docker
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 13 Jul 2018 10:56:49 +0000 (11:56 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 24 Jul 2018 10:45:25 +0000 (11:45 +0100)
This is just a note that later versions of debootstrap don't
technically need this hack.

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

index 14212b9..e13c26a 100644 (file)
@@ -9,6 +9,7 @@ FROM scratch
 ADD . /
 
 # Patch all mounts as docker already has stuff set up
+# (this is not needed for later debootstraps but is harmless atm)
 RUN sed -i 's/in_target mount/echo not for docker in_target mount/g' /debootstrap/functions
 
 # Run stage 2