概要
- フル名
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:35 | 29.0 MB | sha256:8a7b0e161e94… | |||
docker.io/mgoltzsche/podman :5.8-minimal | linux/arm64linux/amd64 | 2026/06/27 07:35 | 29.0 MB | sha256:8a7b0e161e94… | |||
docker.io/mgoltzsche/podman :5-minimal | linux/arm64linux/amd64 | 2026/06/27 07:35 | 29.0 MB | sha256:8a7b0e161e94… | |||
docker.io/mgoltzsche/podman :minimal | linux/arm64linux/amd64 | 2026/06/27 07:35 | 29.0 MB | sha256:8a7b0e161e94… | |||
docker.io/mgoltzsche/podman :5.8.4 | linux/arm64linux/amd64 | 2026/06/27 07:35 | 34.8 MB | sha256:4fdc9db106b9… | |||
docker.io/mgoltzsche/podman :5.8 | linux/arm64linux/amd64 | 2026/06/27 07:35 | 34.8 MB | sha256:4fdc9db106b9… | |||
docker.io/mgoltzsche/podman :5 | linux/arm64linux/amd64 | 2026/06/27 07:35 | 34.8 MB | sha256:4fdc9db106b9… | |||
docker.io/mgoltzsche/podman :latest | linux/arm64linux/amd64 | 2026/06/27 07:35 | 34.8 MB | sha256:4fdc9db106b9… | |||
docker.io/mgoltzsche/podman :5.8.4-remote | linux/arm64linux/amd64 | 2026/06/27 07:34 | 15.1 MB | sha256:6fd341bcf827… | |||
docker.io/mgoltzsche/podman :5.8-remote | linux/arm64linux/amd64 | 2026/06/27 07:34 | 15.1 MB | sha256:6fd341bcf827… | |||
docker.io/mgoltzsche/podman :5-remote | linux/arm64linux/amd64 | 2026/06/27 07:34 | 15.1 MB | sha256:6fd341bcf827… | |||
docker.io/mgoltzsche/podman :remote | linux/arm64linux/amd64 | 2026/06/27 07:34 | 15.1 MB | sha256:6fd341bcf827… | |||
docker.io/mgoltzsche/podman :5.8.3-minimal | linux/arm64linux/amd64 | 2026/06/17 07:42 | 29.1 MB | sha256:2bef5df156b5… | |||
docker.io/mgoltzsche/podman :5.8.3 | linux/arm64linux/amd64 | 2026/06/17 07:42 | 34.8 MB | sha256:cfc2c34ae84b… | |||
docker.io/mgoltzsche/podman :5.8.3-remote | linux/arm64linux/amd64 | 2026/06/17 07:41 | 15.1 MB | sha256:5afae9c4ea6e… | |||
docker.io/mgoltzsche/podman :5.8.2-minimal | linux/arm64linux/amd64 | 2026/04/21 07:10 | 29.0 MB | sha256:941fa0adbaa2… | |||
docker.io/mgoltzsche/podman :5.8.2 | linux/arm64linux/amd64 | 2026/04/21 07:10 | 34.8 MB | sha256:9ef2d9d89254… | |||
docker.io/mgoltzsche/podman :5.8.2-remote | linux/arm64linux/amd64 | 2026/04/21 07:09 | 15.1 MB | sha256:64bc68de80c3… | |||
docker.io/mgoltzsche/podman :5.8.1-minimal | linux/arm64linux/amd64 | 2026/03/16 05:57 | 29.0 MB | sha256:0531481c643b… | |||
docker.io/mgoltzsche/podman :5.8.1 | linux/arm64linux/amd64 | 2026/03/16 05:57 | 34.8 MB | sha256:a32fca983dc0… |