Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

0.1.5

Compare
Choose a tag to compare
@romank87 romank87 released this 12 Feb 16:15
· 37 commits to master since this release

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

Full Changelog

Implemented enhancements:

  • New S3 naming schema support #42