From d0f313a5ee54b269cc9114f534d726978bfba862 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 22 Sep 2023 12:40:45 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ce696bf..0364fce0 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,8 @@ rules_oci supports two different registry implementation for the temporary stora using Chainguard's [apko](https://apko.dev). - Debian: The `apt-get` utility installs `.deb` files, which are already archives that may be used directly as image layers. See `/examples/deb` in this repository. - Note that you must enumerate every `.deb` file to install, including transitive dependencies. + This solution is incomplete since `apt` does some other tasks which you may need. + See https://github.com/bazel-contrib/rules_oci/issues/375 for details. - RHEL/CentOS/Amazon Linux: we don't have any support for this yet. Please consider donating to the project! ### Construct image layers