Skip to content

Fix incorrect installsAfter ca-certificates registry path across all features#267

Merged
sebst merged 2 commits intomainfrom
copilot/fix-ca-certificates-path
Mar 31, 2026
Merged

Fix incorrect installsAfter ca-certificates registry path across all features#267
sebst merged 2 commits intomainfrom
copilot/fix-ca-certificates-path

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 31, 2026

All features referenced ghcr.io/devcontainer-community/features/ca-certificates:latest in installsAfter, but the correct registry namespace is devcontainer-features, not features.

Changes

  • 90 src/*/devcontainer-feature.json — corrected installsAfter path; patch version bumped on each
  • README.md — version numbers updated to match
  • .github/skills/*/SKILL.md — fixed the same incorrect path in both skill docs so future features are scaffolded correctly

Before → After:

 "installsAfter": [
-    "ghcr.io/devcontainer-community/features/ca-certificates:latest"
+    "ghcr.io/devcontainer-community/devcontainer-features/ca-certificates:latest"
 ]

Copilot AI linked an issue Mar 31, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix installsAfter path for ca-certificates feature Fix incorrect installsAfter ca-certificates registry path across all features Mar 31, 2026
Copilot AI requested a review from sebst March 31, 2026 11:56
@sebst sebst marked this pull request as ready for review March 31, 2026 11:58
@sebst sebst merged commit 77fc168 into main Mar 31, 2026
@sebst sebst deleted the copilot/fix-ca-certificates-path branch March 31, 2026 11:59
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.

Bug from PR #265

2 participants