Skip to content

fix(rust): support Azure Linux base images#1685

Open
reynoldsbd wants to merge 1 commit into
devcontainers:mainfrom
reynoldsbd:rust-azl
Open

fix(rust): support Azure Linux base images#1685
reynoldsbd wants to merge 1 commit into
devcontainers:mainfrom
reynoldsbd:rust-azl

Conversation

@reynoldsbd

Copy link
Copy Markdown

Explicitly support Azure Linux base images in Rust feature.

Required two minor changes:

  • Explicitly recognize distro ID azurelinux and map it to the same behavior as mariner
  • Explicitly install passwd/shadow-utils package dependency for the groupadd command (which is not present by default in Azure Linux base images)

Also add a rust_with_azurelinux test scenario to validate expected behavior.

Changes validated by running devcontainer features test -f rust locally.

@reynoldsbd reynoldsbd requested a review from a team as a code owner July 12, 2026 21:44
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.

1 participant