Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jessie has been archived; sources.list should be updated #66

Closed
tobiasoort opened this issue Mar 26, 2019 · 12 comments
Closed

Jessie has been archived; sources.list should be updated #66

tobiasoort opened this issue Mar 26, 2019 · 12 comments

Comments

@tobiasoort
Copy link

see https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html

this breaks apt-get update on everything based on debian:jessie.

@bourtemb
Copy link

https://www.mail-archive.com/debian-user@lists.debian.org/msg740481.html

I just noticed the wiki LTS/Using [1] has been updated. This seems the jessie-update/ should not be set anymore in the /etc/apt/sources.list.

[1] : https://wiki.debian.org/LTS/Using?action=diff&rev2=40&rev1=39

Totktonada added a commit to packpack/packpack-docker-images that referenced this issue Mar 26, 2019
It was removed from the official mirror, see [1] and links inside for
more information.

[1]: debuerreotype/docker-debian-artifacts#66
Totktonada added a commit to packpack/packpack-docker-images that referenced this issue Mar 26, 2019
It was removed from the official mirror, see [1] and links inside for
more information.

[1]: debuerreotype/docker-debian-artifacts#66
@olliemath
Copy link

For those reading this that need a quick work-around, it suffices to add this to your dockerfile before any calls to apt-get update

RUN sed -i '/jessie-updates/d' /etc/apt/sources.list  # Now archived

@cadwallion
Copy link

👋 Will there be an update to the debian:jessie image to remove this? Jessie is still LTS, but LTS is not supposed to use -updates which is why it's missing.

@tianon
Copy link
Contributor

tianon commented Mar 26, 2019

Gah, I was hoping to wait until Debian 9.9 to regenerate because the regeneration is a bit heavy (all supported suites x all supported arches) and the downstream effect is even heavier (triggers rebuilds of anyone using Debian base images) so we try to avoid doing it more than ~once every 30 days, but this is warranted; I've got builds going now, should hopefully have this resolved later today.

@mayank-unbxd

This comment has been minimized.

jsmedmar added a commit to papaemmelab/toil_container that referenced this issue Mar 26, 2019
jsmedmar added a commit to papaemmelab/toil_container that referenced this issue Mar 26, 2019
* 🐛 add fix from debuerreotype/docker-debian-artifacts#66

* 📘 update docs indicating support for singularity 2.6
@blockjon

This comment has been minimized.

@tianon

This comment has been minimized.

@tianon
Copy link
Contributor

tianon commented Mar 26, 2019

PR up! docker-library/official-images#5609

@tianon
Copy link
Contributor

tianon commented Mar 27, 2019

For any who haven't seen it, we're (somewhat long-since now) live!

$ docker run --rm debian:jessie-slim grep '^deb ' /etc/apt/sources.list
deb http://deb.debian.org/debian jessie main
deb http://security.debian.org/debian-security jessie/updates main

@tianon
Copy link
Contributor

tianon commented Mar 27, 2019

(Also, please migrate off Jessie ASAP -- the clock is ticking!!)

@marioguio

This comment has been minimized.

@tianon
Copy link
Contributor

tianon commented Mar 29, 2019

This issue has been resolved to the extent it is going to be.

For further support/assistance, I'd recommend trying the Docker Community Forums, the Docker Community Slack, or Stack Overflow.

@debuerreotype debuerreotype locked as resolved and limited conversation to collaborators Mar 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants