Namespace
library
Image / Tag
mysql:5.6.31
Content Digest
sha256:1d99ad1a8a2f8859dc986566cc31741c00a050d5fbf9305e7cd74398ade79f36
Details
Created

2016-06-10 02:21:31 UTC

Size

107 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

5.6

MYSQL_VERSION

5.6.31-1debian8

PATH

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


Layers

[#000] sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b - 45.58% (49 MB)

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

[#002] sha256:76f6983b0fe0c473e96c50a59c7799ca8f932d3a24e408281f9d6fabcb9458f2 - 1.1% (1.18 MB)

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

[#004] sha256:bd6c32d9a05f118266e0a9f59e1257f51c3eb6aabc62d29b19bf422b4357c54d - 7.34% (7.88 MB)

[#005] sha256:0632c43d2f8e05e3d6ab2e7b7e8c4025912faed0fce7fc11b538288c3c0d03a8 - 0.02% (18.6 KB)

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

[#007] sha256:3898783b7b39826d684706f02fc9e3b04aabf5f2d343c83862c10968c95ac414 - 45.96% (49.4 MB)

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

[#009] sha256:50953e0b43e88b1e57b37e1f27c26bb940eda35b1cc3c255e2b6883a2b9f0fdb - 0.0% (1.67 KB)

[#010] sha256:d5f03842f2c87a07928075ea542fe847dc494b2a5bb66f17492a62ac7f4a73ed - 0.0% (118 Bytes)


History
2016-06-09 21:28:42 UTC

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

2016-06-09 21:28:43 UTC

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

2016-06-10 01:48:39 UTC

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

2016-06-10 01:48:40 UTC

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

2016-06-10 01:50:09 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-06-10 01:50:10 UTC

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

2016-06-10 02:18:34 UTC

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

2016-06-10 02:18:51 UTC

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

2016-06-10 02:20:10 UTC

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

2016-06-10 02:20:10 UTC

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

2016-06-10 02:20:11 UTC

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

2016-06-10 02:21:28 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-06-10 02:21:29 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-06-10 02:21:29 UTC

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

2016-06-10 02:21:30 UTC

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

2016-06-10 02:21:31 UTC

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

2016-06-10 02:21:31 UTC

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

2016-06-10 02:21:31 UTC

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

2016-06-10 02:21:31 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