mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Add dumb-init to rootless docker (#21775)
Add dumb-init as process reaper to the rootless image to reap defunct git processes.
This commit is contained in:
		| @@ -31,6 +31,7 @@ EXPOSE 2222 3000 | |||||||
| RUN apk --no-cache add \ | RUN apk --no-cache add \ | ||||||
|     bash \ |     bash \ | ||||||
|     ca-certificates \ |     ca-certificates \ | ||||||
|  |     dumb-init \ | ||||||
|     gettext \ |     gettext \ | ||||||
|     git \ |     git \ | ||||||
|     curl \ |     curl \ | ||||||
| @@ -68,6 +69,6 @@ ENV HOME "/var/lib/gitea/git" | |||||||
| VOLUME ["/var/lib/gitea", "/etc/gitea"] | VOLUME ["/var/lib/gitea", "/etc/gitea"] | ||||||
| WORKDIR /var/lib/gitea | WORKDIR /var/lib/gitea | ||||||
|  |  | ||||||
| ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] | ENTRYPOINT ["/usr/bin/dumb-init", "--", "/usr/local/bin/docker-entrypoint.sh"] | ||||||
| CMD [] | CMD [] | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user