Commit Graph

32 Commits

Author SHA1 Message Date
iwilltry42
5aa1edfb73
update to go1.17 and update direct dependencies 2021-09-07 08:57:05 +02:00
iwilltry42
e448f488be
ci/drone: fix pipeline screwed up from merge 2021-08-24 13:12:03 +02:00
iwilltry42
6770225a45
Merge branch 'main' into main-v5 2021-08-18 20:00:51 +02:00
iwilltry42
093b4e550f
ci/drone: drop k3d image builds for arm as base image doesn't exist for arm 2021-08-18 19:10:34 +02:00
Thorsten Klein
aa6e902743
[Enhancement] Improved Pipeline for Multiarch Images and SemVer Tags (#712)
* ci/drone: multiarch images for everything + auto_tagged semver manifests/images
2021-08-18 17:58:11 +02:00
Thorsten Klein
b8f9bad879
[Enhancement] Improved Pipeline for Multiarch Images and SemVer Tags (#712)
* ci/drone: multiarch images for everything + auto_tagged semver manifests/images
2021-08-18 09:31:31 +02:00
iwilltry42
f90b0e9220
ci/drone: build on any branch as releases and critical actions only happen on tag events anyway 2021-04-14 12:39:42 +02:00
iwilltry42
7ccdbfd5d9
ci/drone: pre-release on *dev* tags 2021-04-14 12:12:02 +02:00
iwilltry42
f53e8bd718
Go 1.16 2021-03-04 14:50:16 +01:00
iwilltry42
b8d0872ba9
ci/drone/tests/e2e: do not run E2E_EXTRA tests in Drone as it takes forever, blocking other pipelines 2021-02-05 19:09:05 +01:00
iwilltry42
98a48a0fc6
enable buildkit and timestamped logging 2021-02-04 19:33:19 +01:00
iwilltry42
b043565852
update to docker v20.10 2021-02-04 19:07:37 +01:00
iwilltry42
504fd3ad31
run multi-server e2e tests for multiple k3s versions 2021-02-04 19:07:37 +01:00
iwilltry42
46211ae9d3
allow overriding GIT_TAG for make build target to fix publishing docker images 2020-12-09 18:58:07 +01:00
iwilltry42
ec79db4ef5
go v1.15 2020-12-04 14:10:33 +01:00
iwilltry42
6c784d9ff2
ci/drone: allow building from main-* and release-* branches 2020-12-04 12:52:44 +01:00
Christian Clauss
db0b929e83
Drone: mkdocs build upgrade to Python 3.9 (#415, @cclaus) 2020-11-27 07:28:15 +01:00
iwilltry42
9e9bddb51d
also exclude test releases 2020-11-13 21:30:17 +01:00
iwilltry42
27a133a8c3
cicd: build and push binary-only and dind images containing k3d 2020-10-21 20:29:09 +02:00
iwilltry42
8dd1ec61db
rename branch master to main 2020-07-15 07:06:47 +02:00
iwilltry42
4ca19dbf9c
proxy: use confd fork to enable arm support 2020-06-18 15:51:26 +02:00
iwilltry42
920159aa11
proxy: enable ARCH switch in Dockerfile 2020-06-18 13:27:53 +02:00
iwilltry42
cd3a51755c
CI/Drone: quote all usages of DRONE_TAG variable to prevent yaml parsing errors if it's empty/unset 2020-06-18 11:09:20 +02:00
iwilltry42
afd2bfd724
CI/Drone: only run image pipelines when main succeeded 2020-06-18 10:44:46 +02:00
iwilltry42
724b7746ee
CI/Drone: add multiarch builds for tools and proxy 2020-06-18 08:23:00 +02:00
iwilltry42
83b84071f6
CI/drone: use rancherio-gh-m for gh-pages deployment 2020-06-17 20:49:11 +02:00
iwilltry42
0712007065
CI/drone: fix docker secrets 2020-06-17 20:36:47 +02:00
iwilltry42
5751a44cb2
CI/drone: fix trigger for docs 2020-06-17 20:21:43 +02:00
iwilltry42
8f273bd814
CI/drone: push latest and DRONE_TAG for docker images 2020-06-17 20:09:38 +02:00
iwilltry42
acfa952b51
CI/drone: use DRONE_TAG 2020-06-17 20:05:01 +02:00
iwilltry42
32b7934f14
CI/drone: add pre-release step 2020-06-17 19:45:09 +02:00
Thorsten Klein
4272ad4fd8
[Enhancement] Improved CI with Drone (#278)
* Misc: cleanup and restructure Makefile

* Misc: use dind output target in Dockerfile

* tests/e2e: ensure that the docker runner is really up before continuing

* CI: add drone

* Misc: fix image tag for e2e in Makefile

* CI/drone: add build step, step conditionals and restrict to linux platform

* CI/drone: add docs pipeline

* Misc: allow setting e2e runner timeout via Makefile arg

* CI/drone: add target platform for docs pipeline

* CI: Goodbye travis

* Misc: add drone make target to run drone CI locally

* CI/drone: add basic pipelines for k3d-tools and k3d-proxy

* remove ref event trigger
2020-06-17 19:35:42 +02:00