Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[release/8.0] Backport docker image fix - #67279

#67279
Merged
wtgodbe merged 1 commit into
dotnet:release/8.0dotnet/aspnetcore:release/8.0from
wtgodbe:backport/docker-containers-8.0wtgodbe/aspnetcore:backport/docker-containers-8.0Copy head branch name to clipboard
Jun 17, 2026
Merged

[release/8.0] Backport docker image fix#67279
wtgodbe merged 1 commit into
dotnet:release/8.0dotnet/aspnetcore:release/8.0from
wtgodbe:backport/docker-containers-8.0wtgodbe/aspnetcore:backport/docker-containers-8.0Copy head branch name to clipboard

Conversation

@wtgodbe

@wtgodbe wtgodbe commented Jun 17, 2026

Copy link
Copy Markdown
Member

Use prebuilt MCR containers for Linux package builds to avoid network isolation issues.

Copilot AI review requested due to automatic review settings June 17, 2026 19:04
@wtgodbe
wtgodbe requested review from a team, BrennanConroy and halter73 as code owners June 17, 2026 19:04
@wtgodbe wtgodbe changed the title Backport docker image fix [release/8.0] Backport docker image fix Jun 17, 2026
Use prebuilt MCR containers for Debian/RPM package builds instead of inline docker builds to avoid network isolation issues.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@wtgodbe
wtgodbe force-pushed the backport/docker-containers-8.0 branch from 9a46d78 to a425b80 Compare June 17, 2026 19:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the release/8.0 CI pipeline to build Linux DEB/RPM installers inside prebuilt MCR container images (instead of relying on dockerbuild.sh), aiming to avoid network isolation issues during package builds.

Changes:

  • Add DEB/RPM container resources and run the installer build steps inside those containers.
  • Bump Debian packaging debhelper compatibility level from 9 to 10.
  • Add pkg-version.ts files for the SignalR TS packages (but the hard-coded version currently appears inconsistent with the package versions and existing version-stamping flow).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
src/SignalR/clients/ts/signalr/src/pkg-version.ts Adds a VERSION constant file; current value is inconsistent with package versioning/stamping approach.
src/SignalR/clients/ts/signalr-protocol-msgpack/src/pkg-version.ts Adds a VERSION constant file; current value is inconsistent with package versioning/stamping approach.
src/Installers/Debian/tools/package_files/debian/compat Updates debhelper compat level used for Debian packaging.
.azure/pipelines/ci.yml Switches Linux installer builds to run in prebuilt container images; replaces dockerbuild.sh usage and adds container resources.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .azure/pipelines/ci.yml
Comment on lines +384 to +395
- script: ./eng/build.sh
--ci
--nobl
--arch x64
--build-installers
--no-build-deps
--no-build-nodejs
-p:OnlyPackPlatformSpecificPackages=true
-p:BuildRuntimeArchive=false
-p:LinuxInstallerType=deb
$(_BuildArgs)
$(_InternalRuntimeDownloadArgs)
Comment thread .azure/pipelines/ci.yml
Comment on lines +398 to +411
- script: ./eng/build.sh
--ci
--nobl
--arch x64
--build-installers
--no-build-deps
--no-build-nodejs
-p:OnlyPackPlatformSpecificPackages=true
-p:BuildRuntimeArchive=false
-p:LinuxInstallerType=rpm
-p:AssetManifestFileName=aspnetcore-Linux_x64.xml
$(_BuildArgs)
$(_PublishArgs)
$(_InternalRuntimeDownloadArgs)
Comment thread .azure/pipelines/ci.yml
Comment on lines +477 to +490
- script: ./eng/build.sh
--ci
--nobl
--arch arm64
--build-installers
--no-build-deps
--no-build-nodejs
-p:OnlyPackPlatformSpecificPackages=true
-p:BuildRuntimeArchive=false
-p:LinuxInstallerType=rpm
-p:AssetManifestFileName=aspnetcore-Linux_arm64.xml
$(_BuildArgs)
$(_PublishArgs)
$(_InternalRuntimeDownloadArgs)
@wtgodbe wtgodbe added the tell-mode Indicates a PR which is being merged during tell-mode label Jun 17, 2026
@wtgodbe
wtgodbe merged commit 7affd1f into dotnet:release/8.0 Jun 17, 2026
6 of 25 checks passed
This was referenced Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tell-mode Indicates a PR which is being merged during tell-mode

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.