Skip to content

Commit c191faa

Browse files
mortenmjEdSchouten
authored andcommitted
Make bb-runner's tini and install layers publically visible
1 parent a3a263e commit c191faa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/bb_runner/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ pkg_tar(
6464
],
6565
}),
6666
tags = ["manual"],
67+
visibility = ["//visibility:public"],
6768
)
6869

6970
pkg_tar(
7071
name = "install_layer",
7172
srcs = ["install"],
73+
visibility = ["//visibility:public"],
7274
)
7375

7476
oci_image(

0 commit comments

Comments
 (0)