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

1.1.2

Compare
Choose a tag to compare
@romank87 romank87 released this 12 Feb 12:32
· 232 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:

PUSH s3:bucket-name/image-name:1.2.3

New naming scheme:

PUSH s3.amazonaws.com/bucket-name/image-name:1.2.3

Full Changelog

Merged pull requests:

  • New S3 naming schema works in parallel to the old one #76 (romank87)
  • Adopt S3 naming schema for Docker v1.10 #75 (romank87)