8000 Tags · hanazuki/distribution · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hanazuki/distribution

Tags

v2.4.0

Toggle v2.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
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.

v2.4.0-rc.1

Toggle v2.4.0-rc.1's commit message
Merge pull request distribution#1578 from majewsky/do-not-swallow-error

don't swallow errors in Swift driver's GetContent()

v2.4.0-rc.0

Toggle v2.4.0-rc.0's commit message
utulize config log format within gc

Signed-off-by: Tony Holdstock-Brown <tony@docker.com>

v2.3.1

Toggle v2.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Bug fixes:

Allow uppercase characters in hostnames … 34c3acf
Fix schema1 manifest etag and docker content digest header … d7eb5d1
Add option to disable signatures … d1c1730
To avoid any network use unless necessary, delay establishing authori… … 740ed69
Extend authChallenger interface to remove type cast. … 16445b6
Enable proxying registries to downgrade fetched manifests to Schema 1. … 3693621

v2.3.1-rc.0

Toggle v2.3.1-rc.0's commit message
Enable proxying registries to downgrade fetched manifests to Schema 1.

Ensure Accept headers are sent with TagService.Get (which hits manifest
endpoints).  Add support for remote Get and Put for the proxied blobstore.

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>

v2.3.0

Toggle v2.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Docker Registry v2.3.0

What’s new?

This Docker Registry release is the first to support the Image Manifest Version 2, Schema 2
manifest format.

This new schema version has two primary goals. The first is to move the Docker
engine towards content-addressable images, by supporting an image model where
the image's configuration can be hashed to generate an ID for the image. The
second is to allow multi-architecture images, through a "fat manifest" which
references image manifests for platform-specific versions of an image.

For details, see https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md

Cross Repository Blob Mount

Previously the registry required all blob data to be uploaded to a repository,
even if it existed in the Registry’s blob store.  This was a security measure to
ensure the clients owned the data they intended to upload.

Cross Repository Mount now enables an existing blob to be mounted into the target
repository if it already exists in a repository which the user has pull access
to.  This can reduce the amount of data transferred when pushing images.

For details, see: distribution#634

Additionally there are a number of performance improvements, bug fixes and
documentation updates.

Gotchas

In certain cases, pull by digest will not work.  For details, see
https://github.com/docker/distribution/blob/master/docs/compatibility.md

v2.3.0-rc.2

Toggle v2.3.0-rc.2's commit message
Merge pull request distribution#1394 from RichardScothern/invalidate-bdc

Invalidate the blob store descriptor cache

v2.3.0-rc.1

Toggle v2.3.0-rc.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Fixes a bug where the incorrect digest and size were sent in manifest…

… push

events for schema 1 manifests.

v2.3.0-rc.0

Toggle v2.3.0-rc.0's commit message

Verified

This tag was signed with the committer’s verified signature.
A bug is fixed where the incorrect content type for Schema 1 manifest…

…s was

returned.

v2.3.0-alpha

Toggle v2.3.0-alpha's commit message

Verified

This tag was signed with the committer’s verified signature.
Docker Registry v2.3 alpha release with support for multiple architec…

…tures

and cross repository blob mounting.
0