fix: update azure-cli test scenario base image from dev-10.0-preview-trixie to base:trixie#1611
Open
fix: update azure-cli test scenario base image from dev-10.0-preview-trixie to base:trixie#1611
Conversation
…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>
Copilot created this pull request from a session on behalf of
Kaniska244
March 26, 2026 17:02
View session
Contributor
|
@copilot Update the base image to |
Agent-Logs-Url: https://github.com/devcontainers/features/sessions/5e6ed3a3-e87e-449f-ac46-ccc170990a0b Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
Contributor
Author
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
approved these changes
Mar 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix
The
test-scenarios (azure-cli)workflow was failing because theinstall_azcli_dotnet_dockerindocker_trixietest scenario used the base imagemcr.microsoft.com/devcontainers/dotnet:dev-10.0-preview-trixie, which has a Yarn GPG key verification issue (Missing key FF7CB5667B542092084BBDC562D54FD4003F6525) that causesapt-get updateto fail, preventing Docker-in-Docker feature installation.Changes
test/azure-cli/scenarios.jsonfrommcr.microsoft.com/devcontainers/dotnet:dev-10.0-preview-trixietomcr.microsoft.com/devcontainers/base:trixie, consistent with other Debian Trixie-specific tests in the same fileRoot Cause
The
dev-10.0-preview-trixieimage included a stale Yarn apt repository configuration with an expired/missing GPG signing key. Switching to thebase:trixieimage 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.