wgx731 / gitlab-haile

A docker image for integration test with Gitlab runner

Home Page:https://hub.docker.com/r/wgx731/gitlab-haile/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitlab Haile

Docker Automated build

GitHub issues

GitHub forks

GitHub stars

GitHub license

Idea Source

Famous Marathon Runner as Gitlab Runner docker image 🏃

Image Of Haile Gebrselassie

User Guide

How to use this image with gitlab runner

Use it as default image

Add the following lines at top of your .gitlab-ci.yml file, and make sure you are using docker executor :

image: wgx731/gitlab-haile:1.1
Use it for a stage

The following is an example to use this image at a stage:

build-artifacts:
  stage: build-artifacts
  image: wgx731/gitlab-haile:1.1
  script: $PWD/scripts/build-artifacts.sh
  artifacts:
    name: "$CI_JOB_ID-$CI_JOB_STAGE-$CI_COMMIT_SHA-$APP_VERSION-artifacts"
    paths:
      - build/gitlab-pipeline-spring-boot-demo.jar

Contributing

Pull Requests are most welcome!

Thanks

gitlab-haile © 2018+, @wgx731. Released under the MIT License.

Authored and maintained by @wgx731 with help from contributors (list).

GitHub @wgx731

About

A docker image for integration test with Gitlab runner

https://hub.docker.com/r/wgx731/gitlab-haile/

License:MIT License


Languages

Language:Dockerfile 100.0%