From c32d154b8613a9ea64314904b4abd7bfc9c23b13 Mon Sep 17 00:00:00 2001 From: Vegard Hagen Date: Thu, 14 Aug 2025 10:34:00 +0200 Subject: [PATCH] feat(devcontainer): add gcloud gke auth plugin Signed-off-by: Vegard Hagen --- .github/.devcontainer/Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/.devcontainer/Containerfile b/.github/.devcontainer/Containerfile index ae8e63a..f377404 100644 --- a/.github/.devcontainer/Containerfile +++ b/.github/.devcontainer/Containerfile @@ -131,7 +131,8 @@ RUN apt-get update && \ temurin-${JAVA_VERSION}-jre \ postgresql-client \ tofu \ - google-cloud-cli && \ + google-cloud-cli \ + google-cloud-cli-gke-gcloud-auth-plugin && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*