6543
|
25ad50a579
|
Add support for multible registrys (#23)
if normal settings `registry`, `username`... is set
that's used as default, else first logins entry is used.
```yml
settings:
logins:
- registry: https://codeberg.org
username: "6543"
password: geheim
- registry: https://index.docker.io/v1/
username: a6543
password: anders_geheim
```
close #18
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/23
Reviewed-by: anbraten <anbraten@noreply.codeberg.org>
|
2022-10-08 16:02:02 +02:00 |
|
6543
|
10426e6a19
|
Allow multible Repos (#22)
close partialy #18
we still need to handle multible registry login
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/22
|
2022-09-28 15:17:39 +02:00 |
|
Lauris BH
|
be7d7c0244
|
Implement option to add image labels and generate automatic labels (#19)
Fixes #16
Results into labels:
![attels](/attachments/3aa6641e-fe50-4e28-be97-64c0afe2c35a)
Co-authored-by: Lauris BH <lauris@nix.lv>
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/19
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-09-28 02:16:57 +02:00 |
|
Lauris BH
|
8a0424c7a5
|
Automatically generate buildkit config with registry CA file (#17)
Fixes #14
Buildkit config is actually TOML file not JSON - https://docs.docker.com/engine/reference/commandline/buildx_create/#config
Tested using `lafriks/plugin-docker-buildx:latest` image built with these changes
Co-authored-by: Lauris BH <lauris@nix.lv>
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/17
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-09-27 22:33:05 +02:00 |
|
qwerty287
|
64aed54d14
|
Update docs (#15)
According to https://github.com/woodpecker-ci/woodpecker/pull/1200/files#diff-9d12f007f8f4426a84a8561106d0818c431f8b0aee40c80c59413dbb9b9d1afa
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/15
Reviewed-by: anbraten <anbraten@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
|
2022-09-25 19:25:16 +02:00 |
|
Lauris BH
|
b88f39c31f
|
Add build output option (#11)
Fixes #6
Also updates dependencies
Co-authored-by: Lauris BH <lauris@nix.lv>
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/11
Reviewed-by: anbraten <anbraten@noreply.codeberg.org>
Co-authored-by: Lauris BH <lafriks@noreply.codeberg.org>
Co-committed-by: Lauris BH <lafriks@noreply.codeberg.org>
|
2022-09-20 18:02:35 +02:00 |
|
6543
|
1d08a8f99a
|
add docs for plugin (#10)
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/10
|
2022-08-30 22:29:48 +02:00 |
|