Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: 去掉manifest插件文档无用内容 #49

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions plugins/manifest/manifest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ main:
template: foo/bar:v1.0.0-OS-ARCH
platforms:
- linux/amd64
- linux/arm
- linux/arm64

```

通过上面的配置,可以在 DockerHub 给 `foo/bar` 打上 `v1.0.0` 标签,并且 `v1.0.0` 跟 DockerHub 上这三个标签的镜像关联
通过上面的配置,可以在 DockerHub 给 `foo/bar` 打上 `v1.0.0` 标签,并且 `v1.0.0` 跟 DockerHub 上这两个标签的镜像关联

- foo/bar:v1.0.0-linux-amd64
- foo/bar:v1.0.0-linux-arm
- foo/bar:v1.0.0-linux-arm64

执行 `docker pull foo/bar:v1.0.0` 时会基于运行环境的系统架构,拉取对应的镜像。
Expand Down
Loading