File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 7.3 .2
1+ 8.4 .2
Original file line number Diff line number Diff line change 11FROM gcr.io/cloud-marketplace/google/ubuntu2204:latest
22
33# minimal dependencies for getting bazel/bazelisk
4+ # tzdata needed for some conformance tests.
45RUN apt-get update && apt-get upgrade -y && \
56 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
67 build-essential \
@@ -30,10 +31,5 @@ RUN apt-get install /tmp/bazelisk.deb
3031RUN mkdir -p /workspace
3132RUN mkdir -p /bazel
3233
33- # cache bazel versions that we might test against.
34- RUN USE_BAZEL_VERSION=8.4.2 bazelisk
35- RUN USE_BAZEL_VERSION=7.3.2 bazelisk
36- RUN USE_BAZEL_VERSION=7.7.1 bazelisk
37-
3834# note: /usr/bin/bazel is also a symlink to bazelisk
3935ENTRYPOINT ["/usr/bin/bazelisk" ]
Original file line number Diff line number Diff line change 2424 - name : ' golang:1.23.0'
2525 # check the integrity of the vendor directory
2626 args : ['scripts/verify-vendor.sh']
27- - name : ' gcr.io/cel-analysis/cel-go-bazelisk'
27+ - name : ' gcr.io/cel-analysis/cel-go-bazelisk:latest '
2828 entrypoint : bazel
2929 args :
3030 - ' test'
You can’t perform that action at this time.
0 commit comments