48ca97aeb5
docker: add multiple different image tags
...
continuous-integration/drone/push Build is passing
rolling:
* latest
* edge-dind
fixed to a commit:
* ${DRONE_COMMIT_SHA:0:8}
* ${DRONE_COMMIT_SHA:0:8}-edge-dind
* ${DRONE_COMMIT_SHA:0:8}-linux-amd64
2021-03-17 02:23:38 +01:00
d532d1b620
ci: use plugins/docker:linux-amd64
...
* bump from :18
* add repo tag for dry_run
2021-03-17 02:22:36 +01:00
41993225d6
chore: bump docker to 19.03.15-dind
2021-03-17 02:15:37 +01:00
22d00cc6cb
ci: dry-run on push+publish to immawanderer
continuous-integration/drone/push Build is passing
2021-03-17 00:49:30 +01:00
3bc2768d6f
jsonnet: thow out {arm,gcr,acr,heroku} stuff
2021-03-16 22:11:33 +01:00
1ba922ee04
ci: edit .drone.yml to only build for linux-amd64
...
* rm windows pipelines as I don't have any windows runners
* rm arm/arm64 pipelines as I don't have any arm runners
* rm {ecr,acr,whatever} publish steps as we're not publishing anything
just yet
* tag the image under immawanderer, not the official plugins repo
* run as a dry_run (cause we're not really publishing, right?)
2021-03-16 22:11:33 +01: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
Brad Rydzewski
7ade37a140
Update .drone.yml
2021-02-16 09:44:28 -05:00
Brad Rydzewski
319660d758
Merge pull request #312 from xoxys/master
...
add custom seccomp profile
2021-02-09 16:29:27 -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
Brad Rydzewski
9c86f98ea5
Update main.go
2020-11-25 11:51:03 -05:00
Brad Rydzewski
faec3cf9d8
temporarily revert to last working yaml [CI SKIP]
2020-11-19 17:12:28 -05:00
Don
ad1fa9495f
Merge pull request #303 from drone-plugins/fix-windows-build
...
Fix Windows build
2020-11-09 16:44:15 -08:00
Don
799cc8e35e
Fix Windows build
...
The Windows docker builds should only be triggered when there's a push to master or
a tag. Also add proper tagging to the Windows builds.
2020-10-16 07:26:12 -07:00
Brad Rydzewski
5834d8dff9
Merge pull request #304 from tonglil/typos [CI SKIP]
...
minor typo
2020-10-16 10:10:19 -04:00
Tony Li
4abe7c9d20
minor typo
2020-10-15 15:41:26 -07:00
Brad Rydzewski
e4056d8499
Merge pull request #296 from robertstettner/added-godotenv-for-non-base
...
Added env-file with godotenv to all non-base implementations of plugin
2020-08-11 11:24:23 -04: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
d913d6e7dc
Merge pull request #279 from drone-plugins/feature/semver-fail
...
semver parsing fails pipeline step
2020-06-08 14:57:13 -04:00
Brad Rydzewski
1482cb1143
Merge pull request #285 from luthermonson/prune-loc
...
changed prune to 3rd arg in check
2020-05-28 12:06:46 -07:00
Luther
eb6d634460
changed prune to 3rd arg in check
2020-05-28 11:48:36 -07:00
Brad Rydzewski
77396e3f59
Clarify use of Docker-in-Docker [CI SKIP]
2020-05-28 13:22:31 -04: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
Brad Rydzewski
6cc2e43e64
semver parsing fails pipeline step
2020-05-19 13:26:13 -04:00
Thomas Boerger
b5598ee56d
Merge pull request #274 from gary-kim/enh/noid/quiet-option
...
Add quiet build option
2020-05-18 09:41:22 +02:00
Thomas Boerger
8219e78eca
Merge branch 'master' into enh/noid/quiet-option
2020-05-18 09:36:48 +02:00
Kévin Darcel
23b5e6bcd9
Update linux Dockerfile to 19.03.8
2020-05-05 15:31:17 -05: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
Kévin Darcel
8d54531f2f
Update to docker 19.03.05
2020-05-02 17:09:35 -05:00
Brad Rydzewski
05c329ab6e
Merge pull request #266 from luthermonson/win-1909
...
adding windows 1909
2020-05-02 08:58:40 -07: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
Thomas Boerger
00ee2c290c
Merge pull request #259 from aviettran/master
...
Update AWS SDK
2020-04-16 09:29:39 +02:00
Thomas Boerger
65bb87f497
Merge branch 'master' into master
2020-04-16 09:24:34 +02:00
Brad Rydzewski
f2aeb0f7fc
fix docker home path on windows
2020-03-24 14:34:54 -07:00
Brad Rydzewski
9488d3352e
fix docker home const for windows
2020-03-24 14:15:07 -07:00
Brad Rydzewski
528dc0a7b3
update config.json messaging
2020-03-24 13:49:10 -07:00
Brad Rydzewski
cc112b3ed0
Merge pull request #269 from Koma-Andrea/master [ci skip]
...
Added docker configuration
2020-03-24 13:43:43 -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
Luther Monson
bae9d8ddbf
adding windows 1909
2020-03-12 10:46:57 -07:00
Adam Tran
af9fdad1d9
update urfave/cli to 1.22.2
2020-01-02 16:32:11 -05:00
Adam Tran
196c393da4
update sum
2020-01-02 11:41:54 -05:00
Adam Tran
c69ad3dfaf
remove urfave/cli
2020-01-02 11:40:30 -05:00
Adam Tran
c6dab33e03
Update AWS SDK
2020-01-02 09:42:44 -05:00
Thomas Boerger
1f0cfcc3ef
Merge pull request #256 from recamshak/build-add-host
...
Add build add-host
2019-12-11 21:41:59 +01:00