Code Monkey home page Code Monkey logo

dockerpack's Introduction

DockerPack

DockerPack is a small simple local stateful docker-based CI to test and deploy projects that should be built on multiple environments.

CircleCI

Features

Build your own images to build and test your projects faster than cloud CI, as dockerpack supports build state and you can any time access interactive shell to fix some issues for specified image.
DockerPack saves success build steps to avoid boilerplate rework.
Also dockerpack.yaml syntax almost looks like github actions or CircleCI.

Download

Self-extractable bash script for MacOS or Linux

Find latest version in Releases

wget https://github.com/edwardstock/dockerpack/releases/download/{LATEST_VERSION}/dockerpack-{LATEST_VERSION}-[Linux|Darwin]-x86_64.sh
sh dockerpack-{LATEST_VERSION}-[Linux|Darwin]-x86_64.sh --prefix=/usr/local --skip-license

RPM

Supported distributions:

  • centos 7, 8
  • fedora 32-34

Steps:

  • Create bintray-edwardstock.repo file inside /etc/yum.repos.d
  • Add below to this file
[bintray-edwardstock]
name=bintray-edwardstock
baseurl=https://dl.bintray.com/edwardstock/rh/[centos OR fedora]/$releasever/$basearch
gpgcheck=0
repo_gpgcheck=1
enabled=1
  • Add repository gpg to trusted
curl -s https://bintray.com/user/downloadSubjectPublicKey?username=bintray | gpg --import
  • Update repository yum -y update or dnf update
  • Install yum install dockerpack

DEB

Supported distributions:

  • debian: stretch, buster
  • ubuntu: xenial, bionic, focal, groovy
echo "deb https://dl.bintray.com/edwardstock/debian {distribution} main" | sudo tee -a /etc/apt/sources.list
curl -s https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add -
apt update && apt install dockerpack

Usage

dockerpack build # build all jobs

# also see help, there are only few commands
dockerpack -h

Build requirements

  • cmake >= 3.12
  • gnu gcc 5+/clang 5+/msvc
  • make
  • toolbox/3.1.1
  • boost 1.72.0
  • nlohmann/json
  • yaml-cpp
  • libsodium

dockerpack's People

Contributors

edwardstock avatar

Watchers

 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.