-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imgpkg fails to pull images built using ko #441
Comments
I was able to reproduce this by just executing the provided command on the imgpkg folder. It needs to use a distroless base image or else you will get
Going to accept this issue. |
I did some digging around there are 2 things we can do:
The implementation that is present in the registry-image-source can be used with some tweaks, or the ggcr one with more changes because it creates a new tar instead of extracting it. |
@joaopapereira / @praveenrewar - do we know if this is on the roadmap to tackle? |
What steps did you take:
Build an image using ko from go source code:
KO_DOCKER_REPO
ko build --bare .
Image will be pushedPull the image using imgpkg:
imgpkg pull -i <image-name> -o output-folder
What happened:
Environment:
0.33.0
Harbor
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: