This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
1.1.2
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:
PUSH s3:bucket-name/image-name:1.2.3
New naming scheme:
PUSH s3.amazonaws.com/bucket-name/image-name:1.2.3
Merged pull requests: