53 Commits

Author SHA1 Message Date
c1ca3abaec FIX Plugins must be removed after each "tagging"
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-17 01:18:56 +01:00
2352c4171f FIX allow pushing tags (only latest worked)
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-17 01:13:22 +01:00
564953fda2 FIX to get image files container must be created temporarily
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-14 21:40:29 +01:00
15917e498e FIX mkdir
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-14 21:23:19 +01:00
f35499449d HACK always as a plugin
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-14 21:17:26 +01:00
1c1ebd98ce Initial plugin support
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-14 18:35:06 +01:00
TP Honey
d70414892d ssh agent support 2023-01-25 13:55:45 +00:00
Trent Albright
84d8664c70 support agent forwarding
missed error check

add debugging

fix empty val for SSHAgent

fix flag type

remove []

debug

base64 encode ssh key

fix

remove debug output

code cleanup

Update docker.go
2023-01-17 14:15:08 +00:00
Ole Henning
4d92e8103d Add option to mount host ssh agent (--ssh) 2023-01-17 12:43:56 +00:00
Marcelo E. Magallon
5a691ae1e4 Add support for docker --platform flag
Add a --platform flag so that the user can specify a value for the
corresponding flag passed to docker. This is useful in the context of
multi-arch builds and buildkit (DOCKER_BUILDKIT=1 in the environment).

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
2022-11-17 13:31:29 +00:00
Stefano Arlandini
94f2f970db Add support for multiple Buildkit secrets with env vars or files as source (#359) 2022-05-03 10:22:55 +01:00
TP Honey
332b73d3b0 (DRON-237) cards add link to image repo, minor cleanup 2022-02-23 12:28:40 +00:00
TP Honey
05357ea390 (DRON-232) enable build-kit for secrets consumption 2022-02-16 11:22:07 +00:00
Eoin McAfee
246dfb3c0e (feat) publish docker data to create drone card (#347)
* plugin logic to write card data to publish drone card
2022-01-13 12:14:53 +00:00
Shubham Agrawal
47dc8555ad Fix ECR & GCR docker publish on windows (#352) 2022-01-12 22:32:57 +05:30
Brad Rydzewski
72ef7b1f3f log available credentials before login 2021-08-02 22:15:39 -04:00
Brad Rydzewski
fbbeec5a2e use Replace instead of ReplaceAll 2021-08-02 21:42:22 -04:00
Brad Rydzewski
b1d8698d1c print login failure reason to output 2021-08-02 21:28:37 -04:00
Brad Rydzewski
0f6bd8a62e Merge pull request #313 from codrut-fc/opencontainer-labels
Add support for automatic opencontainer labels
2021-03-01 20:52:08 -05:00
Codruț Constantin Gușoi
bd4029884c Add support for automatic opencontainer labels 2021-01-20 18:14:27 +00:00
Robert Kaussow
b1959299c7 load the patched seccomp profile only on arm 2021-01-17 18:40:36 +01:00
Robert Kaussow
bfdf3034c1 add custom seccomp profile 2021-01-17 14:27:49 +01:00
Tony Li
4abe7c9d20 minor typo 2020-10-15 15:41:26 -07:00
Luther
eb6d634460 changed prune to 3rd arg in check 2020-05-28 11:48:36 -07:00
Brad Rydzewski
675553c96d Merge pull request #262 from tuxity/docker_update
Update Docker to 19.03.8
2020-05-28 10:20:37 -07:00
Brad Rydzewski
d929356ba1 Merge pull request #281 from luthermonson/no-error-cleanup
Adding Ignore Checks for prune and rmi
2020-05-22 13:48:44 -07:00
Luther
9701f08184 adding ignore checks for prune and rmi 2020-05-22 13:15:19 -07:00
Kévin Darcel
56e470dcda Start daemon with Unix socket only
Mostly reproduce flow of https://github.com/docker-library/docker/blob/master/19.03/dind/dockerd-entrypoint.sh#L130
TCP socket with or without TLS isn't really needed for our usecase so
it's disable
2020-05-02 17:09:35 -05: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
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
3336758708 disable starting the daemon on windows 2019-08-14 12:51:43 -07:00
Thomas Boerger
2047b8e66a Merge branch 'master' into docker-data-root 2019-02-09 16:03:18 +01:00
Thomas Boerger
17dc3bc6be Switch to go modules instead of go dep 2019-01-21 21:50:30 +01:00
shimun
47f3b4bb08 prevent index out of bounds 2018-11-05 19:43:29 +01:00
Ryan Sullivan
b31b4bf099 Add docker pull images to main command batch array. Among other cleanup 2018-10-24 00:48:10 -04:00
Seth Pollack
008bbaf47b make cache-from an array 2018-10-24 00:23:32 -04:00
Seth Pollack
a48b59645a add cache-from 2018-10-24 00:21:31 -04:00
Ronald van Zantvoort
aa92ac1ef0 its called schema-version 2018-05-31 17:31:29 +02:00
Ronald van Zantvoort
3edd750381 Add support for non label-schema labels 2018-05-31 17:21:36 +02:00
Brad Rydzewski
1e396b3b9c Merge pull request #168 from mavimo/define-target-multistage-build
Allow build for a specific target
2018-02-21 12:38:42 -08:00
shovelwagon
1ec6edc647 patch nocache 2018-02-14 22:01:13 -07:00
Marco Vito Moscaritolo
86388a5be3 allow flag --target in build process 2018-02-07 19:31:10 +01:00
Brad Rydzewski
224a31a416 ability to disable purge 2017-11-09 13:28:19 -08:00
Bo-Yi Wu
13ce200771 remove DefaultBranch
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-11-09 13:26:07 +08:00
Bo-Yi Wu
5fa26ebb5f UseDefaultTag for skip build if not default branch.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-11-09 13:24:35 +08:00
Bo-Yi Wu
c591da7e86 remove commit branch frone struct.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-11-09 11:11:22 +08:00
Bo-Yi Wu
d8ba908538 keep only master branch for latest
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-11-02 15:53:28 +08:00