From 6e4e8298deeafcf6ee772e8255f91ba0072f06ac Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Tue, 2 Feb 2021 11:36:59 +0000 Subject: [PATCH 1/2] Update README badges * Build status points to CI action * GoDoc points to pkg.go.dev * License points to License file Signed-off-by: Milos Gajdos --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce0e08cd9..bbcbda34f 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,16 @@ for building a registry solution or running a simple private registry. -[![Build Status](https://travis-ci.org/docker/distribution.svg?branch=master)](https://travis-ci.org/docker/distribution) -[![GoDoc](https://godoc.org/github.com/docker/distribution?status.svg)](https://godoc.org/github.com/docker/distribution) +[![Build Status](https://github.com/distribution/distribution/workflows/CI/badge.svg)](https://github.com/distribution/distribution/actions?query=workflow%3ACI) +[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/distribution/distribution) +[![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](LICENSE) This repository contains the following components: |**Component** |Description | |--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **registry** | An implementation of the [OCI Distribution Specification](https://github.com/opencontainers/distribution-spec). | -| **libraries** | A rich set of libraries for interacting with distribution components. Please see [godoc](https://godoc.org/github.com/docker/distribution) for details. **Note**: The interfaces for these libraries are **unstable**. | +| **libraries** | A rich set of libraries for interacting with distribution components. Please see [godoc](https://pkg.go.dev/github.com/distribution/distribution) for details. **Note**: The interfaces for these libraries are **unstable**. | | **documentation** | Docker's full documentation set is available at [docs.docker.com](https://docs.docker.com). This repository [contains the subset](docs/) related just to the registry. | ### How does this integrate with Docker, containerd, and other OCI client? From 5a3f698f87d9918c77284b55a85300a4c6490654 Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Tue, 2 Feb 2021 16:20:29 +0000 Subject: [PATCH 2/2] Change Build Status badge URL Co-authored-by: Chris Patterson Signed-off-by: Milos Gajdos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbcbda34f..50df61fef 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ for building a registry solution or running a simple private registry. -[![Build Status](https://github.com/distribution/distribution/workflows/CI/badge.svg)](https://github.com/distribution/distribution/actions?query=workflow%3ACI) +[![Build Status](https://github.com/distribution/distribution/workflows/CI/badge.svg?branch=main&event=push)](https://github.com/distribution/distribution/actions?query=workflow%3ACI) [![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/distribution/distribution) [![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](LICENSE)