Comment on Docker Hub limiting unauthenticated users to 10 pulls per hour
KingThrillgore@lemmy.ml 1 week ago
Well shit, I still rely on Docker Hub even for automated pulls so this is just great. I guess i’m going back to managing VMs with OpenTofu and package managers.
wireless_purposely832@lemmy.world 1 week ago
The issue isn’t Docker vs Podman vs k8s vs LXC vs others. They all use OCI images to create your container/pod/etc. This new limit impacts all containerization solutions, not just Docker.
Instead, the issue is Docker Hub vs Quay vs GHCR vs others. It’s about where the OCI images are stored and pulled from. If the project maintainer hosts the OCI images on Docker Hub, then you will be impacted by this regardless of how you use the OCI images.
Some options include:
interdimensionalmeme@lemmy.ml 1 week ago
Lxc doesn’t use oci images? I always end up using docker in lxc when dockeris the only option (which I have not figured how to makw work on my airgapped side
wireless_purposely832@lemmy.world 1 week ago
Ah, you’re right. I’ll edit my comment.
incus may be an option for you though. It supports both LXC/LXD and OCI (although not nearly as well as Docker/Podman/Kubernetes - I don’t think it supports any compose files).
shertson@mastodon.world 1 week ago
@interdimensionalmeme @wireless_purposely832
I believe Graber did a talk at FOSDEM this year about using OCI images in Incus.