This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Releases: grammarly/rocker-compose
Releases · grammarly/rocker-compose
0.1.6
0.1.5
Docker v1.10 introduced a new image name validation, so our "s3:" image prefix for storing images directly on AWS S3 is not passing the validation anymore. This is a transitional release that supports both S3 image naming schemes. The next release will deprecate the old naming scheme.
Old s3 naming scheme:
image: s3:bucket-name/image-name:1.2.3
New naming scheme:
image: s3.amazonaws.com/bucket-name/image-name:1.2.3
Implemented enhancements:
- New S3 naming schema support #42
0.1.4
0.1.3
0.1.2
Implemented enhancements:
- make better non-colored logger #34
- Ping docker server before running #33
- Dump stack when receive SIGUSR1 #32
- Semver matching for image names #31
- Use
image
helper to run with artifacts from rocker #23
Fixed bugs:
- Invalid volume on Windows #25
- Rocker-compose cannot pull image if name contains '/' character #16
- External dependencies without namespace are not resolved #13
- If wait_for points to
state:running
containers, rocker-compose hangs #9
Closed issues:
Merged pull requests:
0.1.1
- use rocker/dockerclient for docker connection initiation
- use rocker/template; new helpers, such as
dump
,assert
andreplace
- support
log_driver
andlog_opt
container properties; configure docker to do log rotation for the containers by default - add
-print
option to print the rendered config and stop running: useful for debugging template rendering
0.1.0
- support docker-compose spec format
- refactoring and code documentation
- support extra_hosts alias
- support env and labels to be passed as ["foo=bar"] array
0.0.22
- compose run OK message
- run: do not fetch images twice
- flush container logs on error (when not attached)
0.0.21
- wait_for: wait but not re-create if dep changed
0.0.20
- set tag for dummy image for bridgeIp
- remove support of getting manifests by url
- support loading manifest from stdin