Skip to content

Commit

Permalink
Revert "image: allow .tar.zst extension on layer tar" (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Mar 22, 2024
1 parent 31521df commit ac7f6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/private/image.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ oci_image(
"""
_attrs = {
"base": attr.label(allow_single_file = True, doc = "Label to an oci_image target to use as the base."),
"tars": attr.label_list(allow_files = [".tar", ".tar.gz", ".tar.zst"], doc = """\
"tars": attr.label_list(allow_files = [".tar", ".tar.gz"], doc = """\
List of tar files to add to the image as layers.
Do not sort this list; the order is preserved in the resulting image.
Less-frequently changed files belong in lower layers to reduce the network bandwidth required to pull and push.
Expand Down

0 comments on commit ac7f6e2

Please sign in to comment.