diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-09 12:07:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 12:07:43 +0000 |
commit | e56150264c5d9be46358f3d671dee49132ca68f7 (patch) | |
tree | 6d7019b4747513f5bf67a66bf21a04cec70d7ec1 /vendor/github.com/docker/distribution/README.md | |
parent | 3e870f8c8e3736e9c81473d45c8148d4de0e70c3 (diff) | |
download | podman-e56150264c5d9be46358f3d671dee49132ca68f7.tar.gz podman-e56150264c5d9be46358f3d671dee49132ca68f7.tar.bz2 podman-e56150264c5d9be46358f3d671dee49132ca68f7.zip |
Bump github.com/docker/distribution
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.0+incompatible to 2.8.1+incompatible.
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](https://github.com/docker/distribution/compare/v2.8.0...v2.8.1)
---
updated-dependencies:
- dependency-name: github.com/docker/distribution
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/docker/distribution/README.md')
-rw-r--r-- | vendor/github.com/docker/distribution/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/docker/distribution/README.md b/vendor/github.com/docker/distribution/README.md index 998878850..e513c18e9 100644 --- a/vendor/github.com/docker/distribution/README.md +++ b/vendor/github.com/docker/distribution/README.md @@ -2,7 +2,7 @@ The Docker toolset to pack, ship, store, and deliver content. -This repository's main product is the Docker Registry 2.0 implementation +This repository provides the Docker Registry 2.0 implementation for storing and distributing Docker images. It supersedes the [docker/docker-registry](https://github.com/docker/docker-registry) project with a new API design, focused around security and performance. |