We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfb805 commit 3510152Copy full SHA for 3510152
Makefile
@@ -170,7 +170,6 @@ docker:
170
ARG_DISABLE_CONTENT_TRUST=--disable-content-trust=false; \
171
fi; \
172
docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_REF) .
173
- docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_ROOTLESS_REF) -f Dockerfile.rootless .
174
175
clean:
176
$(GO) clean -x -i ./...
0 commit comments