Sign inSign up

stelas/gitea-arm

By stelas

Updated over 4 years ago

Gitea for 32-bit ARM - built from official source

Image
3

2.8K

stelas/gitea-arm repository overview

Gitea-ARM

32-bit ARM builds of Gitea using original Dockerfile.

Supported architectures

  • ARMv6
  • ARMv7

Docker-compose example

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"

Documentation

For further information read the official documentation: https://docs.gitea.io/en-us/install-with-docker/

Release notes

Version 1.14.4

Due to a bug in Alpine Linux 3.13 the image uses version 3.14 as workaround.

Version 1.14.x

Due to a bug in Alpine Linux 3.13 the image uses version 3.12 as workaround.

Version 1.13.7

First automatic build using unmodified upstream Dockerfile.

Tag summary

Content type

Image

Digest

Size

60.6 MB

Last updated

over 4 years ago

docker pull stelas/gitea-arm