Namespace
library
Image / Tag
mariadb:10.0.26
Content Digest
sha256:035424c667bf8634ff63bbd9cfa3e0131fd1c26ba3676c3d621360d5f5a3de75
Details
Created

2016-07-29 19:36:17 UTC

Size

112 MB

Content Digest
Environment
GOSU_VERSION

1.7

MARIADB_MAJOR

10.0

MARIADB_VERSION

10.0.26+maria-1~jessie

PATH

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


Layers

[#000] sha256:357ea8c3d80bc25792e010facfc98aee5972ebc47e290eb0d5aea3671a901cab - 43.62% (49 MB)

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

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

[#003] sha256:a15deb03758bdc9dabfea84d10f49d05850a117ea3880b9656d8962352aa61bc - 0.0% (114 Bytes)

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

[#005] sha256:48eebe692af7dc114bead91ee65ce46ad500b09b728e1fe15aa91d8f013daa65 - 0.01% (16.8 KB)

[#006] sha256:585ce01c37b0cc0757a587f2467dfb5d6bb89b5788a349fa55175e02c083127e - 0.0% (314 Bytes)

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

[#008] sha256:d32340377eff36f1ccfc1cd6da4d2cc0574be786c14dfa185793853feb018330 - 49.83% (56 MB)

[#009] sha256:1f2d377e0d9b53eb0eb598d94f177d5ca983899da6327160cfb3a39dcd7abda9 - 0.0% (2.43 KB)

[#010] sha256:375d48a8d1a8d897ab94ce03fc6babc8876fc61dd2dc55861eaa5e7dd111020f - 0.0% (1.63 KB)

[#011] sha256:19351a39b6b20db32e1e0fa8bbc01bb79667793c27780cd78ce8f20fe7850c53 - 0.0% (120 Bytes)


History
2016-07-28 17:47:54 UTC

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

2016-07-28 17:47:55 UTC

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

2016-07-29 19:31:06 UTC

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

2016-07-29 19:31:07 UTC

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

2016-07-29 19:32:33 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-07-29 19:32:35 UTC

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

2016-07-29 19:33:41 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-07-29 19:34:15 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

2016-07-29 19:34:17 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-07-29 19:34:17 UTC

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

2016-07-29 19:34:18 UTC

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

2016-07-29 19:34:20 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-07-29 19:36:09 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-07-29 19:36:11 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-07-29 19:36:12 UTC

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

2016-07-29 19:36:13 UTC

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

2016-07-29 19:36:15 UTC

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

2016-07-29 19:36:15 UTC

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

2016-07-29 19:36:16 UTC

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

2016-07-29 19:36:17 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