From 86c9c2e36454b29ef97b283e1fedcbf5acb991e8 Mon Sep 17 00:00:00 2001 From: Prashant Deva Date: Sun, 13 Oct 2024 08:26:57 -0700 Subject: [PATCH] use compression in examples the release notes [here](https://github.com/bazel-contrib/rules_oci/releases/tag/v2.0.0) recommend adding extension to use compression --- docs/rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/rust.md b/docs/rust.md index 8166cf84..e12c4a8b 100644 --- a/docs/rust.md +++ b/docs/rust.md @@ -183,6 +183,7 @@ rust_binary( pkg_tar( name = "hello_bin_layer", srcs = [":hello_bin"], + extension = "tar.gz", ) # Step 3: Build image and add built layer to it