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 [#​1941](https://github.com/docker/buildx/issues/1941 )
- Fix a regression with result handle builds showing up in the build history incorrectly [#​1954](https://github.com/docker/buildx/issues/1954 )
##### Dependency Changes
- **github.com/docker/docker** v24.0.2 -> [`36e9e79`](https://github.com/docker/buildx/commit/36e9e796c6fc )
- **github.com/moby/buildkit** [`67a0862`](https://github.com/docker/buildx/commit/67a08623b95a ) -> [`faa0cc7`](https://github.com/docker/buildx/commit/faa0cc7da353 )
- **github.com/tonistiigi/fsutil** [`9e7a6df`](https://github.com/docker/buildx/commit/9e7a6df48576 ) -> [`36ef4d8`](https://github.com/docker/buildx/commit/36ef4d8c0dbb )
- **github.com/xeipuuv/gojsonpointer** [`4e3ac27`](https://github.com/docker/buildx/commit/4e3ac2762d5f ) -> [`02993c4`](https://github.com/docker/buildx/commit/02993c407bfb )
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. [#​1903](https://github.com/docker/buildx/issues/1903 )
- Fix a regression where `--cgroup-parent` option had no effect during build. [#​1913](https://github.com/docker/buildx/issues/1913 )
- Fix a regression where valid docker contexts could fail buildx builder name validation. [#​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`. [#​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. [#​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
Patrick Schratz
c539c9e8a9
chore(deps): update golang docker tag to v1.21 ( #89 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| golang | | minor | `1.20` -> `1.21` |
| golang | stage | minor | `1.20` -> `1.21` |
---
### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzcuMjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Reviewed-on: https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/89
2023-10-17 15:49:27 +00:00
Lauris BH
051ea11a5c
bump buildx to v0.11.0 ( #66 )
...
- use buildx [v0.11.0](https://github.com/docker/buildx/releases/tag/v0.11.0 )
Reviewed-on: https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/66
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Lauris BH <lafriks@noreply.codeberg.org>
Co-committed-by: Lauris BH <lafriks@noreply.codeberg.org>
2023-06-27 13:57:45 +00:00
6543
33b6eb4faa
bump buildx and golang ( #58 )
...
- use golang v1.20
- use buildx v0.10.4
(to have buildkit v0.11.2)
Reviewed-on: https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/58
Reviewed-by: Lauris BH <lafriks@noreply.codeberg.org>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2023-03-22 15:26:29 +00:00
Lauris BH
a2d26878e7
Add internal DNS server if no custom DNS is set ( #45 )
...
Fixes #44
Co-authored-by: Lauris BH <lauris@nix.lv>
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/45
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Lauris BH <lafriks@noreply.codeberg.org>
Co-committed-by: Lauris BH <lafriks@noreply.codeberg.org>
2022-11-23 14:01:45 +00:00
6543
b85ee124e2
Ensure that the plugin binary does not conflict with the utility being used ( #24 )
...
use methode described in https://docs.docker.com/build/buildx/install/ to install buildx into image.
- `/usr/lib/docker/cli-plugins/docker-buildx` -> `/usr/libexec/docker/cli-plugins/docker-buildx`
- fix linux/amd64 build on linux/arm64
rename plugin binary
- `docker-buildx` -> `plugin-docker-buildx`
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/24
Reviewed-by: anbraten <anbraten@noreply.codeberg.org>
2022-10-08 00:58:57 +02:00
6543
4add961b4c
Publish arm image too ( #21 )
...
base image (https://hub.docker.com/_/docker/tags?page=1&name=20.10-dind ) do support amd64 and arm64
so we can do too
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/21
2022-09-28 03:12:21 +02:00