Skip to content

Commit

Permalink
Make bb-runner's tini and install layers publically visible
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenmj committed Aug 20, 2024
1 parent a3a263e commit df76e9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/bb_runner/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ pkg_tar(
],
}),
tags = ["manual"],
visibility = ["//visibility:public"],
)

pkg_tar(
name = "install_layer",
srcs = ["install"],
visibility = ["//visibility:public"],
)

oci_image(
Expand Down

0 comments on commit df76e9e

Please sign in to comment.