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 f7d4758 commit bea48baCopy full SHA for bea48ba
Makefile
@@ -38,7 +38,7 @@ GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v1
38
ACTIONLINT_PACKAGE ?= github.com/rhysd/actionlint/cmd/actionlint@v1
39
40
DOCKER_IMAGE ?= harbor-dev.matera.com/ci-cd/gitea
41
-DOCKER_TAG ?= latest
+DOCKER_TAG ?= latest-rootless
42
DOCKER_REF := $(DOCKER_IMAGE):$(DOCKER_TAG)
43
44
ifeq ($(HAS_GO), yes)
@@ -972,7 +972,7 @@ generate-manpage:
972
973
.PHONY: docker
974
docker:
975
- docker build -t $(DOCKER_REF) .
+ docker build -t $(DOCKER_REF) -f Dockerfile.rootless .
976
# support also build args docker build --build-arg GITEA_VERSION=v1.2.3 --build-arg TAGS="bindata sqlite sqlite_unlock_notify" .
977
978
# This endif closes the if at the top of the file
0 commit comments