登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
3
Star
2
Fork
3
Gitee 极速下载
/
docker-distribution
代码
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v2.3.0-rc.0
A bug is fixed where the incorrect content type for Schema 1 manifests was returned.
47a064d
2016-01-20 03:00
下载
v2.3.0-alpha
Docker Registry v2.3 alpha release with support for multiple architectures and cross repository blob mounting.
39ff320
2016-01-12 06:17
下载
v2.2.1
Docker Registry v2.2.1 Patch release of Docker Registry 2.2 incorporating bug fixes, documentation and performance improvements. Official distributions of this release will be built with go 1.5.2.
e6c60e7
2015-12-10 03:52
下载
v2.2.0
Docker Registry v2.2 This Docker Registry release brings a new storage driver implementation to the Docker Registry along with bug fixes, documentation enhancements and logging improvements. What’s new? Google Cloud Storage Driver The Registry now supports Google's reliable and fast network and storage infrastructure for layer and manifest storage. Read-only mode Enables a Registry to serve only read requests, useful to maintain read availability during unsafe administrative tasks. Configurable hostname support Allows the specification of an externally-reachable URL for the Registry. Improved handling of environmental variables Enables environment variables to be specified which are not part of the configuration file. Configurable file-existence and HTTP health checks Allows administrators to easily disable a registry temporarily by placing a file on the filesystem. Additionally a registry can be configured to check the health of other services, such as notification endpoints. Enable configurable HTTP headers to be set in responses This feature is usable for Registry administrators to set response headers for various uses cases including increased security. Redirect Support in the Swift Driver The Swift storage driver now supports generating download URLs in line with other cloud storage drivers. Gotchas In order to support valid hostnames as name components, supporting repeated dash was added. Additionally double underscore is now allowed as a separator to loosen the restriction for previously supported names.
a9da0e5
2015-11-04 01:34
下载
v2.1.1
v2.1.1: Patch release of Docker Registry 2.1 This release provides a bug fix where the filesystem layout of manifests was not backwards compatible with v2.0.x registries.
44c7fb9
2015-08-13 06:13
下载
v2.1.0
Docker Registry v2.1 The Docker Registry release brings some major new features to the Docker Registry along with numerous bug fixes, documentation enhancements and logging improvements. More than 150 pull requests were completed by more than 50 contributors. What’s new? Support for listing Registry repositories A specification and implementation of the catalog API allows users to list the contents of a Registry Manifest and Layer soft deletion Manifests and layers can now be deleted by reference. Pull through caching (experimental) The Registry can now act as a pull through cache, proxying content from the Docker Hub. Storage Drivers The following storage drivers were contributed to the distribution project by members of the open source community. Aliyun OSS. Open Storage Service (OSS) is a massive, secure and highly reliable cloud storage service provided by Aliyun. Ceph. Ceph is a free software storage platform designed to present object, block, and file storage from a single distributed computer cluster. Openstack Swift. Swift is a highly available, distributed, eventually consistent object/blob store from Openstack. And many more... - API specification clarifications - Etag support for layers and manifests - htpasswd support with bcrypt - Unix socket support - Client disconnection detection - A slimmer official image - Faster push for multi-tagged images Things to pay close attention to if you are upgrading If you are running multiple registries behind a load balancer, you need to make sure that you explicitly specified the same secret for all nodes as per the configuration documentation (commit). The Length field in the Notification JSON is being deprecated in favor of Size. Both are supported in this release (commit). The location of the config file inside the official image has changed. If you previously mounted an external configuration file with a volume, you need to update the location to /etc/docker/registry/config.yml
9ca7921
2015-08-12 06:53
下载
v2.1.0-rc.0
Docker Registry v2.1 The Docker Registry release brings some major new features to the Docker Registry along with numerous bug fixes, documentation enhancements and logging improvements. In total 203 issues were closed in 151 pull requests by more than 50 contributors. What’s new? Support for listing Registry repositories A specification and implementation of the catalog API allows users to list the contents of their Registry Manifest and Layer soft deletion Manifests and layers can now be deleted by their reference. Pull through caching (experimental) The Registry can now act as a pull through cache, proxying content from the Docker Hub. Storage Drivers The following storage drivers were contributed to the distribution project by members of the open source community: Aliyun OSS. Open Storage Service (OSS) is a massive, secure and highly reliable cloud storage service provided by Aliyun. Ceph. Ceph is a free software storage platform designed to present object, block, and file storage from a single distributed computer cluster. Openstack Swift. Swift is a highly available, distributed, eventually consistent object/blob store from Openstack. And many more... - API specification clarifications - Etag support for layers and manifests - htpasswd support with bcrypt - Unix socket support - Client disconnection detection - A slimmer official image - Faster push for multi-tagged images
a0c6337
2015-08-05 08:04
下载
v2.0.1
v2.0.1: Minor release of Docker Registry 2.0 This release provides bug fixes, stability improvements, better logging and extra documentation. - Enable blob streaming upload - S3 consistency checking and better resource utilization - Eliminate resource leakage in the notification system - Request error and storage driver logging - Documentation corrections and additions
1341222
2015-05-07 07:37
下载
v2.0.0
v2.0.0: Initial release of Docker Registry 2.0 First release of the new registry implementation. This provides an implementation of the new Docker Registry HTTP API V2 for use with Docker 1.6+. The new API and image manifest format provide faster and more secure image distribution. Please see the README for more information.
62b70f9
2015-04-17 02:27
下载
v2.0.0-rc.4
v2.0.0-rc.4: Optional resumable digest, logging adjustments, documentation A build flag is now avialable to disable resumable digest support. This allows installations that cannot use the forked crypto library to revert to using Go's stdlib. Several fixes have been made to contextual logging output, including ensuring accurate http response status, authorized user name and correct output of the version. The documentation continues to be shaped and massaged.
c5183a4
2015-04-16 14:23
下载
v2.0.0-rc.3
v2.0.0-rc.3: Driver tracing, documentation, and bugfixes The main addition in this release candidate is around logging storage driver calls with performance data and ensuring that log messages have nanosecond granularity timestamps. Other bugfixes affect upload resource cleanup. With this candidate, the documentation has undergone a large amount of refactoring, including additions with various production setups.
90af0f9
2015-04-11 07:55
下载
v2.0.0-rc.2
v2.0.0-rc.2: Performance enhancements, bugfixes This is an updated release candidate that includes a performance enhancement for fetching manifest signatures. The backend path matching validity has been relaxed to defer case-sensitive support to the storage backend.
5a4f66b
2015-04-08 11:02
下载
v2.0.0-rc.1
v2.0.0-rc.1: Documentation, layer caching and bugfixes This is an updated release candidate that includes layer info caching and some bugfixes for cloudfront support. Documentation has also been heavily updated but is still not complete.
434be18
2015-04-07 11:05
下载
v2.0.0-rc.0
v2.0.0-rc.0: Initial release candidate This is the first release candidate for Registry 2.0. Since the alpha release, we've mostly focused on hardening and refactoring to bring the software up to production quality.
cf5839b
2015-04-03 11:12
下载
v2.0.0-alpha.3
v2.0.0-alpha.3: Immutable manifest references, logging The primary features in this preview are immutable manifest references and context aware logging. A new README and a documentation outline are accompanied by several stability improvements, as well.
ddde6b4
2015-03-07 10:24
下载
v2.0.0-alpha.2
v2.0.0-alpha.2: Notifications and stability improvements This third alpha release includes support for webhook notifications. Several stability improvements are included that address common errors. A debug server with pprof and expvar can now be enabled. The build system has been improved, as well.
9b9ea55
2015-02-05 11:25
下载
v2.0.0-alpha.1
v2.0.0-alpha.1: Bugfixes, godep and storagedriver improvements This second alpha release provides fixes for s3 IAM role authentication in addition to some stability improvements in storage driver. This is still alpha quality software and should be run with that in mind.
1650088
2015-01-28 09:07
下载
v2.0.0-alpha.0
v2.0.0-alpha.0: Docker 1.5 testing revision This tags the version of the registry used for integration testing in Docker 1.5. This is a pre-release and should not be used without care.
c448e04
2015-01-21 05:42
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/mirrors/distribution.git
git@gitee.com:mirrors/distribution.git
mirrors
distribution
docker-distribution
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册