imgpkg
imgpkg copied to clipboard
Store application configuration files in Docker/OCI registries
**What steps did you take:** On Windows ``` git clone https://github.com/vmware-tanzu/carvel-imgpkg cd carvel-imgpkg imgpkg push -f ./test/assets/bundle_file_permissions -b some-image imgpkg pull -b some-image -o ./extract-bundle ``` Expected ./extract-bundle/exec_file.sh to have...
**What steps did you take:** On Windows ``` > git clone https://github.com/vmware-tanzu/carvel-imgpkg > cd carvel-imgpkg > imgpkg push -i image-windows -f test/e2e/assets/simple-app --yes Succeded pushing sha sha256:73e65af5e889da98ece0bd471b2cd83baac574e19943108212ba0417ff8f03c2 ``` On Linux...
**What steps did you take:** Run any imgpkg command that displays color i.e. `imgpkg` **What happened:** The color codes are printed on the screen instead of changing the color of...
**What steps did you take:** Create a bundle directory (bundle_dir) including the necessary .imgpkg dir and images.yml file Attempt to push the bundle directory as an image `imgpkg push -i...
**Describe the problem/challenge you have** When copying a tar, or a bundle to a repository, when the destination provided in the command line contains a tag, or have no repository,...
**Describe the problem/challenge you have** I want to be able to delete OCI artifacts in an image registry created by `imgpkg push` or `imgpkg copy` using `imgpkg`, rather than having...
**Describe the problem/challenge you have** `imgpkg copy` will often log the following warning: > copy | Warning: Skipped layer due to it being non-distributable. If you would like to include...
**What steps did you take:** When copying an image to a registry which has no repository or no folder beneath it, it fails. `imgpkg copy -i nginx --to-repo ip-10-0-0-146.ap-south-1.compute.internal/` or...
### Acceptance Criteria: **As a contributor to imgpkg** I want to have confidence that my changes did not introduce inconsistent behavior on different registries. **When a new commit is pushed...
**Describe the problem/challenge you have** [A description of the current challenge that you are experiencing.] Currently I can't specify a tag when using `imgpkg copy -i example/image:tag --to-repo repo.example.com/my/image` so...