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

Support non-https registries #67

Open
thesayyn opened this issue Feb 28, 2024 · 2 comments
Open

Support non-https registries #67

thesayyn opened this issue Feb 28, 2024 · 2 comments
Labels
enhancement New feature or request priority/high

Comments

@thesayyn
Copy link
Contributor

Currently, diffoci only seems to support https registries, which prevents usage staging local registries to perform diffing against a remote image.

@AkihiroSuda AkihiroSuda added the enhancement New feature or request label Feb 29, 2024
@AkihiroSuda
Copy link
Member

As a workaround you may use ctr or nerdctl to pull the image, and use diffoci --backend=containerd --containerd-socket=SOCKET --containerd-namespace=NAMESPACE

https://github.com/reproducible-containers/diffoci?tab=readme-ov-file#accessing-containerd-images

@gregseth
Copy link

gregseth commented Sep 3, 2024

Could be nice to allow self-signed certificate as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority/high
Projects
None yet
Development

No branches or pull requests

3 participants