Namespace
linuxserver
Image / Tag
mariadb:amd64-alpine-10.5.13-r0-ls43
Content Digest
sha256:b3c1204abc60658ef2baf7e89caddc10c56c0d3d28ce520d99288b470e96cc73
Details
Created

2021-12-18 05:49:01 UTC

Size

85.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.5.13-r0-ls43 Build-date:- 2021-12-18T06:47:44+01:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-12-18T06:47:44+01: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
    ba6391e925e5da68a6fd95b75841fb95df7680f6
  • org.opencontainers.image.revision
    ba6391e925e5da68a6fd95b75841fb95df7680f6
  • 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.13-r0-ls43

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:a259f7071357ce4af9473e56557811a9d4dde4c6010cad2dffb363a3d9f6b06b - 3.28% (2.81 MB)

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

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

[#003] sha256:edb56b1d80db3ce502fd172a883e001db0d9acf6a4e2a49b249663035c818116 - 0.0% (438 Bytes)

[#004] sha256:d225983fe978be30fe905964bfa148396c30ae7791370e407ec607af703110ff - 3.55% (3.03 MB)

[#005] sha256:34267e5824c65286fe33b3641ac981269a9c8f5344a6b3c233682a32d43e542b - 0.0% (2.85 KB)

[#006] sha256:e1e64bd4d1c7489dc5370a308b34beb685ffe218a0655d3cb60602d99cdc27e1 - 89.02% (76.1 MB)

[#007] sha256:a407790229b849570ed4b1d70fcbc0dbc4ec2bd3d582b451332d10de5e91ea0a - 0.0% (3.96 KB)


History
2021-11-27 18:14:38 UTC

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

2021-11-27 18:14:38 UTC

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

2021-11-27 18:14:38 UTC

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

2021-11-27 18:14:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f883f151-ls13 Build-date:- 2021-11-27T19:13:33+01:00

2021-11-27 18:14:39 UTC

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

2021-11-27 18:14:39 UTC

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

2021-11-27 18:14:39 UTC

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

2021-11-27 18:14:40 UTC

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

2021-11-27 18:14:40 UTC

|4 BUILD_DATE=2021-11-27T19:13:33+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls13 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-11-27 18:14:41 UTC

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

2021-11-27 18:14:41 UTC

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

2021-11-27 18:14:43 UTC

|4 BUILD_DATE=2021-11-27T19:13:33+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls13 /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/*

2021-11-27 18:14:43 UTC

/bin/sh -c #(nop) COPY dir:316667d7645a7f309cb04ef09468c76e82619b79224adf7ff9b5a1de2c6cee2c in /

2021-11-27 18:14:44 UTC

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

2021-11-27 18:14:44 UTC

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

2021-11-27 18:14:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-27T19:13:33+01:00

2021-11-27 18:14:44 UTC

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

2021-11-27 18:14:44 UTC

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

2021-11-27 18:14:44 UTC

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

2021-11-27 18:14:44 UTC

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

2021-11-27 18:14:45 UTC

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

2021-11-27 18:14:45 UTC

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

2021-11-27 18:14:45 UTC

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

2021-11-27 18:14:45 UTC

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

2021-11-27 18:14:45 UTC

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

2021-11-27 18:14:45 UTC

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

2021-12-18 05:48:47 UTC

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

2021-12-18 05:48:47 UTC

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

2021-12-18 05:48:47 UTC

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

2021-12-18 05:48:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.5.13-r0-ls43 Build-date:- 2021-12-18T06:47:44+01:00

2021-12-18 05:48:48 UTC

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

2021-12-18 05:48:48 UTC

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

2021-12-18 05:48:48 UTC

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

2021-12-18 05:48:58 UTC

|3 BUILD_DATE=2021-12-18T06:47:44+01:00 MARIADB_VERSION=10.5.13-r0 VERSION=10.5.13-r0-ls43 /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

2021-12-18 05:48:59 UTC

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

2021-12-18 05:48:59 UTC

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

2021-12-18 05:48:59 UTC

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

2021-12-18 05:48:59 UTC

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

2021-12-18 05:49:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-18T06:47:44+01:00

2021-12-18 05:49:00 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.

2021-12-18 05:49:00 UTC

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

2021-12-18 05:49:00 UTC

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

2021-12-18 05:49:00 UTC

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

2021-12-18 05:49:00 UTC

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

2021-12-18 05:49:01 UTC

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

2021-12-18 05:49:01 UTC

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

2021-12-18 05:49:01 UTC

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

2021-12-18 05:49:01 UTC

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

2021-12-18 05:49:01 UTC

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

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