mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 01:02:33 +00:00
cri-o: Update repository URL
cri-o was moved to a new organization. The new URL of the project is https://github.com/cri-o/cri-o Update URL references. Fixes: #1478. Depends-on: github.com/kata-containers/tests#1409 Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
parent
23c00ffa03
commit
e31b040085
9
Gopkg.lock
generated
9
Gopkg.lock
generated
@ -184,6 +184,13 @@
|
||||
revision = "9002847aa1425fb6ac49077c0a630b3b67e0fbfd"
|
||||
version = "v18"
|
||||
|
||||
[[projects]]
|
||||
digest = "1:04054595e5c5a35d1553a7f3464d18577caf597445d643992998643df56d4afd"
|
||||
name = "github.com/cri-o/cri-o"
|
||||
packages = ["pkg/annotations"]
|
||||
pruneopts = "NUT"
|
||||
revision = "3394b3b2d6af0e41d185bb695c6378be5dd4d61d"
|
||||
|
||||
[[projects]]
|
||||
digest = "1:ffe9824d294da03b391f44e1ae8281281b4afc1bdaa9588c9097785e3af10cec"
|
||||
name = "github.com/davecgh/go-spew"
|
||||
@ -698,6 +705,7 @@
|
||||
"github.com/clearcontainers/proxy/client",
|
||||
"github.com/containerd/cgroups",
|
||||
"github.com/containerd/containerd/api/events",
|
||||
"github.com/containerd/containerd/api/types",
|
||||
"github.com/containerd/containerd/api/types/task",
|
||||
"github.com/containerd/containerd/errdefs",
|
||||
"github.com/containerd/containerd/events",
|
||||
@ -712,6 +720,7 @@
|
||||
"github.com/containerd/fifo",
|
||||
"github.com/containerd/typeurl",
|
||||
"github.com/containernetworking/plugins/pkg/ns",
|
||||
"github.com/cri-o/cri-o/pkg/annotations",
|
||||
"github.com/dlespiau/covertool/pkg/cover",
|
||||
"github.com/docker/go-units",
|
||||
"github.com/firecracker-microvm/firecracker-go-sdk/client",
|
||||
|
@ -11,7 +11,7 @@
|
||||
revision = "20b96f641a5ea98f2f8619ff4f3e061cff4833bd"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/kubernetes-incubator/cri-o"
|
||||
name = "github.com/cri-o/cri-o"
|
||||
revision = "3394b3b2d6af0e41d185bb695c6378be5dd4d61d"
|
||||
|
||||
[[constraint]]
|
||||
|
@ -36,7 +36,7 @@ hardware-virtualized containers.
|
||||
|
||||
The runtime is
|
||||
[OCI](https://github.com/opencontainers/runtime-spec)-compatible,
|
||||
[CRI-O](https://github.com/kubernetes-incubator/cri-o)-compatible, and
|
||||
[CRI-O](https://github.com/cri-o/cri-o)-compatible, and
|
||||
[Containerd](https://github.com/containerd/containerd)-compatible,
|
||||
allowing it
|
||||
to work seamlessly with both Docker and Kubernetes respectively.
|
||||
|
@ -185,7 +185,7 @@ externals:
|
||||
crio:
|
||||
description: |
|
||||
OCI-based Kubernetes Container Runtime Interface implementation
|
||||
url: "https://github.com/kubernetes-incubator/cri-o"
|
||||
url: "https://github.com/cri-o/cri-o"
|
||||
version: "v1.13.0"
|
||||
meta:
|
||||
openshift: "6273bea4c9ed788aeb3d051ebf2d030060c05b6c"
|
||||
|
@ -17,7 +17,7 @@ import (
|
||||
"syscall"
|
||||
|
||||
criContainerdAnnotations "github.com/containerd/cri-containerd/pkg/annotations"
|
||||
crioAnnotations "github.com/kubernetes-incubator/cri-o/pkg/annotations"
|
||||
crioAnnotations "github.com/cri-o/cri-o/pkg/annotations"
|
||||
spec "github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
||||
|
@ -16,7 +16,7 @@ import (
|
||||
"strconv"
|
||||
"testing"
|
||||
|
||||
"github.com/kubernetes-incubator/cri-o/pkg/annotations"
|
||||
"github.com/cri-o/cri-o/pkg/annotations"
|
||||
specs "github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"golang.org/x/sys/unix"
|
||||
|
Loading…
Reference in New Issue
Block a user