Docker buildx plugin for Woodpecker - replacement for plugins/docker and plugins/ecr
Go to file
David Kovari 55cc3b1d21 Add option to enable buildkit debug output (#119)
### 📖 Summary

- Add option to enable buildkit debug output
- Formats buildkit.toml using `github.com/pelletier/go-toml/v2`
- Sets docker.io registry mirror based on daemon.mirror setting

Co-authored-by: Patrick Schratz <pat-s@noreply.codeberg.org>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/119
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: David Kovari <dakovari@gmail.com>
Co-committed-by: David Kovari <dakovari@gmail.com>
2024-01-14 23:35:00 +00:00
.gitea add config.yml to issue template 2024-01-01 22:03:24 +01:00
cmd/docker-buildx Add option to enable buildkit debug output (#119) 2024-01-14 23:35:00 +00:00
plugin Add option to enable buildkit debug output (#119) 2024-01-14 23:35:00 +00:00
utils Add option to overwrites tags option with values specified in an file (#62) 2023-05-02 19:25:49 +00:00
.changelog.yml Add changelog tool config 2022-11-06 14:43:33 +01:00
.dictionary docs: add parameter documentation (#53) 2021-09-11 21:15:02 +02:00
.gitignore CI: add test (#26) 2022-10-08 15:32:14 +02:00
.markdownlint.yml update README 2024-01-01 22:21:41 +01:00
.prettierignore chore: improve generated changelog (#25) 2021-05-09 23:46:51 +02:00
.woodpecker.yml fix copy-pase 2024-01-14 21:20:06 +01:00
CONTRIBUTING.md prelim to switch to woodpecker plugin 2021-10-12 23:40:58 -04:00
Corefile Add internal DNS server if no custom DNS is set (#45) 2022-11-23 14:01:45 +00:00
docker.svg Add logo (#120) 2024-01-13 10:23:26 +00:00
Dockerfile.multiarch pin docker version on patch level 2023-11-19 13:28:17 +01:00
docs.md Add option to enable buildkit debug output (#119) 2024-01-14 23:35:00 +00:00
go.mod Add option to enable buildkit debug output (#119) 2024-01-14 23:35:00 +00:00
go.sum Add option to enable buildkit debug output (#119) 2024-01-14 23:35:00 +00:00
LICENSE fork: initial release 2021-01-10 23:47:55 +01:00
Makefile Ensure that the plugin binary does not conflict with the utility being used (#24) 2022-10-08 00:58:57 +02:00
README.md update README 2024-01-01 22:21:41 +01:00
renovate.json renovate: use org config 2023-10-30 09:33:19 +01:00

plugin-docker-buildx


status-badge Latest release Matrix space Docker pulls License: Apache-2.0


Woodpecker CI plugin to build multiarch Docker images with buildx. This plugin was initially a fork of thegeeklab/drone-docker-buildx (now archived in favor of this plugin) which itself was a fork of drone-plugins/drone-docker. I also contains the ability to publish to AWS ECR which was previously provided by drone-plugins/drone-ecr. You can find the full documentation at woodpecker-ci.org (docs.md).

Images

Images are available on Dockerhub and in the Codeberg registry.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.