From eaf7a2e58a684462de70333315e8e0e765e9d13b Mon Sep 17 00:00:00 2001 From: ashpect Date: Mon, 23 Oct 2023 04:37:59 +0530 Subject: [PATCH] add a future goal --- proposals/repo-to-tar/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/repo-to-tar/README.md b/proposals/repo-to-tar/README.md index 13a03cd96..d02c2b884 100644 --- a/proposals/repo-to-tar/README.md +++ b/proposals/repo-to-tar/README.md @@ -76,7 +76,7 @@ where one of the files in sha256 is the actual file tar and others 2 are configs 1. An improvement would be to have only one flag `--tar` for `imgpkg copy` making no changes to flags but making it compatible and being smart enough to understand and differentiate between both kind of tars without any need for specification.
-2. Add an inflate option to also contain all refs images in the oci-tar as discussed [here](https://github.com/carvel-dev/imgpkg/issues/55#issuecomment-962209740) +2. Add an inflate option to also contain all refs images in the oci-tar as discussed [here](https://github.com/carvel-dev/imgpkg/issues/55#issuecomment-962209740). This will be useful and true to the name of the command `imgpkg copy` as it will copy all the refs images as well and create a self-sufficient oci-tar.
### Specification / Use Cases