Namespace
sameersbn
Image / Tag
gitlab:15.11.8
Content Digest
sha256:d8b7bb7f8e6a3b3dcbf8ab3f3c4a8aa3f492629de69ff49c79b774463896ecdc
Details
Created

2023-06-07 19:05:40 UTC

Size

1.27 GB

Content Digest
Labels
  • com.damagehead.gitlab.license
    MIT
  • maintainer
    sameer@damagehead.com
  • org.label-schema.build-date
    2023-06-07 18:30:41+00:00
  • org.label-schema.name
    gitlab
  • org.label-schema.schema-version
    1.0
  • org.label-schema.url
    https://github.com/sameersbn/docker-gitlab
  • org.label-schema.vcs-ref
    15.11.8
  • org.label-schema.vcs-url
    https://github.com/sameersbn/docker-gitlab.git
  • org.label-schema.vendor
    damagehead
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.04

Environment
GITALY_SERVER_VERSION

15.11.8

GITLAB_BUILD_DIR

/etc/docker-gitlab/build

GITLAB_CACHE_DIR

/etc/docker-gitlab

GITLAB_DATA_DIR

/home/git/data

GITLAB_GITALY_INSTALL_DIR

/home/git/gitaly

GITLAB_HOME

/home/git

GITLAB_INSTALL_DIR

/home/git/gitlab

GITLAB_LOG_DIR

/var/log/gitlab

GITLAB_PAGES_VERSION

15.11.8

GITLAB_RUNTIME_DIR

/etc/docker-gitlab/runtime

GITLAB_SHELL_INSTALL_DIR

/home/git/gitlab-shell

GITLAB_SHELL_VERSION

14.18.0

GITLAB_USER

git

GITLAB_VERSION

15.11.8

GOLANG_VERSION

1.20.5

NODE_ENV

production

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

RAILS_ENV

production

RUBY_SOURCE_SHA256SUM

6e6cbd490030d7910c0ff20edefab4294dfcd1046f0f8f47f78b597987ac683e

RUBY_VERSION

3.0.6

prometheus_multiproc_dir

/dev/shm


Layers

[#000] sha256:99803d4b97f3db529ae9ca4174b0951afac6b309e7deaa8ec3214c584e02b3a8 - 2.09% (27.3 MB)

[#001] sha256:b331af7c5510880bea415a3fb1d83877d3a64671d6d22adbacc8a82506ec6740 - 0.81% (10.6 MB)

[#002] sha256:d91141ba02ef00827ee935cbdf7db94e6738d86fc98bfda8f4bc5ac129ae0890 - 11.39% (148 MB)

[#003] sha256:ff8fe88041106f25a33f2aabec815ebe4e787cd5fb21aee09d07eb7155e18094 - 0.0% (6.01 KB)

[#004] sha256:fcd33f1b8dae53ca29c800225143db41a8d2a2a4780743e02716523325b85c6d - 85.7% (1.09 GB)

[#005] sha256:19200d29b8e9d3a48fc2f1a56e8f6e6efca3375b585c097af189ebbd9896d1b8 - 0.0% (48.9 KB)

[#006] sha256:4b18609deb8944b4bd85804eef98c6d6ba315cee678ae900257352d99c4201d8 - 0.0% (799 Bytes)

[#007] sha256:ab2dc7ce9c47786653a7894d5b69c82264e82219d2d7eb151f940188f9c15faf - 0.0% (798 Bytes)


History
2023-04-13 13:05:13 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-04-13 13:05:13 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-04-13 13:05:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-04-13 13:05:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04

2023-04-13 13:05:15 UTC

/bin/sh -c #(nop) ADD file:d05d1c0936b046937bd5755876db2f8da3ed8ccbcf464bb56c312fbc7ed78589 in /

2023-04-13 13:05:15 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-06-07 18:30:43 UTC

/bin/sh -c #(nop) ARG VERSION=15.11.8

2023-06-07 18:30:43 UTC

/bin/sh -c #(nop) ENV GITLAB_VERSION=15.11.8 RUBY_VERSION=3.0.6 RUBY_SOURCE_SHA256SUM=6e6cbd490030d7910c0ff20edefab4294dfcd1046f0f8f47f78b597987ac683e GOLANG_VERSION=1.20.5 GITLAB_SHELL_VERSION=14.18.0 GITLAB_PAGES_VERSION=15.11.8 GITALY_SERVER_VERSION=15.11.8 GITLAB_USER=git GITLAB_HOME=/home/git GITLAB_LOG_DIR=/var/log/gitlab GITLAB_CACHE_DIR=/etc/docker-gitlab RAILS_ENV=production NODE_ENV=production

2023-06-07 18:30:43 UTC

/bin/sh -c #(nop) ENV GITLAB_INSTALL_DIR=/home/git/gitlab GITLAB_SHELL_INSTALL_DIR=/home/git/gitlab-shell GITLAB_GITALY_INSTALL_DIR=/home/git/gitaly GITLAB_DATA_DIR=/home/git/data GITLAB_BUILD_DIR=/etc/docker-gitlab/build GITLAB_RUNTIME_DIR=/etc/docker-gitlab/runtime

2023-06-07 18:30:56 UTC

|1 VERSION=15.11.8 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y wget ca-certificates apt-transport-https gnupg2 && apt-get upgrade -y && rm -rf /var/lib/apt/lists/*

2023-06-07 18:31:45 UTC

|1 VERSION=15.11.8 /bin/sh -c set -ex && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv E1DD270288B4E6030699E45FA1715D88E1DF1F24 && echo "deb http://ppa.launchpad.net/git-core/ppa/ubuntu focal main" >> /etc/apt/sources.list && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8B3981E7A6852F782CC4951600A6F0A3C300EE8C && echo "deb http://ppa.launchpad.net/nginx/stable/ubuntu focal main" >> /etc/apt/sources.list && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && echo 'deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main' > /etc/apt/sources.list.d/pgdg.list && wget --quiet -O - https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && echo 'deb https://deb.nodesource.com/node_16.x focal main' > /etc/apt/sources.list.d/nodesource.list && wget --quiet -O - https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo 'deb https://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list && set -ex && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y sudo supervisor logrotate locales curl nginx openssh-server postgresql-contrib redis-tools postgresql-client-12 postgresql-client-13 postgresql-client-14 postgresql-client-15 python3 python3-docutils nodejs yarn gettext-base graphicsmagick libpq5 zlib1g libyaml-0-2 libssl1.1 libgdbm6 libreadline8 libncurses5 libffi7 libxml2 libxslt1.1 libcurl4 libicu66 libre2-dev tzdata unzip libimage-exiftool-perl libmagic1 && update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && locale-gen en_US.UTF-8 && DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales && rm -rf /var/lib/apt/lists/*

2023-06-07 18:31:46 UTC

/bin/sh -c #(nop) COPY dir:7088b45d48f31ee7ae14438f7b746ad4c5641f31b90e8422d3863d09283db7d2 in /etc/docker-gitlab/build/

2023-06-07 19:05:36 UTC

|1 VERSION=15.11.8 /bin/sh -c bash ${GITLAB_BUILD_DIR}/install.sh

2023-06-07 19:05:38 UTC

/bin/sh -c #(nop) COPY dir:5f1c0d6be9de07a3306e71b5f01dd50b2f7c3eea0d2b11e0aedefd071c667b00 in /etc/docker-gitlab/runtime/

2023-06-07 19:05:39 UTC

/bin/sh -c #(nop) COPY file:d4e3fe9b8dbeadb8aa71d59ff49acb1c860664f6dd8b3002dc01f8588c1e53e9 in /sbin/entrypoint.sh

2023-06-07 19:05:39 UTC

|1 VERSION=15.11.8 /bin/sh -c chmod 755 /sbin/entrypoint.sh

2023-06-07 19:05:39 UTC

/bin/sh -c #(nop) ENV prometheus_multiproc_dir=/dev/shm

2023-06-07 19:05:39 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2023-06-07 19:05:39 UTC

/bin/sh -c #(nop) ARG VCS_REF

2023-06-07 19:05:39 UTC

/bin/sh -c #(nop) LABEL maintainer=sameer@damagehead.com org.label-schema.schema-version=1.0 org.label-schema.build-date=2023-06-07 18:30:41+00:00 org.label-schema.name=gitlab org.label-schema.vendor=damagehead org.label-schema.url=https://github.com/sameersbn/docker-gitlab org.label-schema.vcs-url=https://github.com/sameersbn/docker-gitlab.git org.label-schema.vcs-ref=15.11.8 com.damagehead.gitlab.license=MIT

2023-06-07 19:05:40 UTC

/bin/sh -c #(nop) EXPOSE 22/tcp 443/tcp 80/tcp

2023-06-07 19:05:40 UTC

/bin/sh -c #(nop) VOLUME [/home/git/data /var/log/gitlab /home/git/gitlab/node_modules]

2023-06-07 19:05:40 UTC

/bin/sh -c #(nop) WORKDIR /home/git/gitlab

2023-06-07 19:05:40 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/sbin/entrypoint.sh"]

2023-06-07 19:05:40 UTC

/bin/sh -c #(nop) CMD ["app:start"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete