Commit Graph

89 Commits

Author SHA1 Message Date
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
db4c4bee72
fix(deps): update module github.com/thegeeklab/drone-plugin-lib to v2 2022-06-02 15:00:33 +02:00
768b061514
refactor: switch to forked thegeeklab/drone-plugin-lib (#94) 2022-05-03 22:47:51 +02:00
fef64f2b79
ci: refactor build tools and ci setup (#90) 2022-04-25 12:51:42 +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
5f01026c5c
chore: update build env to golang 1.16 (#26) 2021-05-10 09:03:59 +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
3dbe974ba1
fix gitignore 2021-01-11 00:01:27 +01:00
89b0b6823a
fork: initial release 2021-01-10 23:47:55 +01:00
Brad Rydzewski
9c86f98ea5
Update main.go 2020-11-25 11:51:03 -05:00
Robert Stettner
a5076e74dc Added env-file with godotenv to all non-base implementations of plugin 2020-08-05 16:28:21 +01:00
Brad Rydzewski
6cc2e43e64 semver parsing fails pipeline step 2020-05-19 13:26:13 -04:00
Gary Kim
0099cd6056
Add quiet build option
This adds the option for using the `--quiet` flag during builds.

Signed-off-by: Gary Kim <gary@garykim.dev>
2020-04-29 14:11:31 +08:00
Brad Rydzewski
528dc0a7b3 update config.json messaging 2020-03-24 13:49:10 -07:00
Brad Rydzewski
122443b3e6
minor variable name change 2020-03-24 13:40:35 -07:00
Andrea Cervesato
063f479004 Using more generic configuration & respecting win 2020-03-24 21:00:24 +01:00
Andrea Cervesato
18c4e995d3 Added AuthConfig to login to multiple registry 2020-03-24 19:20:52 +01:00
recamshak
17639d6cbf Add build add-host 2019-12-11 09:33:26 +09:00
Brad Rydzewski
39da697e1e
Merge branch 'master' into master 2019-10-16 10:03:13 -10:00
Joe Walton
2184682042
Apply suggestions from code review
Co-Authored-By: Lauris BH <lauris@nix.lv>
2019-10-14 10:20:32 +01:00
Michael J. Schultz
7b060dd935
Merge remote-tracking branch 'benwilson512/master' 2019-08-15 12:08:48 -05:00
Brad Rydzewski
b47dd5d7bc
Revert "append tags with autotag instead of replacing" 2019-08-06 13:09:07 -07:00
Stefan Schwarz
db96c9a78b append tags with autotag instead of replacing
closes #201
2019-07-24 11:12:22 +02:00
Joe Walton
b5b34938c5
Add Assume Role Option For ECR Pushes 2019-04-24 13:31:46 +01:00
Robert Lippens
ebce953fc4 Create ACR plugin extension (#228)
* initial commit

* switch order of args for trimPrefix
2019-03-28 11:20:36 +01:00
Thomas Boerger
57bf8d7477
Drop import of unused fmt package 2019-03-27 13:16:00 +01:00
Thomas Boerger
30eaad2839
Add a reliable version 2019-03-27 13:16:00 +01:00
Mike
1d908bb8cb
Add ability to append lifecycle and repository policies 2019-03-04 20:40:16 -08:00
Thomas Boerger
7345afea5d
Drop docker from binary name for gcr, ecr and heroku 2019-01-21 21:50:31 +01:00
Thomas Boerger
17dc3bc6be
Switch to go modules instead of go dep 2019-01-21 21:50:30 +01:00
Ben Wilson
f69f3d2b74 Merge remote-tracking branch 'upstream/master' 2018-11-28 08:33:15 -05:00