Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
/ gitlab-runner Public archive

The Gitlab Runner's base Docker image used to run all pipelines within the Startfleet's organisation

Notifications You must be signed in to change notification settings

ENI-projects/gitlab-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitlab-runner

This project describes the gitlab runner that will execute our pipeline steps. In this project's CI, the gitlab-runner is built and the other projecst' CI/CD will use it.

Content of the runner image

The runner's base image is debian:stable and the following packages are installed :

  • kubectl version 1.17.0
  • hasura-cli v1.1.1
  • ansible version 2.7.7+dfsg-1 (and its dependancies)

Build process

The image is built with docker:dind 19.03.1 in this project CI.

Name convention

Basically the CI will build 2 types of images : testing and production images. Testing images' names are based on the non tagged branches' names (e.g master, your-branch-name, etc...) while production images are named with the tags' names (e.g v1.0, v1.1, etc...).

About

The Gitlab Runner's base Docker image used to run all pipelines within the Startfleet's organisation

Topics

Resources

Stars

Watchers

Forks

Packages