Commit Graph

26 Commits

Author SHA1 Message Date
Maxim Slipenko
d85ae1c6a7
feat: Add ability to push to multiple registries 2023-08-06 13:45:29 +00:00
Grégoire Joncour
89db4c201e
fix: fix secrets format (#285) 2023-06-29 21:16:20 +02:00
c7c3ad6942
docs: add usage exaple for docker build secrets (#283) 2023-06-28 20:42:47 +02:00
Moein Nemati
a572b72527
feat: add support for docker build secrets (#282) 2023-06-28 20:26:07 +02:00
Paulo Gomes
cf1e48b342
feat: add support for SBOM attestation (#217)
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
2023-03-08 15:51:24 +01:00
0688b1cf1a
refactor: add more linters and fix findings (#195) 2023-02-08 10:13:28 +01:00
13e353b883
feat: add option to configure provenance attestation (#171) 2023-01-12 11:28:22 +01:00
f907bd038a
docs: fix buildkit config documentation (#166) 2023-01-08 14:41:49 +01:00
b302ea6f8c
chore: remove unused purge parameter (#147) 2022-11-01 14:04:49 +01:00
248b7a5b77
fix: allow escaping of commas in plugin list options (#142) 2022-10-31 20:10:18 +01:00
Richard Jennings
0bd2634a1e
feat: add extra_tags option to set tags including additional registries (#134) 2022-10-09 14:05:05 +02:00
Richard Jennings
4171f3d711
feat: add option to support buildx --label flag (#132) 2022-09-20 21:35:29 +02:00
Martin Honermeyer
d264446eb5
feat: add cache_to option and remove manual image pull for cache_from images (#124) 2022-08-08 13:36:23 +02:00
b08866cc0b
fix: add option to set additional build contexts (#116) 2022-07-24 12:48:02 +02:00
fe003ec38d
fix typo in config description 2022-06-02 21:50:32 +02:00
a893c63e5d
docs: refactor plugin properties 2022-06-02 21:48:53 +02:00
12dd9fea01
refactor: add plugin flags to category 2022-06-02 21:26:34 +02:00
df617139de
docs: adjust helptext for the output option (#72) 2022-01-27 22:02:58 +01:00
Martin Honermeyer
ee13dd891e
feat: add output option to set the export action for build results (#71) 2022-01-27 21:53:46 +01:00
17016c9f49
fix: fix auto_tag behavior to avoid unexpected publishing (#68)
BREAKING CHANGE: `latest` has been removed from the default `tags` list, which is now empty. You must specify `auto_tag` or `tags` option, otherwise the plugin will build but __never__ tag and push the image.
2022-01-12 09:10:27 +01:00
2404bc12a1
docs: add parameter documentation (#53) 2021-09-11 21:15:02 +02:00
276f215b24
fix: remove unimplemented squash option (#52) 2021-09-07 21:34:47 +02:00
a5a561fd91
feat: load buildkit config from string instead of file (#37) 2021-07-25 14:28:33 +02:00
Albie
904641bf10
feat: add option to specify buildkit config file path (#32) 2021-07-08 09:00:51 +02:00
41a9f02b92
fix redefined flags 2021-01-11 22:38:17 +01:00
ba28c39a7d
refactor: update dependencies and use plugin boilerplate 2021-01-11 21:54:49 +01:00