Woodpecker CI plugin to build multiarch OCI images with buildx
Go to file
Robert Kaussow f528612af5
refactor: initial commit after rewrite to woodpecker
2023-08-13 22:08:53 +02:00
.chglog refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
.github refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
_docs refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
cmd/wp-docker-buildx refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
plugin refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
.dictionary refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
.gitignore refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +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 refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02: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 refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
LICENSE chore: end of the year maintenance 2021-12-21 10:54:53 +01:00
Makefile refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
README.md refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
go.mod refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
go.sum refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
renovate.json fix renovate preset config 2021-12-21 09:55:58 +01:00

README.md

wp-docker-buildx

Woodpecker CI 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

Woodpecker CI plugin to build multiarch Docker images with buildx. This plugin is a fork of wp-plugins/wp-docker. You can find the full documentation at https://wp-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.