Go to file
Robert Kaussow 5174f15dcc
chore: switch to go1.18 as build requirement (#37)
2022-03-30 22:41:31 +02:00
.chglog chore: adjust changelog template to link to prs instead of issues (#32) 2021-12-12 14:04:14 +01:00
.github adjust parameter defaults 2021-09-11 13:20:16 +02:00
_docs docs: fix build command (#34) 2022-01-12 10:38:20 +01:00
cmd/drone-docker fix: fix auto_tag behavior to avoid unexpected publishing (#33) 2022-01-12 09:09:57 +01:00
docker chore(deps): update docker digests 2021-07-21 20:35:33 +00:00
plugin fix: fix auto_tag behavior to avoid unexpected publishing (#33) 2022-01-12 09:09:57 +01:00
.dictionary docs: prepare standalone plugin documentation (#27) 2021-09-11 12:40:31 +02:00
.drone.jsonnet chore: switch to go1.18 as build requirement (#37) 2022-03-30 22:41:31 +02:00
.drone.yml chore: switch to go1.18 as build requirement (#37) 2022-03-30 22:41:31 +02:00
.gitignore ci: auto-generate changelog (#7) 2021-02-15 20:52:53 +01:00
.markdownlint.yml docs: prepare standalone plugin documentation (#27) 2021-09-11 12:40:31 +02:00
.prettierignore chore: end of the year maintenance 2021-12-21 10:54:54 +01:00
CONTRIBUTING.md add missing CONTRIBUTING.md file 2021-01-17 20:38:29 +01:00
LICENSE chore: end of the year maintenance 2021-12-21 10:54:54 +01:00
README.md docs: clarify versioning and handling of breaking changes 2022-01-12 10:08:16 +01:00
go.mod chore: switch to go1.18 as build requirement (#37) 2022-03-30 22:41:31 +02:00
go.sum chore: switch to go1.18 as build requirement (#37) 2022-03-30 22:41:31 +02:00
renovate.json fix renovate preset config 2021-12-21 09:56:02 +01:00

README.md

drone-docker

Drone plugin to build multiarch Docker images

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

Drone plugin to build multiarch Docker images. 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

The tags follow the major version of Docker, e.g. 19, the minor and patch part reflects the "version" of the plugin. A full example would be 19.6.5. Minor versions may introduce breaking changes, while patch versions may be considered non-breaking.

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.