diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000000..270f3f09f17 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -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" + } + } +}