This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
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