Skip to content

Update docker container to mcr#35623

Merged
BrennanConroy merged 1 commit intomainfrom
brecon/mcrdocker
Aug 23, 2021
Merged

Update docker container to mcr#35623
BrennanConroy merged 1 commit intomainfrom
brecon/mcrdocker

Conversation

@BrennanConroy
Copy link
Copy Markdown
Member

@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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member Author

/backport to release/6.0-rc1

@github-actions
Copy link
Copy Markdown
Contributor

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

@dougbu
Copy link
Copy Markdown
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
Copy Markdown
Member Author

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

@dougbu
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

dougbu commented Aug 23, 2021

/backport to release/3.1

@github-actions
Copy link
Copy Markdown
Contributor

Started backporting to release/3.1: https://github.com/dotnet/aspnetcore/actions/runs/1160492572

@dougbu
Copy link
Copy Markdown
Contributor

dougbu commented Aug 23, 2021

/backport to release/5.0

@github-actions
Copy link
Copy Markdown
Contributor

Started backporting to release/5.0: https://github.com/dotnet/aspnetcore/actions/runs/1160493117

@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