This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
August 2015 | |
circleci | |
* pros: | |
- full docker support | |
- fast UI and build | |
- SSH mode to debug the build | |
* cons: | |
- no way to put secure ENV variable in the yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker-repo: | |
pkgrepo.managed: | |
- humanname: Docker | |
- name: deb https://get.docker.com/ubuntu docker main | |
- dist: docker | |
- file: /etc/apt/sources.list.d/docker.list | |
- keyid: 36A1D7869245C8950F966E92D8576A8BA88D21E9 | |
- keyserver: keyserver.ubuntu.com | |
- require_in: | |
- pkg: docker-pkg |