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

Cannot build docker image #8

Open
thomasfox opened this issue Sep 1, 2023 · 0 comments
Open

Cannot build docker image #8

thomasfox opened this issue Sep 1, 2023 · 0 comments

Comments

@thomasfox
Copy link

thomasfox commented Sep 1, 2023

Building the docker image fails when apt-get update is executed. I suspect the base image is too old for the current debian repositories and should be rebuilt and republished.

The error message received is
=> ERROR [build 2/10] RUN set -ex && apt-get update && apt-get install --yes --no-install-suggests --no 1.4s

[build 2/10] RUN set -ex && apt-get update && apt-get install --yes --no-install-suggests --no-install-recommends bison bzip2 ca-certificates cmake curl wget file flex g++-8 gcc-8 gfortran-8 git make patch sudo swig xz-utils:
0.783 + apt-get update
0.979 Ign:1 http://security.debian.org/debian-security stable/updates InRelease
0.991 Get:2 http://deb.debian.org/debian stable InRelease [151 kB]
1.034 Err:3 http://security.debian.org/debian-security stable/updates Release
1.034 404 Not Found [IP: 151.101.66.132 80]
1.073 Get:4 http://deb.debian.org/debian stable-updates InRelease [52.1 kB]
1.252 Err:2 http://deb.debian.org/debian stable InRelease
1.252 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY F8D2585B8783D481
1.401 Err:4 http://deb.debian.org/debian stable-updates InRelease
1.401 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
1.410 Reading package lists...
1.419 E: The repository 'http://security.debian.org/debian-security stable/updates Release' does not have a Release file.
1.419 W: GPG error: http://deb.debian.org/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY F8D2585B8783D481
1.419 E: The repository 'http://deb.debian.org/debian stable InRelease' is not signed.
1.419 W: GPG error: http://deb.debian.org/debian stable-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
1.419 E: The repository 'http://deb.debian.org/debian stable-updates InRelease' is not signed.

In case it is relevant, building the image was attempted on docker desktop for windows v4.22.1

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

No branches or pull requests

1 participant