2017-03-30 21:44:26 UTC
108 MB
1.7
MYSQL_MAJOR5.6
MYSQL_VERSION5.6.35-1debian8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6d827a3ef358f4fa21ef8251f95492e667da826653fd43641cef5a877dc03a70 - 45.52% (49.1 MB)
[#001] sha256:ed0929eb7dfe716f6e8edb212623ecc441984079645217bc2fb9ed9c04924380 - 0.0% (2 KB)
[#002] sha256:03f348dc3b9d8c4af8e0fa572d4eb7ef0c5e238d87e9d09513662159d32b4634 - 1.14% (1.23 MB)
[#003] sha256:fd337761ca76fcbda6892c860c2a01288d50e66b7641500139dac7159fdc5a6c - 0.0% (114 Bytes)
[#004] sha256:ac3f5f870257758d2d5eb817270b8034c9208c296cc6abdf924485abc0180a2b - 7.3% (7.87 MB)
[#005] sha256:38a247b5bcdf4f3007b06df997025c1f3b30b0f9d51f6b5dbd9c028f2d7a21b0 - 0.02% (18.7 KB)
[#006] sha256:8d528ca18a065853a5e9cffcc2d89109c7f0c64555f826a2d5150d26eefb46fa - 0.0% (217 Bytes)
[#007] sha256:70601d0f6e97f72e498f3313d408824994ab438d91628cbe91634633c5e21215 - 46.02% (49.6 MB)
[#008] sha256:1d7a793f527d405f11783482b2e6af2e69ff35378d369a10519d9f98fca3f9e6 - 0.0% (1.18 KB)
[#009] sha256:15e9fd86591a7d73bbf9aa36b7f59e1e63383a6eca816fc559c6ed66c71147c3 - 0.0% (2.51 KB)
[#010] sha256:79b5a6ccbd39549c5d074ee5b8b20d500f1f418d4945f10d3e481621fb89689e - 0.0% (119 Bytes)
/bin/sh -c #(nop) ADD file:4eedf861fb567fffb2694b65ebdd58d5e371a2c28c3863f363f333cb34e5eb7b in /
2017-03-21 18:29:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-03-21 20:57:08 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2017-03-21 20:57:08 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-03-21 20:57:23 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
2017-03-21 20:57:24 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2017-03-21 21:54:38 UTC/bin/sh -c apt-get update && apt-get install -y perl pwgen --no-install-recommends && rm -rf /var/lib/apt/lists/*
2017-03-21 21:54:39 UTC/bin/sh -c set -ex; key='A4A9406876FCBD3C456770C88C718D3B5072E1F5'; export GNUPGHOME="$(mktemp -d)"; gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --export "$key" > /etc/apt/trusted.gpg.d/mysql.gpg; rm -r "$GNUPGHOME"; apt-key list > /dev/null
2017-03-21 21:54:39 UTC/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6
2017-03-21 21:54:40 UTC/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.35-1debian8
2017-03-21 21:54:41 UTC/bin/sh -c echo "deb http://repo.mysql.com/apt/debian/ jessie mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
2017-03-21 21:54:58 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
2017-03-21 21:54:59 UTC/bin/sh -c sed -Ei 's/^(bind-address|log)/#&/' /etc/mysql/my.cnf && echo '[mysqld]\nskip-host-cache\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf
2017-03-21 21:54:59 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2017-03-30 21:44:23 UTC/bin/sh -c #(nop) COPY file:b4e423a0d95974d5269d37431aafc0c69cb304dc09ab3f496dbcfdfbc2dbd818 in /usr/local/bin/
2017-03-30 21:44:24 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2017-03-30 21:44:25 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-03-30 21:44:26 UTC/bin/sh -c #(nop) EXPOSE 3306/tcp
2017-03-30 21:44:26 UTC/bin/sh -c #(nop) CMD ["mysqld"]
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.