From e852e0161c38b45adab3898bbe89a827b2de1940 Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Sat, 16 Mar 2024 15:52:12 +0200 Subject: [PATCH] devcontainer config file --- .devcontainer/devcontainer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .devcontainer/devcontainer.json 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" + } + } +}