projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6007637
)
Fix stress builds (#85342)
author
Anton Firszov
<antonfir@gmail.com>
Wed, 26 Apr 2023 20:38:54 +0000
(22:38 +0200)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/eng/docker/libraries-sdk.linux.Dockerfile
b/eng/docker/libraries-sdk.linux.Dockerfile
index a06bd46fcb729adba3afeae92b7e14a839120b68..8d7d6169a9fe924e023853855ba11c49d852a773 100644
(file)
--- a/
eng/docker/libraries-sdk.linux.Dockerfile
+++ b/
eng/docker/libraries-sdk.linux.Dockerfile
@@
-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