skopeo/vendor/github.com/distribution/reference
Miloslav Trmač 7649059a0d Update c/image after https://github.com/containers/image/pull/2408
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2024-05-14 00:27:15 +02:00
..
.gitattributes fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
.gitignore fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
.golangci.yml fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
CODE-OF-CONDUCT.md fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
CONTRIBUTING.md fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
distribution-logo.svg fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
GOVERNANCE.md fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
helpers.go fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
LICENSE fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
MAINTAINERS fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
Makefile fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
normalize.go Update c/image after https://github.com/containers/image/pull/2408 2024-05-14 00:27:15 +02:00
README.md Update c/image after https://github.com/containers/image/pull/2408 2024-05-14 00:27:15 +02:00
reference.go Update c/image after https://github.com/containers/image/pull/2408 2024-05-14 00:27:15 +02:00
regexp.go fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
SECURITY.md fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00
sort.go fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible 2023-10-02 19:50:28 +00:00

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 references 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.