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 12
12
echo "test --disk_cache=/workspace/.cache/bazel-disk" >> /workspace/selenium/.bazelrc.local
13
13
echo "build --jobs=10" >> /workspace/selenium/.bazelrc.local
14
14
echo "test --jobs=10" >> /workspace/selenium/.bazelrc.local
15
- bazel build grid
16
15
17
16
ports :
18
17
- name : VNC
Original file line number Diff line number Diff line change 1
1
# Used to create a development image for working on Selenium
2
2
3
3
# 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
5
5
6
6
USER root
7
7
@@ -50,7 +50,7 @@ RUN wget -nv -O /tmp/noVNC.zip "https://github.com/novnc/noVNC/archive/refs/tags
50
50
51
51
# Bazel
52
52
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 && \
54
54
chmod 755 /usr/bin/bazelisk && \
55
55
ln -sf /usr/bin/bazelisk /usr/bin/bazel
56
56
You can’t perform that action at this time.
0 commit comments