Skip to content

apt update failed for Debian Stretch due to outdated image on Docker Hub #10

Open
@haiyamading

Description

This seems to be the same issue as with Issue 8 but for Stretch. All sources have been moved to archive.debian.org but the image does not reflect this change yet.

mh@DEV1-AP-04:~/workspace_bsp/mil-bsp$ sudo docker run -it debian/eol:stretch /bin/bash
Unable to find image 'debian/eol:stretch' locally
stretch: Pulling from debian/eol
486b8a22ffc2: Pull complete 
Digest: sha256:37926e7ba5138271a9e1e1902c520e03bce104c057741a7f82f35a4ff364d8c2
Status: Downloaded newer image for debian/eol:stretch
root@86151979b12b:/# apt update
Ign:1 http://deb.debian.org/debian stretch InRelease
Ign:2 http://deb.debian.org/debian-security stretch/updates InRelease
Ign:3 http://deb.debian.org/debian stretch-updates InRelease
Err:4 http://deb.debian.org/debian stretch Release
  404  Not Found
Err:5 http://deb.debian.org/debian-security stretch/updates Release
  404  Not Found
Err:6 http://deb.debian.org/debian stretch-updates Release
  404  Not Found
Reading package lists... Done
E: The repository 'http://deb.debian.org/debian stretch 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-security stretch/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 stretch-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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions