reproducible-containers / diffoci

diff for Docker and OCI container images
Apache License 2.0
269 stars 7 forks source link

Support non-https registries #67

Open thesayyn opened 6 months ago

thesayyn commented 6 months ago

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

AkihiroSuda commented 6 months ago

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 commented 1 week ago

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