镜像概览

完整引用
docker.io/mgoltzsche/podman
Registry
docker.io
命名空间
mgoltzsche
仓库
podman
已缓存 Tag 数
329
最近同步
07/06/2026, 07:02 PM

简介

容器内运行 Podman 的无根构建镜像,在 CI 或受限环境执行 docker-compatible 构建与运行,无需宿主机 Docker 守护进程。

详细介绍

mgoltzsche/podman 将 Podman CLI 与 buildah 打包进镜像,典型场景是在 Kubernetes Job 或 GitLab Runner 中挂载 Dockerfile 与源码,以 podman build/podman run 完成构建验证。与 DinD 相比无需特权守护进程,但 rootless 模式下部分 mount 与网络能力受限。设计为 ephemeral 执行环境,不适合作为长期 HTTP Deployment;应在 Pipeline 中 --rm 运行并挂载 workspace 与缓存卷。

快速启动

docker run --rm -it \
  -v $(pwd):/workspace -w /workspace \
  docker.io/mgoltzsche/podman:latest \
  podman --version

推荐实践

docker run --rm \
  -v $(pwd):/workspace -w /workspace \
  -v podman-cache:/var/lib/containers \
  -e BUILDAH_ISOLATION=chroot \
  docker.io/mgoltzsche/podman:4.9.4 \
  podman build -t myapp:local -f Dockerfile .

核心参数说明

  • -v $(pwd):/workspace — 挂载工程目录供构建
  • -v podman-cache:... — 层缓存加速重复构建
  • -e BUILDAH_ISOLATION=chroot — 无特权构建隔离模式
  • -w /workspace — 容器内工作目录
  • --rm — 任务结束释放容器
  • 限制 — 嵌套容器需额外 cgroup/vfs 配置

最新 Tag(20 条)

查看全部 329 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/mgoltzsche/podman
:5.8.4-minimal
linux/arm64linux/amd64
2026/06/27 07:3529.0 MBsha256:8a7b0e161e94
docker.io/mgoltzsche/podman
:5.8-minimal
linux/arm64linux/amd64
2026/06/27 07:3529.0 MBsha256:8a7b0e161e94
docker.io/mgoltzsche/podman
:5-minimal
linux/arm64linux/amd64
2026/06/27 07:3529.0 MBsha256:8a7b0e161e94
docker.io/mgoltzsche/podman
:minimal
linux/arm64linux/amd64
2026/06/27 07:3529.0 MBsha256:8a7b0e161e94
docker.io/mgoltzsche/podman
:5.8.4
linux/arm64linux/amd64
2026/06/27 07:3534.8 MBsha256:4fdc9db106b9
docker.io/mgoltzsche/podman
:5.8
linux/arm64linux/amd64
2026/06/27 07:3534.8 MBsha256:4fdc9db106b9
docker.io/mgoltzsche/podman
:5
linux/arm64linux/amd64
2026/06/27 07:3534.8 MBsha256:4fdc9db106b9
docker.io/mgoltzsche/podman
:latest
linux/arm64linux/amd64
2026/06/27 07:3534.8 MBsha256:4fdc9db106b9
docker.io/mgoltzsche/podman
:5.8.4-remote
linux/arm64linux/amd64
2026/06/27 07:3415.1 MBsha256:6fd341bcf827
docker.io/mgoltzsche/podman
:5.8-remote
linux/arm64linux/amd64
2026/06/27 07:3415.1 MBsha256:6fd341bcf827
docker.io/mgoltzsche/podman
:5-remote
linux/arm64linux/amd64
2026/06/27 07:3415.1 MBsha256:6fd341bcf827
docker.io/mgoltzsche/podman
:remote
linux/arm64linux/amd64
2026/06/27 07:3415.1 MBsha256:6fd341bcf827
docker.io/mgoltzsche/podman
:5.8.3-minimal
linux/arm64linux/amd64
2026/06/17 07:4229.1 MBsha256:2bef5df156b5
docker.io/mgoltzsche/podman
:5.8.3
linux/arm64linux/amd64
2026/06/17 07:4234.8 MBsha256:cfc2c34ae84b
docker.io/mgoltzsche/podman
:5.8.3-remote
linux/arm64linux/amd64
2026/06/17 07:4115.1 MBsha256:5afae9c4ea6e
docker.io/mgoltzsche/podman
:5.8.2-minimal
linux/arm64linux/amd64
2026/04/21 07:1029.0 MBsha256:941fa0adbaa2
docker.io/mgoltzsche/podman
:5.8.2
linux/arm64linux/amd64
2026/04/21 07:1034.8 MBsha256:9ef2d9d89254
docker.io/mgoltzsche/podman
:5.8.2-remote
linux/arm64linux/amd64
2026/04/21 07:0915.1 MBsha256:64bc68de80c3
docker.io/mgoltzsche/podman
:5.8.1-minimal
linux/arm64linux/amd64
2026/03/16 05:5729.0 MBsha256:0531481c643b
docker.io/mgoltzsche/podman
:5.8.1
linux/arm64linux/amd64
2026/03/16 05:5734.8 MBsha256:a32fca983dc0