Skip to content

Fix the container image for vPack, MSIX vPack and Package pipelines#27015

Merged
adityapatwardhan merged 3 commits intomasterfrom
fixVPackImage
Mar 12, 2026
Merged

Fix the container image for vPack, MSIX vPack and Package pipelines#27015
adityapatwardhan merged 3 commits intomasterfrom
fixVPackImage

Conversation

@adityapatwardhan
Copy link
Copy Markdown
Member

PR Summary

This pull request updates the pipeline configuration files to use newer Windows container images and sets the Windows host version to 2022 for improved compatibility and support. These changes ensure that builds and packaging processes are aligned with the latest Windows environments.

Container image updates:

  • Updated the WindowsContainerImage variable in .pipelines/PowerShell-Coordinated_Packages-Official.yml to use the ltsc2022 image instead of ltsc2019.
  • Updated the WindowsContainerImage variable in .pipelines/PowerShell-vPack-Official.yml to use the ltsc2022 image instead of ltsc2019.

Host version configuration:

  • Added Version: 2022 to the WindowsHostVersion section in .pipelines/PowerShell-Coordinated_Packages-Official.yml to explicitly specify the Windows host version.

PR Context

PR Checklist

@adityapatwardhan adityapatwardhan requested review from a team and jshigetomi as code owners March 12, 2026 19:29
Copilot AI review requested due to automatic review settings March 12, 2026 19:29
@adityapatwardhan adityapatwardhan added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Mar 12, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates official pipeline configurations to align Windows build/repackaging environments with newer OneBranch Windows container images and explicitly target Windows Server 2022 hosts for better compatibility.

Changes:

  • Bump WindowsContainerImage from ltsc2019/vse2022:latest to ltsc2022/vse2022:latest in the vPack official pipeline.
  • Bump WindowsContainerImage similarly in the coordinated packages official pipeline.
  • Explicitly set featureFlags.WindowsHostVersion.Version: 2022 in the coordinated packages official pipeline.

Reviewed changes

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

File Description
.pipelines/PowerShell-vPack-Official.yml Updates the OneBranch Windows container image used for vPack repackaging to LTSC 2022.
.pipelines/PowerShell-Coordinated_Packages-Official.yml Updates the OneBranch Windows container image to LTSC 2022 and pins Windows host version to 2022.

You can also share your feedback on Copilot code review. Take the survey.

@adityapatwardhan adityapatwardhan changed the title Fix v pack image Fix the container image for vPack, MSIX vPack and Package pipelines Mar 12, 2026
@adityapatwardhan adityapatwardhan enabled auto-merge (squash) March 12, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backport-7.4.x-Migrated BackPort-7.5.x-Consider Backport-7.6.x-Migrated CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants