Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Workaround debian jessie base docker apt-get issues #1327

Closed
pjenvey opened this issue Apr 16, 2019 · 0 comments · Fixed by #1328
Closed

Workaround debian jessie base docker apt-get issues #1327

pjenvey opened this issue Apr 16, 2019 · 0 comments · Fixed by #1328
Assignees
Labels

Comments

@pjenvey
Copy link
Member

pjenvey commented Apr 16, 2019

apt-get update in the Dockerfile now fails w/:

W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)

Our pypy2 base image is based on debian jessie and not easily upgradable to debian stretch. jessie's been obsoleted but continues LTS until 2020. So jessie-updates was been removed last month w/ LTS continuing with the main archive.

We'll at the very least need a quick fix to sources.list (probably like this)

@pjenvey pjenvey added the bug label Apr 16, 2019
@pjenvey pjenvey self-assigned this Apr 16, 2019
pjenvey added a commit that referenced this issue Apr 18, 2019
also fixes the outdated debian jessie sources.list

Closes #1327
pjenvey added a commit that referenced this issue Apr 19, 2019
also fixes the outdated debian jessie sources.list

Closes #1327
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants