Skip to content

Commit

Permalink
Test directly on base images
Browse files Browse the repository at this point in the history
  • Loading branch information
Bownairo committed Aug 15, 2024
1 parent 9a879cc commit 3fec5e2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ic-os/guestos/envs/dev-malicious/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ load("//ic-os/guestos:defs.bzl", "image_deps")
icos_build(
name = "dev-malicious",
ic_version = "//bazel:rc_only_version.txt",
build_local_base_image = True,
image_deps_func = image_deps,
malicious = True,
mode = "dev",
Expand Down
1 change: 1 addition & 0 deletions ic-os/guestos/envs/dev/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ load("//ic-os/guestos:defs.bzl", "image_deps")
icos_build(
name = "dev",
ic_version = "//bazel:rc_only_version.txt",
build_local_base_image = True,
image_deps_func = image_deps,
upload_prefix = "guest-os",
visibility = [
Expand Down
1 change: 1 addition & 0 deletions ic-os/guestos/envs/prod/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ load("//ic-os/guestos:defs.bzl", "image_deps")
icos_build(
name = "prod",
image_deps_func = image_deps,
build_local_base_image = True,
upload_prefix = "guest-os",
visibility = ["//rs:ic-os-pkg"],
)
1 change: 1 addition & 0 deletions ic-os/hostos/envs/dev/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ load("//ic-os/hostos:defs.bzl", "image_deps")
icos_build(
name = "dev",
ic_version = "//bazel:rc_only_version.txt",
build_local_base_image = True,
image_deps_func = image_deps,
upload_prefix = "host-os",
visibility = [
Expand Down
1 change: 1 addition & 0 deletions ic-os/hostos/envs/prod/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ load("//ic-os/hostos:defs.bzl", "image_deps")
icos_build(
name = "prod",
image_deps_func = image_deps,
build_local_base_image = True,
upload_prefix = "host-os",
visibility = ["//rs:ic-os-pkg"],
vuln_scan = False,
Expand Down
1 change: 1 addition & 0 deletions ic-os/setupos/envs/dev/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ load("//ic-os/setupos:defs.bzl", "image_deps")
# or //ic-os/defs.bzl for the full list of targets.
icos_build(
name = "dev",
build_local_base_image = True,
ic_version = "//bazel:rc_only_version.txt",
image_deps_func = image_deps,
upgrades = False,
Expand Down
1 change: 1 addition & 0 deletions ic-os/setupos/envs/prod/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ load("//ic-os/setupos:defs.bzl", "image_deps")
icos_build(
name = "prod",
image_deps_func = image_deps,
build_local_base_image = True,
upgrades = False,
upload_prefix = "setup-os",
vuln_scan = False,
Expand Down

0 comments on commit 3fec5e2

Please sign in to comment.