Namespace
library
Image / Tag
mysql:5.6.32
Content Digest
sha256:270e24abb445e1741c99251753d66e7c49a514007ec1b65b47f332055ef4a612
Details
Created

2016-08-22 19:20:20 UTC

Size

107 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

5.6

MYSQL_VERSION

5.6.32-1debian8

PATH

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


Layers

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

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

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

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

[#004] sha256:7b8a8ccc8d5027aec90cab6ec93dcf6ad3dc5fa563dc75ba078c0f3c441692fd - 7.33% (7.87 MB)

[#005] sha256:1a40eeae36e9c96f2cc88a20e673f55230d8023eae14a3bef6df4834d3c67e27 - 0.02% (18.6 KB)

[#006] sha256:4a09128b6a341a2a667b9eff2b741062826b71ef7203cc792c7be42a4e0fcd58 - 0.0% (216 Bytes)

[#007] sha256:587b9302fad12b799d194138fcb4b7c6ba33c889bf7626a3d056771d27836cda - 45.9% (49.2 MB)

[#008] sha256:c0c47ca2042a34c0ec2402d551b809b9ef9abdad0f8c2a1175e35b400c88ad7a - 0.0% (1.15 KB)

[#009] sha256:588a9948578df5e1170943c649990588bab79ad465480f32e622b3010608fd2c - 0.0% (1.68 KB)

[#010] sha256:fd646c55baaaeada150f5802557aedc8ccde3ae9552225d02943c631570fd759 - 0.0% (119 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-08-01 17:19:20 UTC

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

2016-08-01 17:19:39 UTC

/bin/sh -c apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5

2016-08-01 23:20:49 UTC

/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6

2016-08-01 23:20:50 UTC

/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.32-1debian8

2016-08-01 23:20:52 UTC

/bin/sh -c echo "deb http://repo.mysql.com/apt/debian/ jessie mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list

2016-08-01 23:22:11 UTC

/bin/sh -c { echo mysql-community-server mysql-community-server/data-dir select ''; echo mysql-community-server mysql-community-server/root-pass password ''; echo mysql-community-server mysql-community-server/re-root-pass password ''; echo mysql-community-server mysql-community-server/remove-test-db select false; } | debconf-set-selections && apt-get update && apt-get install -y mysql-server="${MYSQL_VERSION}" && rm -rf /var/lib/apt/lists/* && 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-08-01 23:22:13 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-08-01 23:22:14 UTC

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

2016-08-22 19:20:15 UTC

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

2016-08-22 19:20:17 UTC

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

2016-08-22 19:20:18 UTC

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

2016-08-22 19:20:19 UTC

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

2016-08-22 19:20: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