Skip to content

Commit 4d00d2e

Browse files
fix: update devcontainer dependency for codespace (#1037)
# Description One of the exist dependency doesn't work well for codespace env build, have changed with necessary update Related link: https://github.com/devcontainers/features/tree/main/src/azure-cli ## Related Issue If this pull request is related to any issue, please mention it here. Additionally, make sure that the issue is assigned to you before submitting this pull request. ## Checklist - [ ] I have read the [contributing documentation](https://retina.sh/docs/contributing). - [ ] I signed and signed-off the commits (`git commit -S -s ...`). See [this documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) on signing commits. - [ ] I have correctly attributed the author(s) of the code. - [ ] I have tested the changes locally. - [ ] I have followed the project's style guidelines. - [ ] I have updated the documentation, if necessary. - [ ] I have added tests, if applicable. ## Screenshots (if applicable) or Testing Completed Before <img width="1010" alt="before" src="https://github.com/user-attachments/assets/826b714d-e420-41e0-93e5-70b0d1f090d3"> After <img width="656" alt="after" src="https://github.com/user-attachments/assets/0cf4226f-90e0-4dcf-8d31-3533cd859d48"> Please add any relevant screenshots or GIFs to showcase the changes made. ## Additional Notes Add any additional notes or context about the pull request here. --- Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more information on how to contribute to this project.
1 parent c64a7cf commit 4d00d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ghcr.io/devcontainers/features/go:1": {},
99
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
1010
"ghcr.io/devcontainers-contrib/features/kind:1": {},
11-
"ghcr.io/devcontainers-contrib/features/azure-cli:1": {}
11+
"ghcr.io/devcontainers/features/azure-cli:1": {}
1212
},
1313
"postCreateCommand": "bash .devcontainer/installMoreTools.sh && kind create cluster",
1414
"customizations": {

0 commit comments

Comments
 (0)