Skip to content
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

fix: Use built-in image inspection for podman and docker #236

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gmpinder
Copy link
Member

@gmpinder gmpinder commented Oct 3, 2024

Ran into a situation where skopeo needs to be authenticated when inspecting images in a private registry. The docker and podman implementations for the inspect driver should use the native way of inspecting. This has the downside that an image needs to be pulled before it can be inspected. With this change, using skopeo will be the preferred way to inspect images as it does NOT require pulling images.

@gmpinder gmpinder added the type: bug Something isn't working. label Oct 3, 2024
@gmpinder gmpinder self-assigned this Oct 3, 2024
@gmpinder gmpinder linked an issue Oct 3, 2024 that may be closed by this pull request
@gmpinder gmpinder force-pushed the 234-bug-unable-to-use-podman-as-the-inspect-driver branch 2 times, most recently from 29b18cd to 0bec3f9 Compare October 3, 2024 21:56
@gmpinder gmpinder force-pushed the 234-bug-unable-to-use-podman-as-the-inspect-driver branch from 0bec3f9 to 74fada1 Compare October 3, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: unable to use podman as the inspect driver
1 participant