utility/gitlab (latest)

Published 2025-07-11 13:52:41 +00:00 by yropb

Installation

docker pull gitea.hms.yropb.xyz/yropb/utility/gitlab:latest
sha256:d626cda3e5ca1b9b644cf91fff43838855053c562561a614f2c1a10cb3089c4d

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:2f8a54a5efd080fb81efea702b4e3e07d946eec7563fb2281bd28950c10ec462 in /
CMD ["/bin/bash"]
MAINTAINER GitLab Inc. <support@gitlab.com>
SHELL [/bin/sh -c]
ENV LANG=C.UTF-8
COPY file:46ddac64c890817c80de6520d6ec9de1f52dffad969a4788198d5eebd404a9f2 in /etc/locale.gen
/bin/sh -c apt-get update -q && DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends busybox ca-certificates locales openssh-server tzdata wget perl libperl5.34 && locale-gen && cp -a /usr/lib/locale/locale-archive /tmp/locale-archive && DEBIAN_FRONTEND=noninteractive apt-get purge -yq locales && mv /tmp/locale-archive /usr/lib/locale/locale-archive && rm -rf /var/lib/apt/lists/*
ENV EDITOR=/bin/vi
/bin/sh -c busybox --install && { echo '#!/bin/sh'; echo '/bin/vi "$@"'; } > /usr/local/bin/busybox-editor && chmod +x /usr/local/bin/busybox-editor && update-alternatives --install /usr/bin/editor editor /usr/local/bin/busybox-editor 1
/bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic
/bin/sh -c ln -fs /dev/null /run/motd.dynamic
ENV GITLAB_ALLOW_SHA1_RSA=false
COPY file:4a1aab96473f5a752cb8b9d36463fc16361742284c5b96e86040d1c0d31cf933 in /
COPY dir:821282afdd884f93902a922862a42ddbc258d7fc46a403c57ebb4c5f34dd4f1b in /assets/
/bin/sh -c chmod -R og-w /assets RELEASE ; /assets/setup
ENV PATH=/opt/gitlab/embedded/bin:/opt/gitlab/bin:/assets:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV TERM=xterm
EXPOSE 22 443 80
VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
CMD ["/assets/wrapper"]
HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" '\x05'}

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-07-11 13:52:41 +00:00
61
OCI / Docker
linux/amd64
1.2 GiB
Versions (1) View all
latest 2025-07-11