DockerCLI/vendor/github.com/distribution/reference
Sebastiaan van Stijn 4c75107a62
vendor: github.com/distribution/reference v0.5.0
full diff: https://github.com/distribution/reference/compare/e42074f83a9c...v0.5.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-09-28 00:18:52 +02:00
..
.gitattributes vendor: github.com/distribution/reference v0.5.0 2023-09-28 00:18:52 +02:00
.gitignore vendor: github.com/distribution/reference v0.5.0 2023-09-28 00:18:52 +02:00
.golangci.yml vendor: github.com/distribution/reference v0.5.0 2023-09-28 00:18:52 +02:00
CODE-OF-CONDUCT.md migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00
CONTRIBUTING.md vendor: github.com/distribution/reference v0.5.0 2023-09-28 00:18:52 +02:00
GOVERNANCE.md vendor: github.com/distribution/reference v0.5.0 2023-09-28 00:18:52 +02:00
LICENSE migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00
MAINTAINERS migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00
Makefile vendor: github.com/distribution/reference v0.5.0 2023-09-28 00:18:52 +02:00
README.md vendor: github.com/distribution/reference v0.5.0 2023-09-28 00:18:52 +02:00
SECURITY.md vendor: github.com/distribution/reference v0.5.0 2023-09-28 00:18:52 +02:00
distribution-logo.svg migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00
helpers.go migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00
normalize.go vendor: github.com/distribution/reference v0.5.0 2023-09-28 00:18:52 +02:00
reference.go migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00
regexp.go migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00
sort.go migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00

README.md

Distribution reference

Go library to handle references to container images.

Build Status GoDoc License: Apache-2.0 codecov FOSSA Status

This repository contains a library for handling refrences to container images held in container registries. Please see godoc for details.

Contribution

Please see CONTRIBUTING.md for details on how to contribute issues, fixes, and patches to this project.

Communication

For async communication and long running discussions please use issues and pull requests on the github repo. This will be the best place to discuss design and implementation.

For sync communication we have a #distribution channel in the CNCF Slack that everyone is welcome to join and chat about development.

Licenses

The distribution codebase is released under the Apache 2.0 license.