Gitea for 32-bit ARM - built from official source
2.8K
32-bit ARM builds of Gitea using original Dockerfile.
version: "3"
services:
gitea:
image: stelas/gitea-arm
environment:
- USER_UID=976
- USER_GID=976
volumes:
- ./gitea:/data
ports:
- "127.0.0.1:3000:3000"
- "127.0.0.1:22:22"
For further information read the official documentation: https://docs.gitea.io/en-us/install-with-docker/
Due to a bug in Alpine Linux 3.13 the image uses version 3.14 as workaround.
Due to a bug in Alpine Linux 3.13 the image uses version 3.12 as workaround.
First automatic build using unmodified upstream Dockerfile.
Content type
Image
Digest
Size
60.6 MB
Last updated
over 4 years ago
docker pull stelas/gitea-arm