debuerreotype / docker-debian-eol-artifacts

Official builds of debuerreotype-generated Debian EOL tarballs for use in Docker (archive.debian.org)
https://hub.docker.com/r/debian/eol
Apache License 2.0
6 stars 1 forks source link

Wheezy apt-get update fails #6

Closed twagaman-onebridge closed 1 year ago

twagaman-onebridge commented 1 year ago

This may be a bug in Docker itself, however, only with this wheezy image, I am unable to execute apt-get update with a failure "Sub-process http received a segmentation fault".

I checked and made sure that the sources.list referred to archive, and it does. According to this forums post from docker's forums: https://forums.docker.com/t/running-apt-get-on-debian-wheezy-gives-me-a-seg-fault/121346

I am unsure if this is an issue with Docker or the image. From Jessie on, everything works fine.

A simple Dockerfile recreates the issue (Only using Docker Desktop for Windows): FROM debian/eol:wheezy RUN apt-get update

tianon commented 1 year ago

https://github.com/debuerreotype/docker-debian-eol-artifacts/issues/5#issuecomment-1408961128 :eyes:

twagaman-onebridge commented 1 year ago

Thank you! Sorry, I missed that.