From feba3ed86121e6fc252e46330faacfc10d43f219 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 19 Jan 2024 10:38:18 +1300 Subject: [PATCH] Added container tools to devcontainer for debugging prow jobs Co-authored-by: James Blair Signed-off-by: = --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9e2a02196ca..57aab46358d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,8 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "ghcr.io/devcontainers/features/github-cli:1": {} + "ghcr.io/devcontainers/features/github-cli:1": {}, + "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {} }, // Use 'forwardPorts' to make a list of ports inside the container available locally.