Tags: vplme/distribution
Tags
93d7624 Preserve author information in schema1 manifests ba672e8 When a blob upload is committed prevent writing out hashstate in the subsequent close. 96230de Add a test with a missing _manifests directory c0d3813 Move garbage collect code into storage package 011b7e4 Ensure GC continues marking if _manifests is nonexistent 0a1fcf9 Fix wording for dry-run flag in useage message for garbage collector. ed02e88 Sorting completed parts by part number for a better accordance with the S3 spec fd5a404 Add blobWrtiter.Close() call into blobWriter.Commit() 3f538ca add cn-north-1 to valid check 3330cc5 wait for DLO segments to show up when Close()ing the writer 775d096 Use correct media type for config blob in schema2 manifest 64a9727 Only check validity of S3 region if not using custom endpoint dafb59f Ensure we log io.Copy errors and bytes copied/total in uploads 431e46a GCS: FileWriter.Size: return offset + buffer size for Writers that are not closed
Bug fix: 431e46 GCS: FileWriter.Size: return offset + buffer size for Writers that are not closed
Bug fix: 93e3aa GCS: FileWriter.Size: include number of buffered bytes if the FileWriter is not closed
Docker Registry v2.4.1 Bug fixes: 93d7624 Preserve author information in schema1 manifests ba672e8 When a blob upload is committed prevent writing out hashstate in the subsequent close. 96230de Add a test with a missing _manifests directory c0d3813 Move garbage collect code into storage package 011b7e4 Ensure GC continues marking if _manifests is nonexistent 0a1fcf9 Fix wording for dry-run flag in useage message for garbage collector. ed02e88 Sorting completed parts by part number for a better accordance with the S3 spec fd5a404 Add blobWrtiter.Close() call into blobWriter.Commit() 3f538ca add cn-north-1 to valid check 3330cc5 wait for DLO segments to show up when Close()ing the writer 775d096 Use correct media type for config blob in schema2 manifest 64a9727 Only check validity of S3 region if not using custom endpoint dafb59f Ensure we log io.Copy errors and bytes copied/total in uploads
What's new? New S3 storage driver The default s3 storage driver is now implemented on top of the official Amazon S3 SDK, boasting major performance and stability goodness. The previous storage is still available, but deprecated. Garbage Collector A garbage collector command has been added to the registry. Tagged Manifest Events Manifest push and pull events will now include the tag which was used in the operation (if applicable). Relative URLs The registry can now be configured to return relative URLs in Location headers. V1 Signature disabled With the ongoing adoption of the schema 2 manifest format and deprecation of signatures, this option will improve pull performance by generating and returning a single libtrust signature. Gotchas The RADOS storage driver has been removed. The registry can still be used with Ceph as the storage backend using the swift driver in conjunction with the Swift API gateway. The command line format has changed to support subcommands. To run a registry as before an additional subcommand - serve - is required. The legacy S3 storage driver, based on adroll/goamz is now deprecated and will be removed in a future release.
Merge pull request distribution#1578 from majewsky/do-not-swallow-error don't swallow errors in Swift driver's GetContent()
PreviousNext