From d8a01d18a121e407cbd46c312775d48bf5496cd3 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Fri, 9 Jun 2017 11:54:03 +0200 Subject: [PATCH 1/3] update DevLab to Binci transition --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 878a730..18dcb69 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [sbt-docker-compose](https://github.com/Tapad/sbt-docker-compose) - Integrates Docker Compose functionality into sbt by [@kurtkopchik](https://github.com/kurtkopchik/) ## Development Environments -* [DevLab](https://github.com/TechnologyAdvice/DevLab) - Utility for running containerized development environments +* [Binci](https://github.com/binci/binci) - Containerize your development workflow. (formerly DevLab by [@TechnologyAdvice][https://github.com/TechnologyAdvice]) * [Devstep](https://github.com/fgrehm/devstep) - Development environments powered by Docker and buildpacks by [@fgrehm][fgrehm] * [Docker osx dev](https://github.com/brikis98/docker-osx-dev) - A productive development environment with Docker on OS X by [@brikis98](https://github.com/brikis98) * [Docker-sync](http://docker-sync.io/) - Drastically improves performance ([50-70x](https://github.com/EugenMayer/docker-sync/wiki/4.-Performance)) when using Docker for development on Mac OS X/Windows and Linux while sharing code to the container. By [@EugenMayer](https://github.com/EugenMayer) From 03a1021a262cca5dbd5a176e03ba636db38a3d05 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Fri, 9 Jun 2017 12:00:16 +0200 Subject: [PATCH 2/3] update organization of 'Container-Factory' (GitHub) Organization changed from 'lsqio' to [@mutable](https://github.com/mutable) 'The Microservice Platform' [1] [1] http://www.mutable.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18dcb69..0219578 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ Services to securely store your Docker images. ## Image Builder * [bocker](https://github.com/icy/bocker) (2) - Write Dockerfile completely in Bash. Extensible and simple. --> Reusable by [@icy](https://github.com/icy) * [box](https://github.com/box-builder/box) - Build Dockerfile images with a mruby DSL, includes flattening and layer manipulation -* [container-factory](https://github.com/lsqio/container-factory) - Produces Docker images from tarballs of application source code by [@lsqio](https://github.com/lsqio) +* [container-factory](https://github.com/mutable/container-factory) - Produces Docker images from tarballs of application source code by [@mutable](https://github.com/mutable) * [dlayer](https://github.com/wercker/dlayer) - Stats collector for Docker layers by [@wercker](https://github.com/wercker) * [docker-companion](https://github.com/mudler/docker-companion) - A command line tool written in Golang to squash and unpack docker images by [@mudler](https://github.com/mudler/) * [docker-make](https://github.com/CtripCloud/docker-make) - Build, tag,and push a bunch of related docker images via a single command. From e13c536b43cbb38659ff79bf29a9bf5e1a57ba69 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Fri, 9 Jun 2017 12:18:25 +0200 Subject: [PATCH 3/3] whitelist 'sebgoa.blogspot.be' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Whitelist 'sebgoa.blogspot.be' to get rid of temporarily redirection errors on Travis CI builds. ``` Issues :-( > Links 1. [L488] 302 http://sebgoa.blogspot.be/ → http://sebgoa.blogspot.de/ > Dupes None ✓ ``` --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e9bf8e5..b1b00bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rvm: before_script: - gem install awesome_bot script: - - awesome_bot README.md --white-list wiki/Installing,slideshare,awesome-docker.svg,edit/master,sindresorhus/awesome,ashmckenzie,shortcircuit.net.au,photo777.org,adrianmouat,redhat,viget,meros,toedter,datadoghq,amazon.cn,blog.codeship.com,swarm-v-fleet,amazon.com,blogs.splunk.com,docs.mesosphere.com,containership.io,gliderlabs.com,twistlock.com,shipyard-project.com,dashboard.tutum.co,vimeo.com,docs.microsoft.com,eclipse.org,codenvy.io,gitter.im + - awesome_bot README.md --white-list wiki/Installing,slideshare,awesome-docker.svg,edit/master,sindresorhus/awesome,ashmckenzie,shortcircuit.net.au,photo777.org,adrianmouat,redhat,viget,meros,toedter,datadoghq,amazon.cn,blog.codeship.com,swarm-v-fleet,amazon.com,blogs.splunk.com,docs.mesosphere.com,containership.io,gliderlabs.com,twistlock.com,shipyard-project.com,dashboard.tutum.co,vimeo.com,docs.microsoft.com,eclipse.org,codenvy.io,gitter.im,sebgoa.blogspot.be