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
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
The text was updated successfully, but these errors were encountered:
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
In case it is relevant, building the image was attempted on docker desktop for windows v4.22.1
The text was updated successfully, but these errors were encountered: