From 0ebf0c7bf90d8552e00fb983b6ca9c2100ef4775 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 24 Jan 2025 12:30:08 -0800 Subject: [PATCH] Fix Makefile make docker --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 2e6c48e..2e8b758 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,6 @@ docker: ARG_DISABLE_CONTENT_TRUST=--disable-content-trust=false; \ fi; \ docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_REF) . - docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_ROOTLESS_REF) -f Dockerfile.rootless . clean: $(GO) clean -x -i ./...