summaryrefslogtreecommitdiff
path: root/libpod
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-09-14 13:12:47 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-09-15 10:18:26 +0200
commit02f8acce2a8484e29469e47dbe2cd1ee88700092 (patch)
tree7796176aafefec244f5e73178bbe013e5814471b /libpod
parentd4bea54dfee2856f32f20876db234e778bf91e14 (diff)
downloadpodman-02f8acce2a8484e29469e47dbe2cd1ee88700092.tar.gz
podman-02f8acce2a8484e29469e47dbe2cd1ee88700092.tar.bz2
podman-02f8acce2a8484e29469e47dbe2cd1ee88700092.zip
libpod: rootless CNI image: use quay
Use the newly built image from quay.io. Also reference the image by digest. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'libpod')
-rw-r--r--libpod/rootless_cni_linux.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/libpod/rootless_cni_linux.go b/libpod/rootless_cni_linux.go
index 76dbfdcae..0f3db1f38 100644
--- a/libpod/rootless_cni_linux.go
+++ b/libpod/rootless_cni_linux.go
@@ -22,10 +22,9 @@ import (
"github.com/sirupsen/logrus"
)
+// Built from ../contrib/rootless-cni-infra.
var rootlessCNIInfraImage = map[string]string{
- // Built from ../contrib/rootless-cni-infra
- // TODO: move to Podman's official quay
- "amd64": "ghcr.io/akihirosuda/podman-rootless-cni-infra:gd34868a13-amd64",
+ "amd64": "quay.io/libpod/rootless-cni-infra@sha256:8aa681c4c08dee3ec5d46ff592fddd0259a35626717006d6b77ee786b1d02967", // 1-amd64
}
const (