Namespace
linuxserver
Image / Tag
mariadb:10.5.16-r0-ls64
Content Digest
sha256:1068698cd32509e3393f9cda680d53511ea2760d86caa5754dc651c422d7c045
Details
Created

2022-08-06 05:48:55 UTC

Size

84.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.5.16-r0-ls64 Build-date:- 2022-08-06T07:47:52+02:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-08-06T07:47:52+02: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
    f5d258c2a1eac1f20942961223067341553a5c1e
  • org.opencontainers.image.revision
    f5d258c2a1eac1f20942961223067341553a5c1e
  • 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.16-r0-ls64

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)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

TERM

xterm


Layers

[#000] sha256:2298199942eb709a8a8fa5915e3dc35774a0dfa1d44dad2cecf2da7db54fd9b0 - 6.03% (5.1 MB)

[#001] sha256:787157f6ea601e2d0fc546e3a035969c1f93d38f737376162ab89aca6ef394c5 - 4.46% (3.77 MB)

[#002] sha256:cf72cb94477f86343a4f01ed08b1023885ca5ccb351d3b64ad8c57b6c7e75762 - 0.01% (4.96 KB)

[#003] sha256:f64ab3e3d630a7c015aa62b3fb4586688d6564fa2f2f80710f2e0339aebce529 - 89.51% (75.8 MB)

[#004] sha256:67c59d0afe140443b12dc7e5206ce3ff4464e18d61fa89e535c4dc5dc2f4a53f - 0.0% (3.96 KB)


History
2022-07-31 10:57:11 UTC

/bin/sh -c #(nop) COPY dir:4e609c6196d735c47ab0b929e05f91e3889f528233d0b11a014579e0965f50c9 in /

2022-07-31 10:57:11 UTC

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

2022-07-31 10:57:11 UTC

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

2022-07-31 10:57:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fa19b96d-ls28 Build-date:- 2022-07-31T05:55:54-05:00

2022-07-31 10:57:11 UTC

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

2022-07-31 10:57:11 UTC

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

2022-07-31 10:57:13 UTC

|2 BUILD_DATE=2022-07-31T05:55:54-05:00 VERSION=fa19b96d-ls28 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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 && echo "**** cleanup ****" && rm -rf /tmp/*

2022-07-31 10:57:13 UTC

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

2022-07-31 10:57:13 UTC

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

2022-07-31 10:57:13 UTC

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

2022-07-31 10:57:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-31T05:55:54-05:00

2022-07-31 10:57:14 UTC

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

2022-07-31 10:57:14 UTC

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

2022-07-31 10:57:14 UTC

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

2022-07-31 10:57:14 UTC

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

2022-07-31 10:57:14 UTC

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

2022-07-31 10:57:14 UTC

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

2022-07-31 10:57:14 UTC

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

2022-07-31 10:57:14 UTC

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

2022-07-31 10:57:14 UTC

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

2022-07-31 10:57:15 UTC

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

2022-08-06 05:48:44 UTC

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

2022-08-06 05:48:44 UTC

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

2022-08-06 05:48:44 UTC

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

2022-08-06 05:48:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.5.16-r0-ls64 Build-date:- 2022-08-06T07:47:52+02:00

2022-08-06 05:48:45 UTC

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

2022-08-06 05:48:45 UTC

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

2022-08-06 05:48:45 UTC

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

2022-08-06 05:48:52 UTC

|3 BUILD_DATE=2022-08-06T07:47:52+02:00 MARIADB_VERSION=10.5.16-r0 VERSION=10.5.16-r0-ls64 /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-08-06 05:48:53 UTC

/bin/sh -c #(nop) COPY dir:07ac2a7b7d1467669749cdee824674c74472fa0265133aef8834ea8e6d6ef94d in /

2022-08-06 05:48:53 UTC

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

2022-08-06 05:48:53 UTC

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

2022-08-06 05:48:53 UTC

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

2022-08-06 05:48:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-06T07:47:52+02:00

2022-08-06 05:48:54 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-08-06 05:48:54 UTC

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

2022-08-06 05:48:54 UTC

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

2022-08-06 05:48:54 UTC

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

2022-08-06 05:48:54 UTC

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

2022-08-06 05:48:54 UTC

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

2022-08-06 05:48:54 UTC

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

2022-08-06 05:48:54 UTC

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

2022-08-06 05:48:55 UTC

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

2022-08-06 05:48:55 UTC

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

Details
Created

2022-08-06 05:49:07 UTC

Size

76.8 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.5.16-r0-ls64 Build-date:- 2022-08-06T07:47:52+02:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-08-06T07:47:52+02: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
    f5d258c2a1eac1f20942961223067341553a5c1e
  • org.opencontainers.image.revision
    f5d258c2a1eac1f20942961223067341553a5c1e
  • 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.16-r0-ls64

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)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

TERM

xterm


Layers

[#000] sha256:326b83f7b47b760ec47c526b7aa3ac8e9531058d3b112ed467d0d6a472c77e29 - 6.61% (5.08 MB)

[#001] sha256:ff2b0ae2facfc066bf6c3908e6c51c5f621cdf971328de9e447fec9b48f21588 - 6.3% (4.84 MB)

[#002] sha256:df64f977468d7bbddc9f9271d454afd5050b26828a69bef28c48a6ef622608ff - 0.01% (4.81 KB)

[#003] sha256:1ee287f04fdec5d2f0db5ba467af910555289418e8570ae0683dd281a017fe1f - 87.08% (66.9 MB)

[#004] sha256:be5beb82bfcaf2be827967d303c26476f255c7767a7c9ceec9ac95be94b04cda - 0.01% (3.96 KB)


History
2022-07-31 10:57:34 UTC

/bin/sh -c #(nop) COPY dir:698fdd9b31cbbb77f088834bf48a6595a879064ad78a5ef07261b35d03ca5629 in /

2022-07-31 10:57:34 UTC

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

2022-07-31 10:57:35 UTC

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

2022-07-31 10:57:36 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fa19b96d-ls28 Build-date:- 2022-07-31T05:55:54-05:00

2022-07-31 10:57:37 UTC

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

2022-07-31 10:57:38 UTC

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

2022-07-31 10:57:42 UTC

|2 BUILD_DATE=2022-07-31T05:55:54-05:00 VERSION=fa19b96d-ls28 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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 && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && rm -rf /tmp/*

2022-07-31 10:57:43 UTC

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

2022-07-31 10:57:43 UTC

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

2022-07-31 10:57:44 UTC

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

2022-07-31 10:57:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-31T05:55:54-05:00

2022-07-31 10:57:46 UTC

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

2022-07-31 10:57:47 UTC

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

2022-07-31 10:57:48 UTC

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

2022-07-31 10:57:49 UTC

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

2022-07-31 10:57:50 UTC

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

2022-07-31 10:57:51 UTC

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

2022-07-31 10:57:52 UTC

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

2022-07-31 10:57:53 UTC

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

2022-07-31 10:57:54 UTC

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

2022-07-31 10:57:55 UTC

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

2022-08-06 05:48:49 UTC

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

2022-08-06 05:48:49 UTC

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

2022-08-06 05:48:50 UTC

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

2022-08-06 05:48:50 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.5.16-r0-ls64 Build-date:- 2022-08-06T07:47:52+02:00

2022-08-06 05:48:50 UTC

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

2022-08-06 05:48:50 UTC

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

2022-08-06 05:48:50 UTC

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

2022-08-06 05:49:02 UTC

|3 BUILD_DATE=2022-08-06T07:47:52+02:00 MARIADB_VERSION=10.5.16-r0 VERSION=10.5.16-r0-ls64 /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-08-06 05:49:05 UTC

/bin/sh -c #(nop) COPY dir:07ac2a7b7d1467669749cdee824674c74472fa0265133aef8834ea8e6d6ef94d in /

2022-08-06 05:49:05 UTC

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

2022-08-06 05:49:05 UTC

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

2022-08-06 05:49:05 UTC

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

2022-08-06 05:49:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-06T07:47:52+02:00

2022-08-06 05:49:05 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-08-06 05:49:05 UTC

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

2022-08-06 05:49:06 UTC

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

2022-08-06 05:49:06 UTC

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

2022-08-06 05:49:06 UTC

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

2022-08-06 05:49:06 UTC

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

2022-08-06 05:49:06 UTC

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

2022-08-06 05:49:06 UTC

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

2022-08-06 05:49:07 UTC

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

2022-08-06 05:49:07 UTC

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

Details
Created

2022-08-06 05:49:04 UTC

Size

86.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.5.16-r0-ls64 Build-date:- 2022-08-06T07:47:52+02:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-08-06T07:47:52+02: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
    f5d258c2a1eac1f20942961223067341553a5c1e
  • org.opencontainers.image.revision
    f5d258c2a1eac1f20942961223067341553a5c1e
  • 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.16-r0-ls64

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)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

TERM

xterm


Layers

[#000] sha256:a6bbba7be7997020ff7d2b2062c86557a8d7b8e480ce6b2beee2f426123f1e7e - 6.15% (5.31 MB)

[#001] sha256:81b4711eef668f516c9f19243df22dc36f2724a183e318c99729ae857f353c7d - 6.28% (5.43 MB)

[#002] sha256:d541489ede0e6f0c54367e2f6b97124869f65349524e17b72b9db9a0679d3c66 - 0.01% (4.96 KB)

[#003] sha256:bf111af221cf7383e0171c9bd22e84625b2d16b3563f7716bd10089b4856fe32 - 87.57% (75.7 MB)

[#004] sha256:ea70d2233f2f2f857a46ec0612ce91b020b4f11b90799678b24dea67cb7955c4 - 0.0% (3.96 KB)


History
2022-07-31 10:57:21 UTC

/bin/sh -c #(nop) COPY dir:39bdb7fcb2b61c1c2060895b658ca2751f393ecc21d5e5818ce6b4469d097dca in /

2022-07-31 10:57:21 UTC

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

2022-07-31 10:57:21 UTC

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

2022-07-31 10:57:21 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fa19b96d-ls28 Build-date:- 2022-07-31T05:55:54-05:00

2022-07-31 10:57:21 UTC

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

2022-07-31 10:57:21 UTC

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

2022-07-31 10:57:24 UTC

|2 BUILD_DATE=2022-07-31T05:55:54-05:00 VERSION=fa19b96d-ls28 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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 && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && rm -rf /tmp/*

2022-07-31 10:57:25 UTC

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

2022-07-31 10:57:25 UTC

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

2022-07-31 10:57:25 UTC

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

2022-07-31 10:57:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-31T05:55:54-05:00

2022-07-31 10:57:25 UTC

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

2022-07-31 10:57:25 UTC

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

2022-07-31 10:57:25 UTC

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

2022-07-31 10:57:26 UTC

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

2022-07-31 10:57:26 UTC

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

2022-07-31 10:57:26 UTC

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

2022-07-31 10:57:26 UTC

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

2022-07-31 10:57:26 UTC

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

2022-07-31 10:57:26 UTC

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

2022-07-31 10:57:27 UTC

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

2022-08-06 05:48:49 UTC

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

2022-08-06 05:48:49 UTC

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

2022-08-06 05:48:49 UTC

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

2022-08-06 05:48:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.5.16-r0-ls64 Build-date:- 2022-08-06T07:47:52+02:00

2022-08-06 05:48:50 UTC

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

2022-08-06 05:48:50 UTC

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

2022-08-06 05:48:50 UTC

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

2022-08-06 05:48:58 UTC

|3 BUILD_DATE=2022-08-06T07:47:52+02:00 MARIADB_VERSION=10.5.16-r0 VERSION=10.5.16-r0-ls64 /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-08-06 05:49:02 UTC

/bin/sh -c #(nop) COPY dir:07ac2a7b7d1467669749cdee824674c74472fa0265133aef8834ea8e6d6ef94d in /

2022-08-06 05:49:02 UTC

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

2022-08-06 05:49:02 UTC

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

2022-08-06 05:49:03 UTC

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

2022-08-06 05:49:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-06T07:47:52+02:00

2022-08-06 05:49:03 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-08-06 05:49:03 UTC

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

2022-08-06 05:49:03 UTC

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

2022-08-06 05:49:03 UTC

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

2022-08-06 05:49:03 UTC

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

2022-08-06 05:49:04 UTC

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

2022-08-06 05:49:04 UTC

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

2022-08-06 05:49:04 UTC

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

2022-08-06 05:49:04 UTC

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

2022-08-06 05:49:04 UTC

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

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