Skip to content

Commit

Permalink
[release] remove container images from release artifacts
Browse files Browse the repository at this point in the history
Container images should be released via a container registry. Including
them in the tarball of the release binaries wastes build time as the
containers are quite large (1G+).

Signed-off-by: Tim Trippel <ttrippel@google.com>
  • Loading branch information
timothytrippel committed Oct 3, 2024
1 parent d8dbb68 commit ae1e2a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ container_bundle(
pkg_tar(
name = "provisioning_appliance_binaries",
srcs = [
":provisioning_appliance_containers_tar",
"//src/pa:loadtest",
"//src/pa:pa_server",
"//src/spm:spm_server",
Expand Down

0 comments on commit ae1e2a2

Please sign in to comment.