Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker container fails to build #7

Open
fenhl opened this issue Jan 23, 2025 · 0 comments · May be fixed by #8
Open

Docker container fails to build #7

fenhl opened this issue Jan 23, 2025 · 0 comments · May be fixed by #8

Comments

@fenhl
Copy link

fenhl commented Jan 23, 2025

Here's what I think is the relevant part:

   > [2/3] RUN apt-get update && apt-get -y install curl zip jq:
  0.834 Err:12 http://deb.debian.org/debian stretch-updates/main amd64 Packages
  0.834   404  Not Found
  0.837 Reading package lists...
  0.844 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file.
  0.844 W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file.
  0.844 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file.
  0.844 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages  404  Not Found
  0.844 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages  404  Not Found
  0.844 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.194.132 80]
  0.844 E: Some index files failed to download. They have been ignored, or old ones used instead.
  ------
  Dockerfile:11
  --------------------
     9 |     LABEL "maintainer"="Shane Madden"
    10 |     
    11 | >>> RUN apt-get update && apt-get -y install curl zip jq
    12 |     
    13 |     ADD entrypoint.sh /entrypoint.sh
  --------------------
  ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get -y install curl zip jq" did not complete successfully: exit code: 100

See https://github.com/fenhl/factorio-rubber-ducky/actions/runs/12936128127/job/36081023326 for a full log.

Seems to be trying to use Debian stretch, whose package sources are probably no longer available given that LTS stopped in 2022.

fenhl added a commit to fenhl/factorio-mod-portal-publish that referenced this issue Jan 23, 2025
@fenhl fenhl linked a pull request Jan 23, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant