1
0
Fork 0
Commit graph

25 commits

Author SHA1 Message Date
Renovate Bot
20bcef6e02 Update docker.io/gitlab/gitlab-runner Docker tag to v14.5.2 2021-12-10 19:01:45 +00:00
Renovate Bot
6bf59c4ed2 Update docker.io/gitlab/gitlab-runner Docker tag to v14.3.0 2021-09-21 18:03:28 +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
Renovate Bot
090f70fc8b Update docker.io/gitlab/gitlab-runner Docker tag to v14 2021-07-12 10:06:02 +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
Renovate Bot
28a41f9731 Update docker.io/gitlab/gitlab-runner Docker tag to v13.11.0 2021-04-22 12:03:16 +00: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
Renovate Bot
1f9fb8747a Update docker.io/gitlab/gitlab-runner Docker tag to v13.9.0 2021-02-22 22:10:31 +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
4e16f18962 Remove ansible launchpad repository 2021-01-02 18:26:06 +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
Renovate Bot
e01ea3417d Update docker.io/gitlab/gitlab-runner Docker tag to v13.2.2 2020-08-02 04:30:40 +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
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