imgpkg icon indicating copy to clipboard operation
imgpkg copied to clipboard

Store application configuration files in Docker/OCI registries

Results 95 imgpkg issues
Sort by recently updated
recently updated
newest added

**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...

bug
carvel accepted
priority/important-soon

**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...

bug
carvel accepted
priority/important-soon

**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...

bug
good first issue
carvel accepted
priority/unprioritized-backlog
Hacktoberfest

**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...

enhancement
good first issue
discussion
carvel accepted
snack
priority/unprioritized-backlog
Hacktoberfest

**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,...

enhancement
good first issue
carvel accepted
snack
priority/unprioritized-backlog
Hacktoberfest

**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...

enhancement
carvel accepted
priority/unprioritized-backlog
Hacktoberfest

**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...

enhancement
good first issue
carvel accepted
priority/unprioritized-backlog
Hacktoberfest

**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...

bug
discussion
carvel accepted
priority/important-longterm

### 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...

enhancement
carvel accepted

**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...

enhancement
carvel accepted