Sign inSign up

jungin500/gitlab-ce-arm64v8

By jungin500

Updated 6 months ago

GitLab Community Edition docker image for arm64v8 (My personal build of yrzr/gitlab-ce-arm64v8)

Image
Developer tools
Web servers
Databases & storage
0

5.7K

jungin500/gitlab-ce-arm64v8 repository overview

Compatible with only arm64v8 architectural.
My personal build of yrzr/gitlab-ce-arm64v8, which hadn't been updated recently!

GitLab CE (Community Edition) Docker images for arm64v8

The source build code is modified accordingly to arm64v8, and the images are built automatically by gitlab-ci (https://git.dailylime.dev/jungin500/gitlab-ce-arm64/-/pipelines).

The original introduction could be found here.

The following is an example of how to use the image.

docker run \
  --detach \
  --restart always \
  --name gitlab-ce \
  --privileged \
  --memory 4096M \
  --publish 22:22 \
  --publish 80:80 \
  --publish 443:443 \
  --hostname gitlab.example.com \
  --env GITLAB_OMNIBUS_CONFIG=" \
    nginx['redirect_http_to_https'] = true; "\
  --volume /srv/gitlab-ce/conf:/etc/gitlab:z \
  --volume /srv/gitlab-ce/logs:/var/log/gitlab:z \
  --volume /srv/gitlab-ce/data:/var/opt/gitlab:z \
  jungin500/gitlab-ce-arm64v8:latest

Tag summary

Content type

Image

Digest

sha256:1e415b687

Size

1.6 GB

Last updated

6 months ago

docker pull jungin500/gitlab-ce-arm64v8