Your message dated Wed, 8 Nov 2023 21:49:51 +0100
with message-id <e227f7a9-705d-4264-8d02-d6eda8bd7...@rclobus.nl>
and subject line Works in buster
has caused the Debian Bug report #921815,
regarding debootstrap umount "host" /proc when running in a Docker container
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
921815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921815
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.110~bpo9+1
Hi
When running debootstrap inside a Docker container, debootstrap umount both
/proc and $TARGET/proc.
This is due to a missing check at:
https://salsa.debian.org/installer-team/debootstrap/blob/67a3c1c5f7ef44a6596f75b787289b3392c50759/scripts/debian-common#L104
Due to the missing check debootstrap umount "$TARGET/proc", which is a symlink
to /proc [1].
I will open a MR shortly.
[1]
https://salsa.debian.org/installer-team/debootstrap/blob/67a3c1c5f7ef44a6596f75b787289b3392c50759/scripts/debian-common#L68
- Kristian Klausen
--- End Message ---
--- Begin Message ---
Version: 1.0.114+deb10u1
While triaging #919659, I found this bug report.
I've tried with buster (oldstable):
docker run --rm -it --privileged debian:buster bash
apt-get update
apt-get install debootstrap
debootstrap --version
-> debootstrap 1.0.114+deb10u1
debootstrap buster chroot
It works, debootstrap reports:
I: Base system installed successfully.
With kind regards,
Roland Clobus
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---