Go to file
Robert Kaussow c9b8ea3c6a
chore: add deprecation notice
2023-01-15 21:58:39 +01:00
.chglog chore: adjust changelog template to link to prs instead of issues (#32) 2021-12-12 14:04:14 +01:00
.github fix worind in readme and adjust repo config 2022-07-21 09:47:54 +02:00
_docs docs: add example for custom registires (#74) 2022-12-21 10:49:07 +01:00
cmd/drone-docker chore: remove unused flag remote.url 2022-06-02 21:51:35 +02:00
docker chore(docker): update docker digests 2023-01-10 07:30:19 +00:00
plugin chore: switch to go1.19 (#60) 2022-08-05 13:18:17 +02:00
.dictionary docs: add example for custom registires (#74) 2022-12-21 10:49:07 +01:00
.dockerignore cleanup makefile (#45) 2022-04-25 12:48:52 +02:00
.drone.jsonnet ci: bump docker plugin to v20 (#76) 2023-01-08 15:44:10 +01:00
.drone.yml ci: bump docker plugin to v20 (#76) 2023-01-08 15:44:10 +01:00
.gitignore cleanup makefile (#45) 2022-04-25 12:48:52 +02:00
.golangci.yml fix: fix docker daemon startup 2022-04-25 21:09:59 +02: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
Makefile chore: remove support for arm32 (#75) 2023-01-07 17:36:00 +01:00
README.md chore: add deprecation notice 2023-01-15 21:58:39 +01:00
go.mod fix(deps): update module github.com/thegeeklab/drone-plugin-lib/v2 to v2.2.1 (#73) 2022-12-21 08:45:23 +01:00
go.sum fix(deps): update module github.com/thegeeklab/drone-plugin-lib/v2 to v2.2.1 (#73) 2022-12-21 08:45:23 +01:00
renovate.json fix renovate preset config 2021-12-21 09:56:02 +01:00

README.md

drone-docker

DISCONTINUED: This image is no longer maintained and will be removed in the future.

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

Versioning

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

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.