Namespace
library
Image / Tag
mariadb:10.3-jessie
Content Digest
sha256:dd8dc06353887dc8235ca83701418dcd29e505301db417439205ed67350d61dc
Details
Created

2018-07-17 03:28:20 UTC

Size

131 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

199369E5404BD5FC7D2FE43BCBCB082A1BB943DB 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 4D1BB29D63D98E422B2113B19334A25F8507EFA5

MARIADB_MAJOR

10.3

MARIADB_VERSION

1:10.3.8+maria~jessie

PATH

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


Layers

[#000] sha256:d660b1f15b9bfb8142f50b518156f2d364d9642fe05854538b060498e2f7928d - 39.47% (51.7 MB)

[#001] sha256:c31ac90ebb2fa217ec78ac1def4262632e742d60301da3746bf5a945d0820280 - 0.0% (2.04 KB)

[#002] sha256:cb961997371e0ca603afe9d17036ca5648921722ac0359456bc15ece2223be8c - 0.72% (966 KB)

[#003] sha256:02bce683987d583744c33c5c98cb293b6a76071d3b213649da3f46c8ceee2b13 - 0.0% (115 Bytes)

[#004] sha256:5af7bdeee6f76fcf82da90420fa9d8bf73288c2dcede2595466e1737c9e37c4c - 3.61% (4.74 MB)

[#005] sha256:16ef8af3c61ed26e828677438db520d0958b410fb613bedf077f4223a902f42d - 0.02% (20.3 KB)

[#006] sha256:1e3f09afcb5a5184e1ae4ac6a39a9983df069c2f05a373acd4cfab04daf06809 - 0.0% (315 Bytes)

[#007] sha256:5aa0d4b7a708558fe8e146a6e704d7fce5578f08f39343bc50eebcaa056fca1e - 0.0% (323 Bytes)

[#008] sha256:62094a39ba6f9f90bc7253ea61b116e535ded7065c8d992e2b064493afc6ad98 - 56.18% (73.6 MB)

[#009] sha256:d1a8f0e27318698b5cf5a4b51a17d638b1a9b97b5b0926dabdb0d8c29539f8c2 - 0.0% (2.54 KB)

[#010] sha256:8dfdb13e87fc96839846681fd19639793d7f1216987be1c74c705f42ffb7cc8f - 0.0% (121 Bytes)


History
2018-07-17 00:20:47 UTC

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

2018-07-17 00:20:48 UTC

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

2018-07-17 03:24:56 UTC

/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql

2018-07-17 03:24:56 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.10

2018-07-17 03:25:49 UTC

/bin/sh -c set -ex; fetchDeps=' ca-certificates wget '; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc; chmod +x /usr/local/bin/gosu; gosu nobody true; apt-get purge -y --auto-remove $fetchDeps

2018-07-17 03:26:02 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2018-07-17 03:26:42 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends apt-transport-https ca-certificates pwgen && rm -rf /var/lib/apt/lists/*

2018-07-17 03:26:42 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=199369E5404BD5FC7D2FE43BCBCB082A1BB943DB 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 4D1BB29D63D98E422B2113B19334A25F8507EFA5

2018-07-17 03:26:52 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mariadb.gpg; rm -r "$GNUPGHOME"; apt-key list

2018-07-17 03:27:02 UTC

/bin/sh -c echo "deb https://repo.percona.com/apt jessie main" > /etc/apt/sources.list.d/percona.list && { echo 'Package: *'; echo 'Pin: release o=Percona Development Team'; echo 'Pin-Priority: 998'; } > /etc/apt/preferences.d/percona

2018-07-17 03:27:02 UTC

/bin/sh -c #(nop) ENV MARIADB_MAJOR=10.3

2018-07-17 03:27:02 UTC

/bin/sh -c #(nop) ENV MARIADB_VERSION=1:10.3.8+maria~jessie

2018-07-17 03:27:03 UTC

/bin/sh -c echo "deb http://ftp.osuosl.org/pub/mariadb/repo/$MARIADB_MAJOR/debian jessie main" > /etc/apt/sources.list.d/mariadb.list && { echo 'Package: *'; echo 'Pin: release o=MariaDB'; echo 'Pin-Priority: 999'; } > /etc/apt/preferences.d/mariadb

2018-07-17 03:28:17 UTC

/bin/sh -c { echo "mariadb-server-$MARIADB_MAJOR" mysql-server/root_password password 'unused'; echo "mariadb-server-$MARIADB_MAJOR" mysql-server/root_password_again password 'unused'; } | debconf-set-selections && apt-get update && apt-get install -y "mariadb-server=$MARIADB_VERSION" percona-xtrabackup-24 socat && rm -rf /var/lib/apt/lists/* && sed -ri 's/^user\s/#&/' /etc/mysql/my.cnf /etc/mysql/conf.d/* && rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld && chown -R mysql:mysql /var/lib/mysql /var/run/mysqld && chmod 777 /var/run/mysqld && find /etc/mysql/ -name '*.cnf' -print0 | xargs -0 grep -lZE '^(bind-address|log)' | xargs -rt -0 sed -Ei 's/^(bind-address|log)/#&/' && echo '[mysqld]\nskip-host-cache\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf

2018-07-17 03:28:18 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/mysql]

2018-07-17 03:28:18 UTC

/bin/sh -c #(nop) COPY file:f73461a79523c32707442c61588726e0c8a32ac13d151b97d567cd38bf7443d4 in /usr/local/bin/

2018-07-17 03:28:19 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat

2018-07-17 03:28:19 UTC

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

2018-07-17 03:28:20 UTC

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

2018-07-17 03:28:20 UTC

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

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