mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-09 17:20:39 +00:00
Woodpecker CI plugin to build multiarch OCI images with buildx
Robert Kaussow
17016c9f49
BREAKING CHANGE: `latest` has been removed from the default `tags` list, which is now empty. You must specify `auto_tag` or `tags` option, otherwise the plugin will build but __never__ tag and push the image. |
||
---|---|---|
_docs | ||
.chglog | ||
.github | ||
cmd/drone-docker-buildx | ||
docker | ||
plugin | ||
.dictionary | ||
.drone.jsonnet | ||
.drone.yml | ||
.gitignore | ||
.markdownlint.yml | ||
.prettierignore | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md | ||
renovate.json |
drone-docker-buildx
Drone plugin to build multiarch Docker images with buildx
Drone plugin to build multiarch Docker images with buildx. This plugin is a fork of drone-plugins/drone-docker. You can find the full documentation at You can find the full documentation at https://drone-plugin-index.geekdocs.de.
Versioning
Tags are following the main Docker version e.g. 20.10
, the second part is reflecting the plugin "version". A full example would be 20.10.5
.
Community
Contributors
Special thanks goes to all contributors. If you would like to contribute, please see the instructions.
License
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.