|
||
---|---|---|
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
readme.md |
Docker - GitBucket for ARM64
A simple docker-compose file that can be used to create a GitBucket container on SBCs.
Requirements
CPU Architecture: ARM64 (Use the official image for AMD64)
RAM: Between 256 and 512 MiB
Remarks
This container is not intended to be used with an external database and forces GitBucket to use a local DB.
However, it should be relatively easy to use an external one if you change the DATABASE_URL
environment variable.
This container also uses the Temurin OpenJDK distribution from Adoptium.
However, the openjdk-11-jre-headless
and openjdk-11-jdk-headless
packages from bitnami/minideb can be used instead if you wish to use the latest version when building the container.
Building
In order to build this container, all you have to do is to clone this repository and run docker-compose up
.
Configuration
TODO.
License
This license does not apply to GitBucket, Java and any of the other applications used by this container.