1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🐛 Replace archived Poetry feature in devcontainer (#61722)

Co-authored-by: Aaron ("AJ") Steers <aj@airbyte.io>
This commit is contained in:
yumazak
2025-08-05 08:10:04 +09:00
committed by GitHub
parent afd7d138f1
commit 4bd4b6ea30

View File

@@ -10,14 +10,14 @@
"version": "3.10",
"installTools": true
},
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
"ghcr.io/devcontainers-extra/features/poetry:2": {}
},
// Deterministic order reduces cache busting
"overrideFeatureInstallOrder": [
"ghcr.io/devcontainers/features/docker-in-docker",
"ghcr.io/devcontainers/features/python",
"ghcr.io/devcontainers-contrib/features/poetry"
"ghcr.io/devcontainers-extra/features/poetry"
],
// Configure tool-specific properties.