1
0
Fork 0
Commit graph

37 commits

Author SHA1 Message Date
3ed13912ad Merge branch 'renovate/docker.io-gitlab-gitlab-runner-14.x' into 'master'
Update docker.io/gitlab/gitlab-runner Docker tag to v14.2.0

See merge request saibotk.de/gitlab-ansible-runner!9
2021-09-13 16:47:08 +00:00
Renovate Bot
ede05ac300 Update docker.io/gitlab/gitlab-runner Docker tag to v14.2.0 2021-08-23 06:03:57 +00:00
a7186d4e60 Merge branch 'renovate/docker.io-gitlab-gitlab-runner-14.x' into 'master'
Update docker.io/gitlab/gitlab-runner Docker tag to v14

See merge request saibotk.de/gitlab-ansible-runner!8
2021-07-12 11:18:15 +00:00
Renovate Bot
090f70fc8b Update docker.io/gitlab/gitlab-runner Docker tag to v14 2021-07-12 10:06:02 +00:00
c9690015d3 Merge branch 'renovate/docker.io-gitlab-gitlab-runner-13.x' into 'master'
Update docker.io/gitlab/gitlab-runner Docker tag to v13.12.0

See merge request saibotk.de/gitlab-ansible-runner!6
2021-05-21 11:18:43 +00:00
Renovate Bot
892d0e41f6 Update docker.io/gitlab/gitlab-runner Docker tag to v13.12.0 2021-05-20 17:03:16 +00:00
c2a9e78ebf Merge branch 'renovate/docker.io-gitlab-gitlab-runner-13.x' into 'master'
Update docker.io/gitlab/gitlab-runner Docker tag to v13.11.0

See merge request saibotk.de/gitlab-ansible-runner!5
2021-04-28 08:40:08 +00:00
Renovate Bot
28a41f9731 Update docker.io/gitlab/gitlab-runner Docker tag to v13.11.0 2021-04-22 12:03:16 +00:00
35c13d4f7c
Merge remote-tracking branch 'origin/renovate/docker-docker.io-gitlab-gitlab-runner-13.x' 2021-03-25 16:44:47 +01:00
Renovate Bot
d36ea5ff89 Update docker.io/gitlab/gitlab-runner Docker tag to v13.10.0 2021-03-21 11:03:16 +00:00
Sheogorath
d9a6113588
Add PPA manually to build
This patch manually adds the PPA for trusty since focal isn't supported
at all. It should however not cause any harm.
2021-03-05 12:07:54 +01:00
8e6addfb79 Merge branch 'renovate/docker-docker.io-gitlab-gitlab-runner-13.x' into 'master'
Update docker.io/gitlab/gitlab-runner Docker tag to v13.9.0

See merge request saibotk.de/gitlab-ansible-runner!2
2021-02-28 17:45:29 +00:00
Renovate Bot
1f9fb8747a Update docker.io/gitlab/gitlab-runner Docker tag to v13.9.0 2021-02-22 22:10:31 +00:00
104ec504f0 Merge branch 'renovate/docker-docker.io-gitlab-gitlab-runner-13.x' into 'master'
Update docker.io/gitlab/gitlab-runner Docker tag to v13.8.0

See merge request saibotk.de/gitlab-ansible-runner!1
2021-01-22 21:21:45 +00:00
Renovate Bot
45704d8927 Update docker.io/gitlab/gitlab-runner Docker tag to v13.8.0 2021-01-20 15:26:53 +00:00
44470a5bc1 Update Dockerfile 2021-01-02 18:58:38 +00:00
ad2d16e9e4 Adjust python packages to python3 2021-01-02 18:40:35 +00:00
4db574dd47 Update .gitlab-ci.yml 2021-01-02 18:35:48 +00:00
4e16f18962 Remove ansible launchpad repository 2021-01-02 18:26:06 +00:00
3fd6d6ae5e Merge branch 'renovate/docker-docker.io-gitlab-gitlab-runner-13.x' into 'master'
Update docker.io/gitlab/gitlab-runner Docker tag to v13.7.0

See merge request saibotk/gitlab-ansible-runner!1
2021-01-02 18:19:07 +00:00
Renovate Bot
d93b5015fa Update docker.io/gitlab/gitlab-runner Docker tag to v13.7.0 2020-12-26 04:30:22 +00:00
Sheogorath
e1a3f2af83
Fix python2 vs python3 package confusion 2020-08-13 16:55:10 +02:00
Sheogorath
4e50799bdb
Add netaddr package for ip address calculations 2020-08-13 02:19:28 +02:00
Sheogorath
e33663a82d Merge branch 'renovate/docker-docker.io-gitlab-gitlab-runner-13.x' into 'master'
Update docker.io/gitlab/gitlab-runner Docker tag to v13.2.2

See merge request shivering-isles/gitlab-ansible-runner!3
2020-08-03 19:21:46 +00:00
Renovate Bot
e01ea3417d Update docker.io/gitlab/gitlab-runner Docker tag to v13.2.2 2020-08-02 04:30:40 +00:00
Sheogorath
2114c6be95 Merge branch 'renovate/docker-docker.io-gitlab-gitlab-runner-13.x' into 'master'
Update docker.io/gitlab/gitlab-runner Docker tag to v13.2.1

See merge request shivering-isles/gitlab-ansible-runner!2
2020-07-26 05:56:27 +00:00
Renovate Bot
9d14dd8041 Update docker.io/gitlab/gitlab-runner Docker tag to v13.2.1 2020-07-26 05:48:35 +00:00
Sheogorath
bbd5323de4
Fix missing python libraries
Ansible reports:

```
Failed to import the required Python library (requests) on container's Python /usr/bin/python2.
```

This is due to missing libraries obviously as well as the fact that
ansible runs in python2 not python 3 on debian. Therefore this patch
rewrites the added lbiraries for influxdb and fixes the error message.
2020-07-06 00:42:12 +02:00
Sheogorath
10330144bb
Fix broken FROM tag
The last commit introduced a broken version reference due to a missing v
in front for the version.

This patch repairs this issue as well as providing a full repository
reference in order to make sure no override from other repositories
happens.
2020-07-05 23:23:10 +02:00
Sheogorath
df103f9387
Add influxdb dependency
This patch adds the influxdb library as dependency the gitlab runner
which will allow the mangement of influxdb setups using the new
monitoring module from the infrastructure repository.[1]

[1]: 9ae68023f1/roles/monitoring
2020-07-05 23:13:10 +02:00
Sheogorath
3f92097466
Upgrade .gitlab-ci process
This patch will upgrade to the newer gitlab-ci build process using
podman.
2020-07-05 23:12:14 +02:00
Sheogorath
2dd7d2c967
Upgrade renovate.json
Allow major upgrades and automatically apply updates if CI works out
fine.
2020-07-05 23:09:20 +02:00
Sheogorath
ce5dd64e06 Merge branch 'renovate/configure' into 'master'
Configure Renovate

See merge request shivering-isles/gitlab-ansible-runner!1
2020-03-25 16:02:36 +00:00
Renovate Bot
a0e2bfe09e Add renovate.json 2020-03-25 11:47:40 +00:00
Sheogorath
b87c46c43f
Fix and add cleanup 2019-01-30 00:48:22 +01:00
Sheogorath
c6e6084eeb
Fix missing backslash 2019-01-30 00:44:42 +01:00
Sheogorath
a726d9f9bd
Inital commit for gitlab-runner 2019-01-30 00:37:08 +01:00