Commit Graph

18 Commits

Author SHA1 Message Date
Robert Kaussow b08866cc0b
fix: add option to set additional build contexts (#116) 2022-07-24 12:48:02 +02:00
Robert Kaussow fef64f2b79
ci: refactor build tools and ci setup (#90) 2022-04-25 12:51:42 +02: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
Robert Kaussow 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
Robert Kaussow 276f215b24
fix: remove unimplemented squash option (#52) 2021-09-07 21:34:47 +02:00
Robert Kaussow 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
Maarten De Wispelaere 2e0e0dd7d7
Possible fix for https://github.com/thegeeklab/drone-docker-buildx/issues/28 (#30) 2021-07-02 18:58:55 +02:00
Robert Kaussow a6cc96fbda
fix: allow multi-platform builds using --push flag (#29) 2021-06-16 22:21:00 +02:00
Robert Kaussow 410d80eb98
append users build-args to the default slice 2021-01-22 12:57:32 +01:00
Robert Kaussow 95cc0cafe5
fix string formatting 2021-01-22 12:19:34 +01:00
Robert Kaussow 3bb91263e1
feat: set DOCKER_IMAGE_CREATED as build-arg 2021-01-22 12:00:14 +01:00
Robert Kaussow 90f4d344e8
Revert "feat: add env variable DRONE_DOCKER_BUILD_TIME to docker cmd"
This reverts commit 0e25852747.
2021-01-22 11:57:01 +01:00
Robert Kaussow 0e25852747
feat: add env variable DRONE_DOCKER_BUILD_TIME to docker cmd 2021-01-22 11:17:55 +01:00
Robert Kaussow 671755636d
revert seccomp patch 2021-01-16 22:11:08 +01:00
Robert Kaussow 3a1c3f61cd
patch seccomp profile 2021-01-16 21:56:43 +01:00
Robert Kaussow 2496502ff6
fix staticcheck 2021-01-11 22:06:24 +01:00
Robert Kaussow ba28c39a7d
refactor: update dependencies and use plugin boilerplate 2021-01-11 21:54:49 +01:00