Tag: #registry
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
Bringing Container Images into an Air-Gapped Network — podman save and skopeo Are Different Tools
Once the RPM transfer procedure has settled into place, the next request is almost always container images. It starts by separating podman save from the skopeo copy family — one goes through the local image store, the ot
2026-08-14 · 12 min read #linux#rhel#air-gap#podman#skopeoYou Added Registry Instances and Availability Did Not Move — What zot Scale-Out Actually Sells
Taking zot as the example, this post takes apart the scaling design of a container registry. A structure that assigns repositories to instances by consistent hashing and has non-owner nodes proxy the request onward is sh
2026-08-09 · 8 min read #devops#oci#registry#zot#containerContainer Registries in 2026 — Docker Hub / GHCR / ECR / Harbor / Quay / Zot / Cosign + Sigstore Deep Dive
In 2026, container registries are no longer just a docker push away. Following Docker Hub pricing changes, GHCR has effectively become the OSS standard. Harbor has matured into the self-hosting default as a CNCF graduate
2026-05-16 · 27 min read #container#registry#docker-hub#ghcr#ecrThe Complete Guide to Package Managers — How npm, uv, RPM, and Homebrew Work and How to Publish Software
How does npm work? Why is uv so fast? What is RPM? How do you submit software to Homebrew? A deep dive into how package managers work and how to distribute your own software.
2026-04-12 · 15 min read #devops#npm#uv#rpm#homebrew