From ea19181ebdd0178166846192147e79c25f035fd5 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 21 Mar 2022 17:03:09 -0700 Subject: [PATCH 1/2] README,libct/README: fix pkg.go.dev badges What used to be godoc.org is now pkg.go.dev, and while the old URLs still work, they might be broken in the future. Updated badges are generated via https://pkg.go.dev/badge/ Signed-off-by: Kir Kolyshkin (cherry picked from commit f309a69a48b67adaf51970abce683f0888e4ddc6) Signed-off-by: Kir Kolyshkin --- README.md | 2 +- libcontainer/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2a7b441ed6..25f9694079b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # runc [![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/runc)](https://goreportcard.com/report/github.com/opencontainers/runc) -[![GoDoc](https://godoc.org/github.com/opencontainers/runc?status.svg)](https://godoc.org/github.com/opencontainers/runc) +[![Go Reference](https://pkg.go.dev/badge/github.com/opencontainers/runc.svg)](https://pkg.go.dev/github.com/opencontainers/runc) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/588/badge)](https://bestpractices.coreinfrastructure.org/projects/588) [![gha/validate](https://github.com/opencontainers/runc/workflows/validate/badge.svg)](https://github.com/opencontainers/runc/actions?query=workflow%3Avalidate) [![gha/ci](https://github.com/opencontainers/runc/workflows/ci/badge.svg)](https://github.com/opencontainers/runc/actions?query=workflow%3Aci) diff --git a/libcontainer/README.md b/libcontainer/README.md index 13eee49d4b9..0d91fb71d54 100644 --- a/libcontainer/README.md +++ b/libcontainer/README.md @@ -1,6 +1,6 @@ # libcontainer -[![GoDoc](https://godoc.org/github.com/opencontainers/runc/libcontainer?status.svg)](https://godoc.org/github.com/opencontainers/runc/libcontainer) +[![Go Reference](https://pkg.go.dev/badge/github.com/opencontainers/runc/libcontainer.svg)](https://pkg.go.dev/github.com/opencontainers/runc/libcontainer) Libcontainer provides a native Go implementation for creating containers with namespaces, cgroups, capabilities, and filesystem access controls. From db953158e14658c62ad6cda9ac087bdb1b1e3e8c Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 21 Mar 2022 17:19:06 -0700 Subject: [PATCH 2/2] README.md: add cirrus-ci badge Signed-off-by: Kir Kolyshkin (cherry picked from commit 3618079cab2a5b2c431bb07f11c034ea7bc0fc75) Signed-off-by: Kir Kolyshkin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25f9694079b..796e3760ad9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/588/badge)](https://bestpractices.coreinfrastructure.org/projects/588) [![gha/validate](https://github.com/opencontainers/runc/workflows/validate/badge.svg)](https://github.com/opencontainers/runc/actions?query=workflow%3Avalidate) [![gha/ci](https://github.com/opencontainers/runc/workflows/ci/badge.svg)](https://github.com/opencontainers/runc/actions?query=workflow%3Aci) +[![CirrusCI](https://api.cirrus-ci.com/github/opencontainers/runc.svg)](https://cirrus-ci.com/github/opencontainers/runc) ## Introduction