Skip to content
代码片段 群组 项目
未验证 提交 47f93efa 编辑于 作者: Doug Bunting's avatar Doug Bunting 提交者: GitHub
浏览文件

[release/3.1] Use simpler Docker tags (#45118)

- analogous to 5f4bc82d, Update docker tag to latest schema
  - This change moves all of the docker images to the -latest tag as part of #10377.
- analogous to f79f2d1c, Replace -latest docker tags with new schema
  - We changed the latest tags to not include the -latest suffix, so this change updates those tags to the new schema.
- slight adjustment to images: from rhel-7-rpmpkg to centos-7-rpmpkg in rhel.Dockerfile

nit: update `trigger` branch names
上级 32bb61ec
No related branches found
No related tags found
无相关合并请求
...@@ -7,9 +7,9 @@ trigger: ...@@ -7,9 +7,9 @@ trigger:
batch: true batch: true
branches: branches:
include: include:
- master - main
- release/* - release/*
- internal/release/3.* - internal/release/*
# Run PR validation on all branches # Run PR validation on all branches
pr: pr:
......
# Dockerfile that creates a container suitable to build dotnet-cli # Dockerfile that creates a container suitable to build dotnet-cli
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:rhel-7-rpmpkg-e1b4a89-20175311035359 FROM mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg
# Setup User to match Host User, and give superuser permissions # Setup User to match Host User, and give superuser permissions
ARG USER ARG USER
......
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm64-alpine-85814b7-20200327151156 FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm64-alpine
ARG USER ARG USER
ARG USER_ID ARG USER_ID
ARG GROUP_ID ARG GROUP_ID
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册