Namespace
linuxserver
Image / Tag
mariadb:amd64-alpine-10.5.15-r0-ls53
Content Digest
sha256:2f6302ce7743676c028c3f6c01105f1d3d495869d777fa77818ac3df3738844c
Details
Created

2022-04-30 05:51:48 UTC

Size

85.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.5.15-r0-ls53 Build-date:- 2022-04-30T00:50:31-05:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-04-30T00:50:31-05:00
  • org.opencontainers.image.description
    [Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-mariadb
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    10c0307a8c44c80f7edcbe0b1dd5567148cd1670
  • org.opencontainers.image.revision
    10c0307a8c44c80f7edcbe0b1dd5567148cd1670
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-mariadb
  • org.opencontainers.image.title
    Mariadb
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-mariadb/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    10.5.15-r0-ls53

Environment
DATADIR

/config/databases

HOME

/root

MYSQL_DIR

/config

PATH

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

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:6beb2e45487389c95493f3f0d4c0c9b26fed7864721735fc5c6dbc44e16460f1 - 3.27% (2.81 MB)

[#001] sha256:ba8d42f2c1bbbb1bfb5e0835c06c85de6d34f743a9b35195daf60cc010056ce6 - 2.11% (1.8 MB)

[#002] sha256:f94355ce9bfd158e158d0769719cc6b8b7ba918dd1d2fec1e821e9bf37a15900 - 2.03% (1.74 MB)

[#003] sha256:baa3246ccc696d5d65dc3a7b4fd696d6aae16165d1e152d621974f61d3e000cb - 0.0% (442 Bytes)

[#004] sha256:e9e48c4f24ffb4c09e19b2829618309396f709425210e0f546a2a895231080be - 3.53% (3.02 MB)

[#005] sha256:71eb24213f7c326f907166e9bce12f6670578ff80606903cfdfeb77cc633549d - 0.0% (3.34 KB)

[#006] sha256:77feff17d520d1b6c6599bf0934b91548aba36a47ed38cd76a46b291263e1941 - 89.06% (76.3 MB)

[#007] sha256:ca88801f38414769af734c1b3147e93293c293cb4e2dbb79cac5790c163b4984 - 0.0% (3.95 KB)


History
2022-04-21 19:22:21 UTC

/bin/sh -c #(nop) COPY dir:31ffa12709115efd7d2b80201957d1e7a30944c09655fd143089be562d37496e in /

2022-04-21 19:22:22 UTC

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

2022-04-21 19:22:22 UTC

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

2022-04-21 19:22:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b377d737-ls20 Build-date:- 2022-04-21T14:20:51-05:00

2022-04-21 19:22:23 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2022-04-21 19:22:23 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2022-04-21 19:22:24 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2022-04-21 19:22:26 UTC

/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/

2022-04-21 19:22:28 UTC

|4 BUILD_DATE=2022-04-21T14:20:51-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=b377d737-ls20 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-04-21 19:22:29 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2022-04-21 19:22:29 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2022-04-21 19:22:32 UTC

|4 BUILD_DATE=2022-04-21T14:20:51-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=b377d737-ls20 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-04-21 19:22:32 UTC

/bin/sh -c #(nop) COPY dir:73a05cabd6421a0bf4c5775ddf05ea09434f05da5006e1d8ad1f347625b86256 in /

2022-04-21 19:22:32 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2022-04-21 19:22:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-04-21 19:22:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-21T14:20:51-05:00

2022-04-21 19:22:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-04-21 19:22:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-04-21 19:22:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-04-21 19:22:34 UTC

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

2022-04-21 19:22:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=84928d6d61d694b8c727cc8704e1c92a92fcf4d5

2022-04-21 19:22:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-04-21 19:22:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-04-21 19:22:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-04-21 19:22:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-04-21 19:22:35 UTC

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

2022-04-30 05:51:38 UTC

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

2022-04-30 05:51:38 UTC

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

2022-04-30 05:51:38 UTC

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

2022-04-30 05:51:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.5.15-r0-ls53 Build-date:- 2022-04-30T00:50:31-05:00

2022-04-30 05:51:38 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer,nemchik

2022-04-30 05:51:38 UTC

/bin/sh -c #(nop) ENV MYSQL_DIR=/config

2022-04-30 05:51:38 UTC

/bin/sh -c #(nop) ENV DATADIR=/config/databases

2022-04-30 05:51:46 UTC

|3 BUILD_DATE=2022-04-30T00:50:31-05:00 MARIADB_VERSION=10.5.15-r0 VERSION=10.5.15-r0-ls53 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl && echo "**** install runtime packages ****" && if [ -z ${MARIADB_VERSION+x} ]; then MARIADB_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:mariadb$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache gnupg mariadb==${MARIADB_VERSION} mariadb-backup==${MARIADB_VERSION} mariadb-client==${MARIADB_VERSION} mariadb-common==${MARIADB_VERSION} mariadb-server-utils==${MARIADB_VERSION} && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/* && mkdir -p /var/lib/mysql

2022-04-30 05:51:46 UTC

/bin/sh -c #(nop) COPY dir:6cb643fb25043b2f123cf16a8cacab2c5a9d999251a3323eb763a5ce185ac706 in /

2022-04-30 05:51:46 UTC

/bin/sh -c #(nop) EXPOSE 3306

2022-04-30 05:51:46 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-04-30 05:51:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-04-30 05:51:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-30T00:50:31-05:00

2022-04-30 05:51:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.

2022-04-30 05:51:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-mariadb

2022-04-30 05:51:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-04-30 05:51:47 UTC

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

2022-04-30 05:51:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=10c0307a8c44c80f7edcbe0b1dd5567148cd1670

2022-04-30 05:51:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-mariadb

2022-04-30 05:51:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Mariadb

2022-04-30 05:51:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-mariadb/packages

2022-04-30 05:51:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-04-30 05:51:48 UTC

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

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