-
Notifications
You must be signed in to change notification settings - Fork 546
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
Verify images from tar file or local podman cache #2985
Comments
This is not quite the same as #2255 so I'm going to rename |
|
You mean podman API service and load image to cache? How does it work? |
I meant the Docker compatibility mode. But on second thought that still doesn't work. You need a full registry for the workaround at the moment |
Hence my feature request please 🙂 |
Hello there! Resuming this discussion since I have a problem similar to @muzammil786...
Wouldn't the I'm asking because I tried and things are not quite working as expected. @znewman01 am I missing something? |
Currently cosign verify images from remote registries. We work in airgapped network where internet connection or connection to registry is not possible. The images are uploaded to system via tarball and loaded to locally via
docker|podman load -i
command.Request to add a feature to verify the image from tar file or available locally in cache. Understand that there are many different container managers and formats but we can fix it only for OCI format images and to docker/podman/containerd managers, the ones which are most popular in the community.
The text was updated successfully, but these errors were encountered: