Add Debian Bullseye
Merge request reports
Activity
TODO
- x86: "W: GPG error: http://security.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered."
Edited by Alexander A. Klimovmentioned in merge request packaging/deb-icinga2!7 (merged)
@aklimov didn't see it in the log and also not on local tests, did you have an outdated image locally?
Unlikely.
➜ build-docker-debian git:(feature/bullseye) docker system prune -a WARNING! This will remove: - all stopped containers - all networks not used by at least one container - all images without at least one container associated to them - all build cache Are you sure you want to continue? [y/N] y Total reclaimed space: 0B ➜ build-docker-debian git:(feature/bullseye) make -C bullseye/x86 docker pull "registry.icinga.com/build-docker/debian/bullseye:x86" || true Error response from daemon: manifest for registry.icinga.com/build-docker/debian/bullseye:x86 not found: manifest unknown: manifest unknown docker pull "i386/debian:bullseye" bullseye: Pulling from i386/debian 0a9f57a86f96: Pull complete Digest: sha256:adfc9c7ca93ec96f043aa8e99d4fe9694b78429ee16cdbbd7114059a19b5fdb5 Status: Downloaded newer image for i386/debian:bullseye docker.io/i386/debian:bullseye docker build --cache-from "registry.icinga.com/build-docker/debian/bullseye:x86" --tag "registry.icinga.com/build-docker/debian/bullseye:x86" . Sending build context to Docker daemon 4.096kB Step 1/11 : FROM i386/debian:bullseye ---> 7a4f024b2604 Step 2/11 : ENV DEBIAN_FRONTEND=noninteractive ---> [Warning] The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested ---> Running in a08f6b1d6dac Removing intermediate container a08f6b1d6dac ---> 5b5382635720 Step 3/11 : RUN apt-get update && apt-get upgrade -y ---> [Warning] The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested ---> Running in 106bb520b176 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] Get:2 http://deb.debian.org/debian bullseye InRelease [142 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [40.1 kB] Err:1 http://security.debian.org/debian-security bullseye-security InRelease At least one invalid signature was encountered. Err:2 http://deb.debian.org/debian bullseye InRelease At least one invalid signature was encountered. Err:3 http://deb.debian.org/debian bullseye-updates InRelease At least one invalid signature was encountered. Reading package lists... W: GPG error: http://security.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered. E: The repository 'http://security.debian.org/debian-security bullseye-security InRelease' is not signed. W: GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered. E: The repository 'http://deb.debian.org/debian bullseye InRelease' is not signed. W: GPG error: http://deb.debian.org/debian bullseye-updates InRelease: At least one invalid signature was encountered. E: The repository 'http://deb.debian.org/debian bullseye-updates InRelease' is not signed. The command '/bin/sh -c apt-get update && apt-get upgrade -y' returned a non-zero code: 100 make: *** [build] Error 100 ➜ build-docker-debian git:(feature/bullseye)
Please check your build environment, this is on mine:
$ docker run -it --rm i386/debian:bullseye WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested root@1fcaf9c8de26:/# apt update Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] Get:2 http://deb.debian.org/debian bullseye InRelease [142 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [40.1 kB] Get:4 http://security.debian.org/debian-security bullseye-security/main i386 Packages [808 B] Get:5 http://deb.debian.org/debian bullseye/main i386 Packages [8145 kB] Fetched 8372 kB in 2s (3957 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 9 packages can be upgraded. Run 'apt list --upgradable' to see them. root@1fcaf9c8de26:/#
I also don't see a problem in CI here: https://git.icinga.com/build-docker/debian/-/jobs/96572#L204
assigned to @nhilverling and unassigned @aklimov
mentioned in commit 07099a74
Please register or sign in to reply