Releases: cloud66-oss/habitus
Releases · cloud66-oss/habitus
Default invocation of Habitus, make is easier to get started and fixing minor issues.
Docker 1.13 support, Cap resources, Bug fixes and downloading artifacts directories
Updated the Docker Client Library to support latest API version.
Merged #49
Fixed #48
Fixed #46
Support for additional arguments to cap resources:
--docker-memory=123m which translates to docker build --memory=123m
--docker-cpuset-cpus=3,4,5 which translates to docker build --cpuset-cpus=3,4,5
--docker-cpu-shares=1024 which translates to docker build --cpu-shares=1024
Support for Docker 1.12.2 and some bug fixes
Support for Docker 1.12
Merge pull request #22 from cloud66/dev update dockerclient to work with docker 1.12
Support for non TLS connections
This version supports non-TLS Docker daemon connection that's used by the native Mac Docker client
Options for secrets service
v0.4.4 Merge branch 'dev' of github.com:cloud66/habitus