Namespace
library
Image / Tag
mariadb:10.0.27
Content Digest
sha256:f4215ab28f8d1482d17a91db08a90e018a1cd8acdc0488130aa4beac4d871f7f
Details
Created

2016-10-21 20:37:18 UTC

Size

112 MB

Content Digest
Environment
GOSU_VERSION

1.7

MARIADB_MAJOR

10.0

MARIADB_VERSION

10.0.27+maria-1~jessie

PATH

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


Layers

[#000] sha256:43c265008fae5d1f3cbee0dac9697235320b174d85acbed002a4fe44236adec0 - 43.61% (49 MB)

[#001] sha256:d7abd54d3b3438705a2d02c76aff4cbf186fc6f84cc140813d2960a30052eea6 - 0.0% (1.99 KB)

[#002] sha256:92b527830a1b1ed8ed5b158efece60743efb2f94c096cfcaa030f625ee56bad3 - 1.03% (1.16 MB)

[#003] sha256:44839710d611bd846d318e51f236e2e433602dfe95a6df501136afbfd182a9f1 - 0.0% (113 Bytes)

[#004] sha256:a1f0741bea2603cc1a89fbccd4746e66fa299906a78359209f037fb0fb0bf8fe - 5.49% (6.16 MB)

[#005] sha256:d8d98c8134db1c5b26845e7df33f461452a994c9a1b4cec9a31beb1c946ff52b - 0.02% (20.6 KB)

[#006] sha256:a18a94f7465f65221086f416a54702712c8426a1b8f10c87141460ad9a794a21 - 0.0% (313 Bytes)

[#007] sha256:08f664f1d8756fc2022697d9f9f7c524c7800ad3ec139add8d18407874242393 - 0.0% (319 Bytes)

[#008] sha256:3f27968def6a64ce1eba8b294366482a24d2400511a714ee8a3fb91b5e987f39 - 49.84% (56 MB)

[#009] sha256:75e10812367e404a54205a8025dd2d7450c08e4c4c57ff24522e085181f83c5e - 0.0% (2.43 KB)

[#010] sha256:5a761ac669ccb45d9e57534567ecb4cd6707306e28106468242d6e65c9cf605a - 0.0% (1.78 KB)

[#011] sha256:48ef06c918cdb69feb5a6f594ee5c07ed888375f16177781242b3f48d64dac44 - 0.0% (120 Bytes)


History
2016-10-21 16:22:34 UTC

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

2016-10-21 16:22:34 UTC

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

2016-10-21 20:34:06 UTC

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

2016-10-21 20:34:06 UTC

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

2016-10-21 20:34:24 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).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 ca-certificates wget

2016-10-21 20:34:25 UTC

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

2016-10-21 20:34:36 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/*

2016-10-21 20:34:40 UTC

/bin/sh -c apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB && apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A && apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 4D1BB29D63D98E422B2113B19334A25F8507EFA5

2016-10-21 20:34:41 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

2016-10-21 20:36:39 UTC

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

2016-10-21 20:36:40 UTC

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

2016-10-21 20:36:41 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

2016-10-21 20:37:14 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 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

2016-10-21 20:37:15 UTC

/bin/sh -c sed -Ei 's/^(bind-address|log)/#&/' /etc/mysql/my.cnf && echo 'skip-host-cache\nskip-name-resolve' | awk '{ print } $1 == "[mysqld]" && c == 0 { c = 1; system("cat") }' /etc/mysql/my.cnf > /tmp/my.cnf && mv /tmp/my.cnf /etc/mysql/my.cnf

2016-10-21 20:37:15 UTC

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

2016-10-21 20:37:16 UTC

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

2016-10-21 20:37:17 UTC

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

2016-10-21 20:37:17 UTC

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

2016-10-21 20:37:18 UTC

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

2016-10-21 20:37:18 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