Go to file
Robert Kaussow 3c96b67e94
add deprecation notice
2023-08-29 21:37:14 +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 chore: revert multi-registry support (#311) 2023-08-11 10:10:32 +02:00
cmd/drone-docker-buildx chore: revert multi-registry support (#311) 2023-08-11 10:10:32 +02:00
plugin chore: revert multi-registry support (#311) 2023-08-11 10:10:32 +02:00
.dictionary docs: add example for AWS ECR (#213) 2023-03-06 20:03:09 +01:00
.gitignore ci: refactor build tools and ci setup (#90) 2022-04-25 12:51:42 +02:00
.golangci.yml chore(deps): update dependency golangci/golangci-lint to v1.53.2 (#267) 2023-06-05 09:51:01 +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 fix bare url in contribution file (#244) 2023-05-03 11:49:59 +02:00
Corefile fix: use internal dns for docker if no default is set (#228) 2023-03-24 14:04:29 +01:00
Dockerfile.multiarch chore(docker): update golang:1.20 docker digest to 741d6f9 2023-08-17 12:19:08 +00: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.54.2 2023-08-28 04:19:10 +00:00
README.md add deprecation notice 2023-08-29 21:37:14 +02:00
go.mod chore: revert multi-registry support (#311) 2023-08-11 10:10:32 +02:00
go.sum chore: revert multi-registry support (#311) 2023-08-11 10:10:32 +02:00

README.md

drone-docker-buildx

DISCONTINUED: 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

DISCONTINUED: As I don't use Drone CI anymore, this project is unmaintained. If you are interested in a free and open source CI system check out Woodpecker CI.

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.