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 99 forks source link

Create AzureLinux 3.0 images for the remaining images used in the dotnet/runtime build #1062

Closed jkoritzinsky closed 1 month ago

jkoritzinsky commented 1 month ago

Create the following images:

jkoritzinsky commented 1 month ago

/azp run dotnet-buildtools-prereqs-docker-azurelinux

azure-pipelines[bot] commented 1 month ago
Azure Pipelines successfully started running 1 pipeline(s).
mthalman commented 1 month ago

Build error:

 > [5/8] RUN gpg --import dimitri_john_ledkov.asc &&     rm dimitri_john_ledkov.asc &&     wget https://mirrors.edge.kernel.org/ubuntu/pool/main/u/ubuntu-keyring/ubuntu-keyring_2021.03.26.tar.gz &&     echo "492eed5c06408c6f632577adb0796130af5d6542013ef418f47187a209e49bb1 ubuntu-keyring_2021.03.26.tar.gz" | sha256sum -c &&     tar xf ubuntu-keyring_2021.03.26.tar.gz &&     rm ubuntu-keyring_2021.03.26.tar.gz &&     pushd ubuntu-keyring-2021.03.26 &&     gpg --output SHA512SUMS.txt --decrypt SHA512SUMS.txt.asc &&     sha512sum -c SHA512SUMS.txt &&     mkdir -p /usr/share/keyrings &&     mv keyrings/ubuntu-archive-keyring.gpg /usr/share/keyrings &&     popd &&     rm -r ubuntu-keyring-2021.03.26:
0.250 gpg: key BD8205930270C1A5: 20 signatures not checked due to missing keys
0.255 gpg: key BD8205930270C1A5: public key "Dimitri John Ledkov <xnox@spi-inc.org>" imported
0.261 gpg: Total number processed: 1
0.261 gpg:               imported: 1
0.262 gpg: no ultimately trusted keys found
0.429 [ERROR] error:41080106:SCOSSL::passed invalid argument:set_iv_fixed only works with TLS IV length at /usr/src/azl/BUILD/SymCrypt-OpenSSL-1.4.2/ScosslCommon/src/scossl_aes_aead.c, line 305
0.429 Could not complete TLS handshake: record layer failure
1.460 Failed to connect: Handshake error

There are TLS issues with the latest Azure Linux 3.0 image. See https://github.com/dotnet/dotnet-docker/issues/5479