Skip to content

Project to have a basic gitlab runner image available with some required tools

Notifications You must be signed in to change notification settings

yaroslavya/gitlab-runner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gitlab Runner

Small project to just provide an image based on docker:latest with installed packages:

  • git
  • curl

NOTE: now set explicitly to docker:24.0.4 instead of docker:latest.
This was done as current latest 24.0.5 updated the docker-compose to v2.20.2 which might be a source of issues with builds using docker-compose. If confirmed we have to create a github issue for that and wait for a newer version to switch to latests, otherwise we stay behind.

About

Project to have a basic gitlab runner image available with some required tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%