https://github.com/dronestock/docker
Drone持续集成Docker插件,支持如下功能:1、自动标签;2、默认镜像;3、镜像推送
https://github.com/dronestock/docker
auto cd ci ci-cd docker drone tag
Last synced: 10 months ago
JSON representation
Drone持续集成Docker插件,支持如下功能:1、自动标签;2、默认镜像;3、镜像推送
- Host: GitHub
- URL: https://github.com/dronestock/docker
- Owner: dronestock
- License: apache-2.0
- Created: 2022-01-05T05:37:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T07:23:02.000Z (over 1 year ago)
- Last Synced: 2024-12-25T07:29:36.452Z (over 1 year ago)
- Topics: auto, cd, ci, ci-cd, docker, drone, tag
- Language: Go
- Homepage:
- Size: 231 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker
Drone持续集成Docker插件
## 功能
- 自动标签
- 默认镜像
- 自动重试
- 重试背压
- 多仓库
- 多平台
- `ARM64`
- `ARM`
- `AMD64`
- 其它
## 使用
使用`docker`插件非常简单,只需要基础配置
```yaml
steps:
- name: 打包Docker到中央仓库
image: dronestock/docker
settings:
repository: dronestock/docker
registries:
username: dronestock
password: password_docker
```
更多使用教程,请参考[使用文档](https://www.dronestock.tech/plugin/stock/docker)
## 教程
[使用文档](https://www.dronestock.tech/plugin/stock/docker)
## 交流

## 捐助


## 感谢Jetbrains
本项目通过`Jetbrains开源许可IDE`编写源代码,特此感谢
[](https://www.jetbrains.com/?from=dronestock/docker)