dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
53 stars 102 forks source link

Keyring error when executing rootfs script for raspbian #952

Open mthalman opened 6 months ago

mthalman commented 6 months ago

When building with image caching disabled, the Linux_amd64 src-ubuntu-20.04-coredeps-graph build leg fails with this error:

Running dotnet/arcade's build-rootfs.sh
W: Cannot check Release signature; keyring file not available /usr/share/keyrings/debian-archive-keyring.gpg
E: Keyring-based check was requested; aborting accordingly

This occurs when executing the script: https://github.com/dotnet/dotnet-buildtools-prereqs-docker/blob/main/src/ubuntu/20.04/cross/armv6/10/hooks/pre-build

Build link (internal only)

lbussell commented 6 months ago

[Triage] Tagging @directhex who created this Dockerfile.