This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Environment Setup
2
2
3
- To build and test these images you will need to install ` bazel ` .
3
+ To build and test these images you will need to install ` bazel ` . This build is known to work with version 3.4.1
4
4
5
5
To install a pre-commit hook that will automatically run tests, run the following command:
6
6
Original file line number Diff line number Diff line change 11
11
bazel test --test_output=errors //... --action_env=GIT_ROOT=$(PWD ) --sandbox_writable_path=$(PWD ) --verbose_failures --incompatible_bzl_disallow_load_after_statement=false
12
12
cd ubuntu1604 && bazel test $(BAZEL_TEST_OPTS ) $(CONTAINER_TEST_TARGETS ) && cd ..
13
13
cd ubuntu1804 && bazel test $(BAZEL_TEST_OPTS ) $(CONTAINER_TEST_TARGETS ) && cd ..
14
+ cd ubuntu2004 && bazel test $(BAZEL_TEST_OPTS ) $(CONTAINER_TEST_TARGETS ) && cd ..
14
15
cd debian9 && bazel test $(BAZEL_TEST_OPTS ) $(CONTAINER_TEST_TARGETS ) && cd ..
15
16
cd debian10 && bazel test $(BAZEL_TEST_OPTS ) $(CONTAINER_TEST_TARGETS ) && cd ..
16
17
cd debian11 && bazel test $(BAZEL_TEST_OPTS ) $(CONTAINER_TEST_TARGETS ) && cd ..
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ download_pkgs(
59
59
security_check (
60
60
name = "security_metadata" ,
61
61
image = "gcr.io/gcp-runtimes/ubuntu_20_0_4:latest" ,
62
-
63
62
)
64
63
65
64
# Transform the packages metadata csv produced by download_pkgs into a YAML
You can’t perform that action at this time.
0 commit comments