Skip to content

Update docker container to mcr #35623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2021
Merged

Update docker container to mcr #35623

merged 1 commit into from
Aug 23, 2021

Conversation

@BrennanConroy BrennanConroy requested a review from dougbu August 23, 2021 21:43
@BrennanConroy BrennanConroy requested a review from a team as a code owner August 23, 2021 21:43
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Aug 23, 2021
Copy link
Contributor

@dougbu dougbu left a comment

Choose a reason for hiding this comment

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

Why not build 'main' w/ a more recent Docker image❔

@BrennanConroy
Copy link
Member Author

BrennanConroy commented Aug 23, 2021

Why not build 'main' w/ a more recent Docker image❔

No clue what this is doing, and I don't really care, just want to unblock our builds with the least amount of churn.

Feel free to make a new PR after this goes in to fix it if it needs fixing.

@dougbu
Copy link
Contributor

dougbu commented Aug 23, 2021

No clue what this is doing,

It's running a build to create bionic installers in the given Docker file. Given that, we should have updated the image as we change major / minor SDK versions because requirements (build-deps) change over time. See

./dockerbuild.sh bionic \
--ci \
--nobl \
--arch x64 \
--build-installers \
--no-build-deps \
--no-build-nodejs \
-p:OnlyPackPlatformSpecificPackages=true \
-p:BuildRuntimeArchive=false \
-p:LinuxInstallerType=deb \
$(_BuildArgs) \
$(_InternalRuntimeDownloadArgs)

Note we'll need this change in every branch that uses dockerbuild.sh bionic in ci.yml.

@BrennanConroy
Copy link
Member Author

/backport to release/6.0-rc1

@github-actions
Copy link
Contributor

Started backporting to release/6.0-rc1: https://github.com/dotnet/aspnetcore/actions/runs/1160403237

@dougbu
Copy link
Contributor

dougbu commented Aug 23, 2021

@BrennanConroy by "everywhere" I unfortunately meant 'release/3.1' and 'release/5.0' too. There may also be a reference to this file in 'release/2.1' but I haven't looked (yet).

@BrennanConroy
Copy link
Member Author

Yeah I understand, but those aren't important branches today

@dougbu
Copy link
Contributor

dougbu commented Aug 23, 2021

Agree on importance but I'd rather we confirm 3.1 and 5.0 builds will work when the time comes soon.

@dougbu
Copy link
Contributor

dougbu commented Aug 23, 2021

That is, your point is really about urgency versus importance and this is important enough to avoid leaving it to the last minute.

@dougbu
Copy link
Contributor

dougbu commented Aug 23, 2021

/backport to release/3.1

@github-actions
Copy link
Contributor

@dougbu
Copy link
Contributor

dougbu commented Aug 23, 2021

/backport to release/5.0

@github-actions
Copy link
Contributor

@BrennanConroy BrennanConroy merged commit 30a215c into main Aug 23, 2021
@BrennanConroy BrennanConroy deleted the brecon/mcrdocker branch August 23, 2021 23:02
@ghost ghost added this to the 7.0-preview1 milestone Aug 23, 2021
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.

2 participants