Your message dated Sat, 14 Sep 2019 04:49:02 +0000
with message-id <[email protected]>
and subject line Bug#925224: fixed in docker.io 18.09.8+dfsg1-1
has caused the Debian Bug report #925224,
regarding mkimage/debootstrap: tries to set up -updates and security apt
sources for sid
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 [email protected]
immediately.)
--
925224: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925224
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: docker.io
Version: 18.09.1+dfsg1-5
Severity: normal
File: /usr/share/docker.io/contrib/mkimage/debootstrap
Tags: patch fixed-upstream
Forwarded:
https://github.com/docker/engine/commit/8db540370c9e02b1bddc34d0f567d9563fb0c776
Now that security.debian.org sends HTTP clients to a CDN via HTTP 302
redirects, /usr/share/docker.io/contrib/mkimage/debootstrap can't
autodetect that sid doesn't have separate security or updates sources:
$ curl -o /dev/null -s --head --fail
"http://security.debian.org/dists/stretch/updates/main/binary-amd64/Packages.gz";
echo $?
0
$ curl -o /dev/null -s --head --fail
"http://security.debian.org/dists/sid/updates/main/binary-amd64/Packages.gz";
echo $?
0
As a result, this command:
sudo /usr/share/docker.io/contrib/mkimage.sh -t sid/minbase \
debootstrap --variant=minbase sid
fails to bootstrap an image:
+ /usr/sbin/chroot /var/tmp/docker-mkimage.UStzo95ITB/rootfs sh -xc
'apt-get update && apt-get dist-upgrade -y'
+ apt-get update
Ign:1 http://security-cdn.debian.org sid/updates InRelease
Err:2 http://security-cdn.debian.org sid/updates Release
404 Not Found [IP: 151.101.16.204 80]
Hit:3 http://cdn-fastly.deb.debian.org/debian sid InRelease
Ign:4 http://cdn-fastly.deb.debian.org/debian sid-updates InRelease
Err:5 http://cdn-fastly.deb.debian.org/debian sid-updates Release
404 Not Found [IP: 151.101.16.204 80]
Reading package lists... Done
E: The repository 'http://security.debian.org sid/updates Release' does not
have a Release file.
N: Updating from such a repository can't be done securely, and is therefore
disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration
details.
E: The repository 'http://deb.debian.org/debian sid-updates Release' does
not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore
disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration
details.
make: *** [Makefile:4: minbase] Error 100
The patch for this is to pass the -L or --location option to curl:
$ curl -L -o /dev/null -s --head --fail
"http://security.debian.org/dists/stretch/updates/main/binary-amd64/Packages.gz";
echo $?
0
$ curl -L -o /dev/null -s --head --fail
"http://security.debian.org/dists/sid/updates/main/binary-amd64/Packages.gz";
echo $?
22
as in this upstream commit:
https://github.com/docker/engine/commit/8db540370c9e02b1bddc34d0f567d9563fb0c776
Regards,
smcv
--- End Message ---
--- Begin Message ---
Source: docker.io
Source-Version: 18.09.8+dfsg1-1
We believe that the bug you reported is fixed in the latest version of
docker.io, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Arnaud Rebillout <[email protected]> (supplier of updated
docker.io package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 14 Sep 2019 10:10:55 +0700
Source: docker.io
Architecture: source
Version: 18.09.8+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Arnaud Rebillout <[email protected]>
Changed-By: Arnaud Rebillout <[email protected]>
Closes: 924257 925224
Changes:
docker.io (18.09.8+dfsg1-1) unstable; urgency=medium
.
[ Dmitry Smirnov ]
* New upstream release [18.09.8].
* Tighten various dependencies.
* Update -dev dependencies (for libpod).
* Backport oci/caps from 19.03.2 (for libpod).
* Un-vendor golang-github-ishidawataru-sctp-dev.
* Add upstream patch for libnetwork to build against newer sctp.
* Add upstream patch to build against
golang-github-opencontainers-selinux-dev (>= 1.3.0~).
* No longer disable Go cache to prevent FTBFS with Go 1.12.
.
[ Arnaud Rebillout ]
* github-golang-docker-docker-dev: fix go-metrics install path.
* github-golang-docker-docker-dev: add replaces/breaks on
docker-go-metrics-dev.
* Add patch to fix Debian security presence check (Closes: #925224).
.
[ Reinhard Tartler ]
* github-golang-docker-docker-dev: add missing sources (Closes: #924257)
* Additional missing sources for openshift/imagebuilder
Checksums-Sha1:
9eec71f54f0703e2950ee37cb5e120dc896df174 9060 docker.io_18.09.8+dfsg1-1.dsc
623ce866d48c222af4e5d80c1f45b16c4a7b4417 1170080
docker.io_18.09.8+dfsg1.orig-containerd.tar.xz
527d86c15b43a5f3c89ed584c38c3113b40ce6b2 339956
docker.io_18.09.8+dfsg1.orig-distribution.tar.xz
1cb713887bb4d9ecd8938be2bd2bcb6a7e1cd780 14384
docker.io_18.09.8+dfsg1.orig-go-events.tar.xz
a0320cece755514f5fd14a3cb2a454f97abf3922 13828
docker.io_18.09.8+dfsg1.orig-go-metrics.tar.xz
bcf81b634742bb53a6254f0c39702dfce73d1c7e 479024
docker.io_18.09.8+dfsg1.orig-libnetwork.tar.xz
289ad122ab9cafdba91f8a2a1bc195f179a368ca 696212
docker.io_18.09.8+dfsg1.orig-swarmkit.tar.xz
86ab0f753d661ad34695103f2b5e72bea6538669 3973656
docker.io_18.09.8+dfsg1.orig.tar.xz
9f851d6e3d8a9ef579436bf7bc11f1c98661c8f1 48156
docker.io_18.09.8+dfsg1-1.debian.tar.xz
3b808cedac761b882f09fa92bf596c29b6c71dfb 25996
docker.io_18.09.8+dfsg1-1_amd64.buildinfo
Checksums-Sha256:
171a174d9c09fc6bf1407bb387e3e562bc712bc3f3faefb78d4f52e2fe03ceb4 9060
docker.io_18.09.8+dfsg1-1.dsc
dc2d6276943a981c667fc25997e44f4954e7d6cc842a2f57931799b14089cce9 1170080
docker.io_18.09.8+dfsg1.orig-containerd.tar.xz
de6e245af370889d5f4752c6bc6ec5ea7d35e89f6788bb0842404da0fd02560c 339956
docker.io_18.09.8+dfsg1.orig-distribution.tar.xz
2d05d5b670af65e9bd693312242b18dc3a0667e8c673b7f579038902f303fc62 14384
docker.io_18.09.8+dfsg1.orig-go-events.tar.xz
ebc257bda8f594c537e8b97b35376b08275030075d2b10a6312a860adb10faf7 13828
docker.io_18.09.8+dfsg1.orig-go-metrics.tar.xz
34eac6c3c113b316b172a5fb4843cfaf5143275c309b9c63b2de8b84df0f21fe 479024
docker.io_18.09.8+dfsg1.orig-libnetwork.tar.xz
b15950c8e6ffe585cef73a4c728673494b62732357b3b5f01a2b90f9ad6e5edc 696212
docker.io_18.09.8+dfsg1.orig-swarmkit.tar.xz
a33585ec9460d7114b61a98cbc38dc57c6411ad74c6235ae74a08a5f0b681a89 3973656
docker.io_18.09.8+dfsg1.orig.tar.xz
63a5ec81bc8cfaa1c71a777fdcccc63924b69240fbc9bef17bbac25606d8d37b 48156
docker.io_18.09.8+dfsg1-1.debian.tar.xz
960b7ef39d85fbd521b566711fd110a4e130f6f0a4165c27b6ddc54a856473ea 25996
docker.io_18.09.8+dfsg1-1_amd64.buildinfo
Files:
f6017adf585f463dd82135f170777fb5 9060 admin optional
docker.io_18.09.8+dfsg1-1.dsc
102013a4747b624c5efae61df81ddfe3 1170080 admin optional
docker.io_18.09.8+dfsg1.orig-containerd.tar.xz
5edaaeb613c758b70b523d1735da3109 339956 admin optional
docker.io_18.09.8+dfsg1.orig-distribution.tar.xz
c29936248c05dcf122f71598ca45cd12 14384 admin optional
docker.io_18.09.8+dfsg1.orig-go-events.tar.xz
c40fc2633a9932f3d7b46f7377d5c05a 13828 admin optional
docker.io_18.09.8+dfsg1.orig-go-metrics.tar.xz
970df099e59f1ba9a133956011f6f44d 479024 admin optional
docker.io_18.09.8+dfsg1.orig-libnetwork.tar.xz
843eda07260e75ab15753291787aad72 696212 admin optional
docker.io_18.09.8+dfsg1.orig-swarmkit.tar.xz
139d7722cd672e2b55baa82a7774fde6 3973656 admin optional
docker.io_18.09.8+dfsg1.orig.tar.xz
c93ee3f56160421995139b963643b7b8 48156 admin optional
docker.io_18.09.8+dfsg1-1.debian.tar.xz
890c09a6b3e233878b24424a5de7ea2b 25996 admin optional
docker.io_18.09.8+dfsg1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJTBAEBCgA9FiEE0Kl7ndbut+9n4bYs5yXoeRRgAhYFAl18bYAfHGFybmF1ZC5y
ZWJpbGxvdXRAY29sbGFib3JhLmNvbQAKCRDnJeh5FGACFhkiEACYDSIKTN6VkjRL
Vwz/v3l43nptVHZmdHCt1GfE4Dj6rxAkidQXj4ixV0X+wPOjmcDUnKYkwqNwKcRq
J4pyKH4Tn08bXOKDkS+x5WgNqUaKUd0Z1C2POzssTKRWEPtJi/ca65w4n0FF2lJk
j/ADhKiRBKBUt6E3QIgCT78Xop+1x09OitNorQmfvhSYbs+vV0ww7jw4jMVe8Q/w
YtWiVkOyuu3N1u/cIPjFb8RXXrUioZbHUvKPw9Kt1P40WxA7j4mn+Oh7p5suI8x4
e109JdsFM61EuceDeYTSWxkjBY7awqdSqoNRftelh4FOMp0nruW4PLDW4swrSR5V
VLsVzQG6FV1Z6tsPLHR6Yg4OkMkOBab+TPlqC8wXmN/1ZDZ5dxKwFi4GyTU4xvAg
OHkh8WdRij3BcohSeqiKA5reV/HoYdevDu1NjQKmcWTr7nbyiAPLsWSG0T2GLmCI
aooUiA5pyhp3ilnPGrK5xZfh9T0K+OI2HFDdmZ9MX+xKphDOTHmCwvCyd9IaTw8G
4Z6AuzINt/XgqDJB+PFDAwEO3GlxZCsLfpXU/c2OYuqF3k/9I91bGOjzrkDPl5LG
0rJl3rhCocEc1dDoZ28II9uPCHoqrMncoMJTyU8ci/rn6sikOY78ykfoD6goODeF
Z2Bdj3rh6tViyYdsWNDIc6DSp0JjCw==
=G2vl
-----END PGP SIGNATURE-----
--- End Message ---