You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your docker image "bitnami/minideb:stretch" uses the old source.list :
deb http://deb.debian.org/debian stretch main
deb http://security.debian.org/ stretch/updates main
But, we can't install anything with this source.list.
The /etc/apt/source.list of Debian 9 (stretch) must contain:
deb http://archive.debian.org/debian/ stretch main contrib non-free
deb http://archive.debian.org/debian/ stretch-proposed-updates main
deb http://archive.debian.org/debian-security stretch/updates main
The text was updated successfully, but these errors were encountered:
Debian 9 Stretch has been unsupported since July 2022. Although the container image is published in DockerHub and can be used, this version has no new developments, improvements, or bug fixes.
Yes I know. But sometimes we have programs that only work with older versions of software. It's also one of Docker's advantages to meet these needs.
Can't you regenerate this image after changing this file ?
Hi
Your docker image "bitnami/minideb:stretch" uses the old source.list :
But, we can't install anything with this source.list.
The /etc/apt/source.list of Debian 9 (stretch) must contain:
The text was updated successfully, but these errors were encountered: