Skip to content

fix: update azure-cli test scenario base image from dev-10.0-preview-trixie to base:trixie#1611

Open
Copilot wants to merge 2 commits intomainfrom
copilot/fix-github-actions-workflow-test-scenarios
Open

fix: update azure-cli test scenario base image from dev-10.0-preview-trixie to base:trixie#1611
Copilot wants to merge 2 commits intomainfrom
copilot/fix-github-actions-workflow-test-scenarios

Conversation

Copy link
Contributor

Copilot AI commented Mar 26, 2026

Fix

The test-scenarios (azure-cli) workflow was failing because the install_azcli_dotnet_dockerindocker_trixie test scenario used the base image mcr.microsoft.com/devcontainers/dotnet:dev-10.0-preview-trixie, which has a Yarn GPG key verification issue (Missing key FF7CB5667B542092084BBDC562D54FD4003F6525) that causes apt-get update to fail, preventing Docker-in-Docker feature installation.

Changes

  • Updated the base image in test/azure-cli/scenarios.json from mcr.microsoft.com/devcontainers/dotnet:dev-10.0-preview-trixie to mcr.microsoft.com/devcontainers/base:trixie, consistent with other Debian Trixie-specific tests in the same file

Root Cause

The dev-10.0-preview-trixie image included a stale Yarn apt repository configuration with an expired/missing GPG signing key. Switching to the base:trixie image resolves this issue and is the appropriate base image for a Debian Trixie-specific test.

Fixes failing job: https://github.com/devcontainers/features/actions/runs/23594257734/job/68745364458


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…trixie to 10.0

Agent-Logs-Url: https://github.com/devcontainers/features/sessions/78a9b225-cd77-4447-9ee4-4de4b2546665

Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
@Kaniska244
Copy link
Contributor

@copilot Update the base image to mcr.microsoft.com/devcontainers/base:trixie as its a debian trixie specific test.

Copy link
Contributor Author

Copilot AI commented Mar 26, 2026

@copilot Update the base image to mcr.microsoft.com/devcontainers/base:trixie as its a debian trixie specific test.

Updated to mcr.microsoft.com/devcontainers/base:trixie in 274ecbf.

Copilot AI changed the title fix: update azure-cli test scenario base image from dev-10.0-preview-trixie to 10.0 fix: update azure-cli test scenario base image from dev-10.0-preview-trixie to base:trixie Mar 26, 2026
@Kaniska244 Kaniska244 marked this pull request as ready for review March 26, 2026 18:25
@Kaniska244 Kaniska244 requested a review from a team as a code owner March 26, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants