From 6209fd162ef6df666eac8267df12ce7d7b829554 Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Wed, 8 Mar 2023 12:39:54 +0100 Subject: [PATCH] feat: rename images in Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 813fcdf0e2e0..70ab9053b9da 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ binaries: FORCE hack/binaries images: FORCE -# moby/buildkit:local and moby/buildkit:local-rootless are created on Docker - hack/images local moby/buildkit - TARGET=rootless hack/images local moby/buildkit +# canonical/buildkit:local and canonical/buildkit:local-rootless are created on Docker + hack/images local canonical/buildkit + TARGET=rootless hack/images local canonical/buildkit install: FORCE mkdir -p $(DESTDIR)$(bindir)