debuerreotype / docker-debian-artifacts

Official builds of debuerreotype-generated Debian tarballs for use in Docker
https://docker.debian.net
Apache License 2.0
317 stars 104 forks source link

E: The repository 'http://security.debian.org/debian-security stable/updates Release' does not have a Release file. #135

Closed oivas000 closed 3 years ago

oivas000 commented 3 years ago

Logs when I build a docker image in Heroku server

=== Fetching app code === Building worker (Dockerfile) Sending build context to Docker daemon 942.6kBStep 1/13 : FROM debian:stable-slim stable-slim: Pulling from library/debian fc491617b0f1: Pulling fs layer fc491617b0f1: Verifying Checksum fc491617b0f1: Download complete fc491617b0f1: Pull complete Digest: sha256:a85c2c0e634946e92a6f4a9a4f6ce5f19ce7c11885bc198f04ab3ae8dacbaffa Status: Downloaded newer image for debian:stable-slim ---> 6a055693f486 Step 2/13 : MAINTAINER OIVAS7572 ---> Running in e379ec16cc29 Removing intermediate container e379ec16cc29 ---> 4aeb704b0506 Step 3/13 : RUN echo OIVAS7572 ---> Running in accc95c52018 OIVAS7572 Removing intermediate container accc95c52018 ---> 1b861bfa3bff Step 4/13 : CMD echo OIVAS7572 ---> Running in 9bcae103d004 Removing intermediate container 9bcae103d004 ---> 55469674b8cd Step 5/13 : COPY . . ---> b8e1d9466cc8 Step 6/13 : RUN apt-get update && apt-get install -y wget python3 python3-pip p7zip-full ---> Running in 654d6cb0d974 Ign:1 http://security.debian.org/debian-security stable/updates InRelease Err:2 http://security.debian.org/debian-security stable/updates Release 404 Not Found [IP: 151.101.194.132 80] Get:3 http://deb.debian.org/debian stable InRelease [113 kB] Get:4 http://deb.debian.org/debian stable-updates InRelease [36.8 kB] Get:5 http://deb.debian.org/debian stable/main amd64 Packages [8178 kB] Reading package lists... E: The repository 'http://security.debian.org/debian-security stable/updates Release' does not have a Release file. The command '/bin/sh -c apt-get update && apt-get install -y wget python3 python3-pip p7zip-full' returned a non-zero code: 100

boindil commented 3 years ago

It seems to have been renamed ...

https://security.debian.org/debian-security/dists/stable-security/updates/InRelease

oivas000 commented 3 years ago

@boindil I don't know more about apt. What you mean? This happened a 20 hours ago.

boindil commented 3 years ago

@OIVAS7572 its nothing we can do something about, but using buster-slim or bullseye-slim instead.

@tianon mentioned in #134 that he will be working on this asap.

tianon commented 3 years ago

Duplicate of #134

For what it's worth, the "stable" (square wheel) tags are the only ones that are currently not working. I would highly recommended using a specific codename such as "buster" or "bullseye" instead.

This will be fixed as soon as I rebuild (which, as stated, I will be working on today).

oivas000 commented 3 years ago

Thanks