From 428422b56d337c3e370e0a08421410f46bbdf03d Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Mon, 19 Feb 2024 17:47:21 +0100 Subject: [PATCH] [build] Updating GitPod config --- .gitpod.yml | 1 - scripts/gitpod/.gitpod.Dockerfile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index e4658d6b02763..8df466276423d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -12,7 +12,6 @@ tasks: echo "test --disk_cache=/workspace/.cache/bazel-disk" >> /workspace/selenium/.bazelrc.local echo "build --jobs=10" >> /workspace/selenium/.bazelrc.local echo "test --jobs=10" >> /workspace/selenium/.bazelrc.local - bazel build grid ports: - name: VNC diff --git a/scripts/gitpod/.gitpod.Dockerfile b/scripts/gitpod/.gitpod.Dockerfile index d3ed3686d66df..68fb088615c44 100644 --- a/scripts/gitpod/.gitpod.Dockerfile +++ b/scripts/gitpod/.gitpod.Dockerfile @@ -1,7 +1,7 @@ # Used to create a development image for working on Selenium # You can find the new timestamped tags here: https://hub.docker.com/r/gitpod/workspace-full/tags -FROM gitpod/workspace-full:2022-06-20-19-54-55 +FROM gitpod/workspace-full:2024-02-19-11-51-41 USER root @@ -50,7 +50,7 @@ RUN wget -nv -O /tmp/noVNC.zip "https://github.com/novnc/noVNC/archive/refs/tags # Bazel -RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \ +RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \ chmod 755 /usr/bin/bazelisk && \ ln -sf /usr/bin/bazelisk /usr/bin/bazel