Skip to content

Commit

Permalink
devcontainer config file
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Mar 16, 2024
1 parent 742292d commit e852e01
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Tekton pipeline",
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-22.04",
"features": {
"ghcr.io/devcontainers/features/go:1.3.0": {
"version": "1.22.1"
},
"ghcr.io/mpriscella/features/kind:1.0.1": {
"version": "0.22.0"
},
"ghcr.io/devcontainers-contrib/features/pre-commit:2.0.17": {
"version": "3.6.2"
}
}
}

0 comments on commit e852e01

Please sign in to comment.