Skip to content

Update docker tag to latest schema#44205

Merged
michellemcdaniel merged 2 commits intodotnet:mainfrom
michellemcdaniel:use-latest-docker-tags-main
Sep 27, 2022
Merged

Update docker tag to latest schema#44205
michellemcdaniel merged 2 commits intodotnet:mainfrom
michellemcdaniel:use-latest-docker-tags-main

Conversation

@michellemcdaniel
Copy link
Contributor

@michellemcdaniel michellemcdaniel commented Sep 27, 2022

Update docker tag to latest schema

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Summary of the changes (Less than 80 chars)

Description

This change moves all of the docker images to the -latest tag as part of dotnet/dnceng#1294.

Also updates the ruby exec command as the image changed in install ruby26

Fixes dotnet/dnceng#1294

This change moves all of the docker images to the -latest tag as part of dotnet#10377.
@michellemcdaniel michellemcdaniel requested review from a team, dougbu and wtgodbe as code owners September 27, 2022 15:30
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Sep 27, 2022
</ItemGroup>

<Exec Command="scl enable rh-ruby25 'fpm @(FpmArgs,' ')'" />
<Exec Command="scl enable rh-ruby26 'fpm @(FpmArgs,' ')'" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this update?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ruby in the image was updated to ruby26 in this PR: dotnet/dotnet-buildtools-prereqs-docker#700 because of this issue: dotnet/dotnet-buildtools-prereqs-docker#699

@dougbu
Copy link
Contributor

dougbu commented Sep 27, 2022

@adiaaida CI validation worked fine. Please let us know if you lack push rights in this repo. Thanks

@michellemcdaniel michellemcdaniel merged commit fb537bb into dotnet:main Sep 27, 2022
@ghost ghost added this to the 8.0-preview1 milestone Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move product teams to latest tagged versions of docker images

3 participants