Docker buildx plugin for Woodpecker - replacement for plugins/docker and plugins/ecr
  • Go 99.1%
  • Makefile 0.9%
Find a file
Patrick Schratz 6e08c19e98 chore(deps): update docker/buildx-bin docker tag to v0.11.2 (#85)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker/buildx-bin](https://github.com/docker/buildx) | stage | patch | `0.11.0` -> `0.11.2` |

---

### Release Notes

<details>
<summary>docker/buildx (docker/buildx-bin)</summary>

### [`v0.11.2`](https://github.com/docker/buildx/releases/tag/v0.11.2)

[Compare Source](https://github.com/docker/buildx/compare/v0.11.1...v0.11.2)

Welcome to the v0.11.2 release of buildx!

Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.

##### Contributors

-   [Justin Chadwell](https://github.com/jedevc)
-   [CrazyMax](https://github.com/crazy-max)
-   [Sebastiaan van Stijn](https://github.com/thaJeztah)

##### Changes

-   Fix a regression that caused buildx to not read the `KUBECONFIG` path from the instance store [#&#8203;1941](https://github.com/docker/buildx/issues/1941)
-   Fix a regression with result handle builds showing up in the build history incorrectly [#&#8203;1954](https://github.com/docker/buildx/issues/1954)

##### Dependency Changes

-   **github.com/docker/docker**          v24.0.2 -> [`36e9e79`](36e9e796c6)
-   **github.com/moby/buildkit**          [`67a0862`](67a08623b9) -> [`faa0cc7`](faa0cc7da3)
-   **github.com/tonistiigi/fsutil**      [`9e7a6df`](9e7a6df485) -> [`36ef4d8`](36ef4d8c0d)
-   **github.com/xeipuuv/gojsonpointer**  [`4e3ac27`](4e3ac2762d) -> [`02993c4`](02993c407b)

Previous release can be found at [v0.11.1](https://github.com/docker/buildx/releases/tag/v0.11.1)

### [`v0.11.1`](https://github.com/docker/buildx/releases/tag/v0.11.1)

[Compare Source](https://github.com/docker/buildx/compare/v0.11.0...v0.11.1)

Welcome to the v0.11.1 release of buildx!

Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.

##### Contributors

-   [CrazyMax](https://github.com/crazy-max)
-   [Justin Chadwell](https://github.com/jedevc)
-   [David Karlsson](https://github.com/dvdksn)
-   [Jhan S. Álvarez](https://github.com/yastanotheruser)

##### Changes

-   Fix a regression for bake where services in profiles would not be loaded. [#&#8203;1903](https://github.com/docker/buildx/issues/1903)

-   Fix a regression where `--cgroup-parent` option had no effect during build. [#&#8203;1913](https://github.com/docker/buildx/issues/1913)

-   Fix a regression where valid docker contexts could fail buildx builder name validation. [#&#8203;1879](https://github.com/docker/buildx/issues/1879)

-   Fix an issue where the `host-gateway` special address could not be used as an argument to `--add-host`. [#&#8203;1894](https://github.com/docker/buildx/issues/1894) (also requires https://github.com/moby/moby/pull/45767)

-   Fix a possible panic when terminal is resized during the build. [#&#8203;1929](https://github.com/docker/buildx/issues/1929)

##### Dependency Changes

-   **github.com/docker/cli-docs-tool**  v0.5.1 -> v0.6.0

Previous release can be found at [v0.11.0](https://github.com/docker/buildx/releases/tag/v0.11.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

��� **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMy4wIiwidXBkYXRlZEluVmVyIjoiMzcuMjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/85
Co-authored-by: Patrick Schratz <pat-s@mailbox.org>
Co-committed-by: Patrick Schratz <pat-s@mailbox.org>
2023-10-17 16:10:03 +00:00
cmd/docker-buildx Allow to load env file (#80) 2023-10-08 08:49:51 +00:00
plugin Add option to overwrites tags option with values specified in an file (#62) 2023-05-02 19:25:49 +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 docs: add parameter documentation (#53) 2021-09-11 21:15:02 +02:00
.prettierignore chore: improve generated changelog (#25) 2021-05-09 23:46:51 +02:00
.woodpecker.yml chore(deps): update golang docker tag to v1.21 (#89) 2023-10-17 15:49:27 +00: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
Dockerfile.multiarch chore(deps): update docker/buildx-bin docker tag to v0.11.2 (#85) 2023-10-17 16:10:03 +00:00
docs.md Allow to load env file (#80) 2023-10-08 08:49:51 +00:00
go.mod fix(deps): update module github.com/joho/godotenv to v1.5.1 (#90) 2023-10-17 15:43:22 +00:00
go.sum fix(deps): update module github.com/urfave/cli/v2 to v2.25.7 (#91) 2023-10-17 15:39:40 +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 Add option to overwrites tags option with values specified in an file (#62) 2023-05-02 19:25:49 +00:00
renovate.json fork: initial release 2021-01-10 23:47:55 +01:00

plugin-docker-buildx

Get it on Codeberg

Woodpecker CI plugin to build multiarch Docker images with buildx. This plugin is a fork of thegeeklab/drone-docker-buildx which itself is a fork of drone-plugins/drone-docker. You can find the full documentation at woodpecker-ci.org (docs.md).

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.