Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.azure
diff options
context:
space:
mode:
authorMichelle McDaniel <michelm@microsoft.com>2022-09-27 21:59:44 +0300
committerGitHub <noreply@github.com>2022-09-27 21:59:44 +0300
commitfb537bb78353b74df428b9ec3974c496ee964828 (patch)
treee4f7ed7e2daf30e78dbc59aba0f117b5ede515a3 /.azure
parentb82ff446957a47318a9d819d85e85ff7c8d36fa9 (diff)
parentf27752b84640dd717d55f7963c6cef6821b61c48 (diff)
Merge pull request #44205 from adiaaida/use-latest-docker-tags-main
Update docker tag to latest schema
Diffstat (limited to '.azure')
-rw-r--r--.azure/pipelines/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index 37d4749e63..ea598361a0 100644
--- a/.azure/pipelines/ci.yml
+++ b/.azure/pipelines/ci.yml
@@ -527,7 +527,7 @@ stages:
jobName: Linux_musl_x64_build
jobDisplayName: "Build: Linux Musl x64"
agentOs: Linux
- container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.14-WithNode-20210910135833-c401c85
+ container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.14-WithNode-latest
buildArgs:
--arch x64
--os-name linux-musl
@@ -562,7 +562,7 @@ stages:
jobDisplayName: "Build: Linux Musl ARM"
agentOs: Linux
useHostedUbuntu: false
- container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm-alpine-20211022152824-78f7860
+ container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm-alpine-latest
buildArgs:
--arch arm
--os-name linux-musl
@@ -596,7 +596,7 @@ stages:
jobDisplayName: "Build: Linux Musl ARM64"
agentOs: Linux
useHostedUbuntu: false
- container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm64-alpine-20211022152824-538077f
+ container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm64-alpine-latest
buildArgs:
--arch arm64
--os-name linux-musl
@@ -725,7 +725,7 @@ stages:
parameters:
platform:
name: 'Managed'
- container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab'
+ container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-latest'
buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks'
skipPublishValidation: true
jobProperties: