Tag: #skopeo
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 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#skopeoDesigning an Air-Gapped Image Import Pipeline — skopeo, Harbor, and a Reimport Runbook That Doesn't Rot
This post designs the pipeline for a problem almost nobody in air-gapped Kubernetes actually gets right: repeatedly and safely bringing container images in. It covers managing the import list as code, the skopeo sync com
2026-07-31 · 17 min read #kubernetes#air-gap#harbor#skopeo#supply-chainThe Complete Guide to Docker & Podman Commands: Container Operations, All on One Page
From the architectural differences between Docker and Podman to image management, the container lifecycle, networking, volumes, Docker Compose vs Podman Compose, security (rootless), multi-stage builds, and debugging — a
2026-03-01 · 52 min read #docker#podman#container#devops#kubernetes