Skip to content

Commit

Permalink
Remove Debian Jessie backports repositories
Browse files Browse the repository at this point in the history
It was removed from the official mirror, because backports is not a part
of the LTS architecture. See [1] and [2] ('Deprecation of LTS support
for backports') for more information.

The reason to update the image is that doing `apt-get update` from the
image (say, from a prebuild script) now leads to the following errors:

 | Err http://ftp.debian.org jessie-backports/main Sources
 |   404  Not Found
 | Err http://ftp.debian.org jessie-backports/main amd64 Packages
 |   404  Not Found

[1]: https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html
[2]: https://backports.debian.org/
  • Loading branch information
Totktonada committed Mar 26, 2019
1 parent 0fa47af commit 4a332bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion debian/jessie/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN apt-get update && apt-get install -y --force-yes \
wget \
gnupg \
ca-certificates
ADD backports.list /etc/apt/sources.list.d/
ADD preferences /etc/apt/preferences.d/
RUN curl -s https://packagecloud.io/install/repositories/packpack/backports/script.deb.sh | bash

Expand Down
2 changes: 0 additions & 2 deletions debian/jessie/backports.list

This file was deleted.

0 comments on commit 4a332bf

Please sign in to comment.