Go to file
Robert Kaussow fc08ea17a7
fix worind in readme and adjust repo config
2022-07-21 09:47:53 +02:00
.chglog chore: adjust changelog template to link to prs instead of issues (#64) 2021-12-12 13:19:54 +01:00
.github fix worind in readme and adjust repo config 2022-07-21 09:47:53 +02:00
_docs docs: fix spelling in readme 2022-07-12 09:12:25 +02:00
cmd/drone-docker-buildx fix typo in config description 2022-06-02 21:50:32 +02:00
docker chore(docker): update docker digests to b14dd07 2022-07-21 04:19:54 +00:00
plugin docs: refactor plugin properties 2022-06-02 21:48:53 +02:00
.dictionary docs: add parameter documentation (#53) 2021-09-11 21:15:02 +02:00
.dockerignore ci: refactor build tools and ci setup (#90) 2022-04-25 12:51:42 +02:00
.drone.jsonnet ci: switch alpine-tools image 2022-07-17 20:45:21 +02:00
.drone.yml ci: switch alpine-tools image 2022-07-17 20:45:21 +02:00
.gitignore ci: refactor build tools and ci setup (#90) 2022-04-25 12:51:42 +02:00
.golangci.yml ci: refactor build tools and ci setup (#90) 2022-04-25 12:51:42 +02:00
.markdownlint.yml docs: add parameter documentation (#53) 2021-09-11 21:15:02 +02:00
.prettierignore chore: end of the year maintenance 2021-12-21 10:54:53 +01:00
CONTRIBUTING.md add missing CONTRIBUTING.md file 2021-01-17 20:39:01 +01:00
LICENSE chore: end of the year maintenance 2021-12-21 10:54:53 +01:00
Makefile chore(deps): update dependency golangci/golangci-lint to v1.46.2 2022-05-23 05:52:42 +00:00
README.md docs: fix spelling in readme 2022-07-12 09:12:25 +02:00
go.mod fix(deps): update module github.com/thegeeklab/drone-plugin-lib/v2 to v2.0.2 (#111) 2022-07-12 16:40:05 +02:00
go.sum fix(deps): update module github.com/thegeeklab/drone-plugin-lib/v2 to v2.0.2 (#111) 2022-07-12 16:40:05 +02:00
renovate.json fix renovate preset config 2021-12-21 09:55:58 +01:00

README.md

drone-docker-buildx

Drone plugin to build multiarch Docker images with buildx

Build Status Docker Hub Quay.io Go Report Card GitHub contributors Source: GitHub License: Apache-2.0

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 https://drone-plugin-index.geekdocs.de.

Versioning

The tags follow the major version of Docker, e.g. 20, and the minor and patch parts reflect the version of the plugin. A full example would be 20.12.5. Minor versions can introduce breaking changes, while patch versions can be considered non-breaking.

Community

Contributors

Special thanks 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.