Fix stress builds (#85342)
authorAnton Firszov <antonfir@gmail.com>
Wed, 26 Apr 2023 20:38:54 +0000 (22:38 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 20:38:54 +0000 (22:38 +0200)
Fix #85338, by switching to centos-stream8

eng/docker/libraries-sdk.linux.Dockerfile

index a06bd46fcb729adba3afeae92b7e14a839120b68..8d7d6169a9fe924e023853855ba11c49d852a773 100644 (file)
@@ -1,5 +1,5 @@
 # Builds and copies library artifacts into target dotnet sdk image
-ARG BUILD_BASE_IMAGE=mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-f39df28-20191023143754
+ARG BUILD_BASE_IMAGE=mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8
 ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:7.0-bullseye-slim
 
 FROM $BUILD_BASE_IMAGE as corefxbuild