All Projects → rafecolton → Docker Builder

rafecolton / Docker Builder

Licence: mit
Docker builder builds Docker images from a friendly config file.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Docker Builder

gke-demo
Demonstration of complete, fully-featured CI/CD and cloud automation for microservices, done with GCP/GKE
Stars: ✭ 47 (-41.98%)
Mutual labels:  ci, cd, ci-cd
Gocd
Main repository for GoCD - Continuous Delivery server
Stars: ✭ 6,314 (+7695.06%)
Mutual labels:  ci, ci-cd, cd
Nevergreen
🐤 A build monitor with attitude
Stars: ✭ 170 (+109.88%)
Mutual labels:  ci, ci-cd, cd
www.go.cd
Github pages repo
Stars: ✭ 39 (-51.85%)
Mutual labels:  ci, cd, ci-cd
Pypyr
pypyr task-runner cli & api for automation pipelines. Automate anything by combining commands, different scripts in different languages & applications into one pipeline process.
Stars: ✭ 173 (+113.58%)
Mutual labels:  ci, ci-cd, cd
wordpress-skeleton
A base repository structure for rtCamp's WordPress sites, pre-configured to use Github Actions
Stars: ✭ 32 (-60.49%)
Mutual labels:  ci, cd, ci-cd
Documentation
Documentation for Codeship CI & CD service
Stars: ✭ 78 (-3.7%)
Mutual labels:  ci, cd
Ultima
An open source, Infrastructure-as-Code cloud platform with built-in CI and local development environment.
Stars: ✭ 18 (-77.78%)
Mutual labels:  ci, cd
Angela
🙂angela (安其拉):react ssr router redux; react同构框架
Stars: ✭ 15 (-81.48%)
Mutual labels:  ci, cd
Drone Vault
Drone plugin for integrating with the Vault secrets manager
Stars: ✭ 36 (-55.56%)
Mutual labels:  ci, ci-cd
Yb
A new build tool optimized for local + remote development
Stars: ✭ 29 (-64.2%)
Mutual labels:  build-tool, ci
Git Release
Publish a GitHub Release 📦 with Assets 📁 and Changelog 📄
Stars: ✭ 77 (-4.94%)
Mutual labels:  ci, cd
Jmeter Elasticsearch Backend Listener
JMeter plugin that lets you send sample results to an ElasticSearch engine to enable live monitoring of load tests.
Stars: ✭ 72 (-11.11%)
Mutual labels:  ci, cd
Toast
Containerize your development and continuous integration environments. 🥂
Stars: ✭ 748 (+823.46%)
Mutual labels:  build-tool, ci
Chn Eolinker Ams Lite 4.0 For Php
中国最大的在线API管理平台EOLINKER 旗下API管理系统开源精简版,适合个人以及微型团队使用。
Stars: ✭ 869 (+972.84%)
Mutual labels:  ci, ci-cd
Captain
Captain - Convert your Git workflow to Docker 🐳 containers
Stars: ✭ 739 (+812.35%)
Mutual labels:  build-tool, ci
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (-58.02%)
Mutual labels:  ci, cd
Metac
It is metacontroller and more
Stars: ✭ 50 (-38.27%)
Mutual labels:  ci, cd
Abs cd
CI/CD for the Arch build system with webinterface.
Stars: ✭ 48 (-40.74%)
Mutual labels:  ci, cd
Gitlab Ci Dashboard
📊 Dashboard for monitoring GitLab CI builds and pipelines for TV
Stars: ✭ 79 (-2.47%)
Mutual labels:  ci, cd

Welcome to Bob!

Build Status Go Report Card Coverage Status GoDoc

Bob, the docker-builder, builds, tags, and pushes multiple Docker images, all from a friendly Bobfile config file.

About

This repo contains documentation on the server and CLI features of docker-builder. For documentation on how to write a Bobfile, visit github.com/winchman/builder-core

Other useful docs:

Getting Started

  1. Install docker-builder
  2. Rundocker-builder --help

Installing docker-builder

From source

git clone https://github.com/rafecolton/docker-builder
cd docker-builder
go get ./...
go get -u golang.org/x/lint/golint
make # clean build test

install dependencies as needed

From pre-compiled binaries

# on Mac OS X
curl -sL https://github.com/rafecolton/docker-builder/releases/download/v0.10.1/docker-builder-v0.10.1-darwin-amd64 \
  -o /usr/local/bin/docker-builder && chmod +x /usr/local/bin/docker-builder

# on Linux, note: you may need sudo
curl -sL https://github.com/rafecolton/docker-builder/releases/download/v0.10.1/docker-builder-v0.10.1-linux-amd64 \
  -o /usr/local/bin/docker-builder && chmod +x /usr/local/bin/docker-builder

NOTE: Checksums available on the release page

Subcommands


CONTRIBUTING

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].