Move volume images from gcr to ghcr

With the ghcr images now built and working, switch over to
use these new images and update the default name.

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2021-12-02 10:29:44 -08:00
parent 2190192b54
commit 665877a5bf
6 changed files with 5 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
all: build
PROJ=gcr.io/k8s-cri-containerd
PROJ=ghcr.io/containerd
VERSION=2.1
IMAGE=$(PROJ)/volume-copy-up:$(VERSION)
DOCKER_CERT_PATH ?= "$(HOME)/.docker"

View File

@@ -14,7 +14,7 @@
all: build
PROJ=gcr.io/k8s-cri-containerd
PROJ=ghcr.io/containerd
VERSION=2.1
IMAGE=$(PROJ)/volume-ownership:$(VERSION)
DOCKER_CERT_PATH ?= "$(HOME)/.docker"