Giter Site home page Giter Site logo

docker-gitlab-ci-workspace's Introduction

Outrigger GitLab CI Workspace

A GitLab CI workbench ready to support a container-based pipeline.

Docker Stars Docker Pulls

GitLab CI allows specification of a Docker image which will be pulled and started as the first step of each job in every pipeline. For pipelines which will build and deploy Docker images, a container based on the official Docker image is best.

We have extended that with additional tools:

  • BASH, curl, OpenSSL to facilitate common build operations and expectations.
  • Python for docker-compose and potentially future addition of aws-cli and gcloud.
  • Kubernetes environment ready: built with kubectl and helm for k8s-ing.

Why are all these things built into this one image? We might pull some of these tools out in the future, but the goal of this image is not to be a lean, single-purpose Docker image, but to provide an immutable and quick-to-load CI environment.

Usage Example

Running Locally

This is how you might start up the Container locally to explore environment assumptions:

docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock outrigger/gitlab-ci-workspace bash

The volume mount allows the container to start and manage Docker containers for the host system.

Using in .gitlab-ci.yml

# Configuration for the GitLab CI pipeline.
# https://docs.gitlab.com/ce/ci/yaml/
image: outrigger/gitlab-ci-workbench:18

services:
  - docker:18-dind

# <...>

Security Reports

Please email [email protected] with security concerns.

Maintainers

Phase2 Logo

docker-gitlab-ci-workspace's People

Contributors

febbraro avatar grayside avatar tekante avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  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.