Skip to content

Commit

Permalink
first draft of devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Dec 16, 2024
1 parent 17b5346 commit dd77446
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// For format details, see https://aka.ms/devcontainer.json
{
"name": "helm-charts",

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
"ghcr.io/mpriscella/features/helm-chart-testing:1": {}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Configure tool-specific properties.
// "customizations": {},

"remoteUser": "vscode",
"runArgs": [
"--userns=keep-id"
],
"containerEnv": {
"HOME": "/home/vscode"
}
}

0 comments on commit dd77446

Please sign in to comment.