File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1212 echo "test --disk_cache=/workspace/.cache/bazel-disk" >> /workspace/selenium/.bazelrc.local
1313 echo "build --jobs=10" >> /workspace/selenium/.bazelrc.local
1414 echo "test --jobs=10" >> /workspace/selenium/.bazelrc.local
15- bazel build grid
1615
1716ports :
1817 - name : VNC
Original file line number Diff line number Diff line change 11# Used to create a development image for working on Selenium
22
33# You can find the new timestamped tags here: https://hub.docker.com/r/gitpod/workspace-full/tags
4- FROM gitpod/workspace-full:2022-06-20- 19-54-55
4+ FROM gitpod/workspace-full:2024-02- 19-11-51-41
55
66USER root
77
@@ -50,7 +50,7 @@ RUN wget -nv -O /tmp/noVNC.zip "https://github.com/novnc/noVNC/archive/refs/tags
5050
5151# Bazel
5252
53- RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.12 .0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \
53+ RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.19 .0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \
5454 chmod 755 /usr/bin/bazelisk && \
5555 ln -sf /usr/bin/bazelisk /usr/bin/bazel
5656
You can’t perform that action at this time.
0 commit comments