mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
30 lines
980 B
JSON
30 lines
980 B
JSON
{
|
|
"name": "Stonegarden Homelab Devcontainer",
|
|
"build": {
|
|
"dockerfile": "Containerfile"
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/common-utils:2": {
|
|
"installZsh": true,
|
|
"configureZshAsDefaultShell": true,
|
|
"installOhMyZsh": true,
|
|
"installOhMyZshConfig": true,
|
|
"upgradePackages": true,
|
|
"username": "homelab"
|
|
},
|
|
"ghcr.io/devcontainers/features/github-cli:1": {},
|
|
"ghcr.io/devcontainers/features/java:1": {},
|
|
"ghcr.io/devcontainers-extra/features/argo-cd:1": {},
|
|
"ghcr.io/devcontainers-extra/features/talosctl:1": {},
|
|
"ghcr.io/devcontainers-extra/features/yamllint:2": {},
|
|
"ghcr.io/dhoeric/features/k9s:1": {},
|
|
"ghcr.io/eitsupi/devcontainer-features/jq-likes": {
|
|
"jqVersion": "latest",
|
|
"yqVersion": "latest"
|
|
},
|
|
"ghcr.io/robbert229/devcontainer-features/postgresql-client:1": {},
|
|
"ghcr.io/robbert229/devcontainer-features/opentofu:1": {}
|
|
},
|
|
"remoteUser": "homelab"
|
|
}
|