mirror of
https://github.com/outbackdingo/deployment.git
synced 2026-03-03 05:10:54 +00:00
- Add Docker feature for running Docker outside of Docker in devcontainer.json - Update pod status checks in k3d, kind, and microk8s workflows to target 'hub-frontend' instead of 'kerberos-hub' - Improve Dockerfile to install 'kind' based on architecture
23 lines
528 B
JSON
23 lines
528 B
JSON
{
|
|
"name": "go:1.24-bookworm",
|
|
"dockerFile": "Dockerfile",
|
|
"runArgs": ["--privileged"],
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-kubernetes-tools.vscode-kubernetes-tools",
|
|
"redhat.vscode-yaml",
|
|
"Tim-Koehler.helm-intellisense",
|
|
"ms-vscode.azurecli",
|
|
"ms-vscode-remote.remote-containers",
|
|
"GitHub.copilot",
|
|
"fabiospampinato.vscode-diff",
|
|
"ms-azuretools.vscode-docker"
|
|
]
|
|
}
|
|
}
|
|
}
|