From 9e0535476721ccc0ca2081229d6e9bde3bdaf170 Mon Sep 17 00:00:00 2001 From: Matej Vasek Date: Mon, 9 Oct 2023 21:34:52 +0200 Subject: [PATCH] fixup: change tag Signed-off-by: Matej Vasek --- hack/setup-testing-images.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/setup-testing-images.sh b/hack/setup-testing-images.sh index 6f4868157b..a8eacae9b0 100755 --- a/hack/setup-testing-images.sh +++ b/hack/setup-testing-images.sh @@ -11,11 +11,11 @@ ko build --tags "latest" -B ./cmd/func # Build custom buildah image for tests. # This image will accept registries ending with .cluster.local as insecure (non-TLS). -docker build . -f - -t localhost:50000/buildah/stable:v1.31.0 <> '/etc/containers/registries.conf' EOF -docker image save localhost:50000/buildah/stable:v1.31.0 | \ +docker image save quay.io/buildah/stable:v1.31.0 | \ docker exec -i func-control-plane ctr -n=k8s.io images import - -docker rmi localhost:50000/buildah/stable:v1.31.0 +docker rmi quay.io/buildah/stable:v1.31.0