Overview
- Full name
docker.io/plugins/git- Registry
- docker.io
- Namespace
- plugins
- Repository
- git
- Cached tags
- 13
- Last synced
- 07/06/2026, 03:47 PM
Introduction
Docker Engine Git 插件镜像,使 `docker build` 可从 Git 仓库拉取构建上下文,属于 Docker 插件体系组件,非独立 Web 或 K8s 应用服务。
Details
plugins/git 为 Docker 官方 Git 插件,安装后 build 可通过 git:// 或 SSH URL 获取 Dockerfile 上下文。镜像须通过 docker plugin install 注册至本地 Engine,无法作为普通 docker run HTTP 服务或 Kubernetes Deployment 使用。与 BuildKit git source 相比为传统插件路径;现代环境更推荐 BuildKit 或 CI 克隆仓库后 build,插件方式维护较少。
快速启动
docker plugin install docker.io/plugins/git \
--alias git --grant-all-permissions
推荐实践
docker plugin install docker.io/plugins/git:v0.5.0 \
--alias git --grant-all-permissions
docker build -t myapp:1.0 git://github.com/org/repo.git#main
核心参数说明
docker plugin install— 正确安装方式,非 docker run--alias git— 插件别名供 build 引用--grant-all-permissions— 允许网络访问 Git 远程- 固定 tag — 插件 API 版本 pin
- 替代 — CI 中 git clone + docker build 更常见
- 禁止 K8s — 非容器化应用镜像
Latest tags (20)
View all 13 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/plugins/git :latest | linux/arm64/v8linux/amd64linux/arm/v7 | 2019/03/28 04:51 | 22.8 MB | sha256:3e72889f9a40… | |||
docker.io/plugins/git :linux-arm64 | linux/arm64 | 2019/03/28 04:50 | 22.8 MB | sha256:3e72889f9a40… | |||
docker.io/plugins/git :linux-arm | linux/arm | 2019/03/28 04:50 | 21.2 MB | sha256:1d7d1b96cbe1… | |||
docker.io/plugins/git :linux-amd64 | linux/amd64 | 2019/03/28 04:50 | 22.7 MB | sha256:0d474c22bcfe… | |||
docker.io/plugins/git :windows-amd64 | windows/amd64 | 2019/01/20 05:01 | 396.5 MB | sha256:6ba47ef7a00d… | |||
docker.io/plugins/git :next | linux/amd64 | 2018/06/13 23:33 | 22.6 MB | sha256:40294d05ff31… | |||
docker.io/plugins/git :1.4.0 | linux/amd64 | 2017/11/06 15:51 | 23.5 MB | sha256:b2c63e161288… | |||
docker.io/plugins/git :1 | linux/amd64 | 2017/11/06 15:51 | 23.5 MB | sha256:b2c63e161288… | |||
docker.io/plugins/git :1.4 | linux/amd64 | 2017/11/06 15:51 | 23.5 MB | sha256:b2c63e161288… | |||
docker.io/plugins/git :1.3 | linux/amd64 | 2017/11/01 04:12 | 24.5 MB | sha256:64ab3bf39905… | |||
docker.io/plugins/git :1.3.0 | linux/amd64 | 2017/11/01 04:12 | 24.5 MB | sha256:64ab3bf39905… | |||
docker.io/plugins/git :1.1 | linux/amd64 | 2017/02/11 16:33 | 23.9 MB | sha256:4f5589be9391… | |||
docker.io/plugins/git :1.0 | linux/amd64 | 2016/09/06 23:11 | 23.5 MB | sha256:626b05e27f06… |