Code Monkey home page Code Monkey logo

docker-gitlab-ci-for-perl-modules's Introduction

This is a build machine for perl modules with Docker.

For now, only Dist::Zilla project will works.

You can pull the docker image :

sudo docker pull celogeek/gitlab-ci-perlbrew

Or build it

./build.sh

To use it with gitlab_ci_runner :

Create a directory into the gitlab_ci_runner with special right. It will keep the cache of build modules.

mkdir ~/buildlib
chmod 2777 ~/buildlib

You gitlab_ci_runner need to have right to run sudo docker run.

First add docker groups :

sudo groupadd docker
sudo adduser gitlab_ci_runner docker
sudo visudo

And add this :

%docker ALL = NOPASSWD: /usr/local/bin/docker run *

To start a test in gitlabci, here the command :

sudo docker run -v ~/buildlib:/buildlib -v $PWD:/build celogeek/gitlab-ci-perlbrew

docker-gitlab-ci-for-perl-modules's People

Contributors

celogeek avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.