2017-10-10 00:24:33 UTC
100 MB
1.7
MYSQL_MAJOR5.6
MYSQL_VERSION5.6.37-1debian8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:85b1f47fba49da65256f07c8790542a3880e9216f9c491965040f35ce2c6ca7a - 50.07% (50.2 MB)
[#001] sha256:27dc53f13a11bdd5a8c0406231db61e3bbcc80abd383c8d2aa025de18bc854f1 - 0.0% (2.04 KB)
[#002] sha256:095c8ae4182d531daaaab1ba53752c6ced9fe2b285e113c8f6ace3482fe35e14 - 1.24% (1.24 MB)
[#003] sha256:0972f6b9a7de1ee8ae02473a098d3794336153353cf8cbbaf563ed6be7735a5f - 0.0% (115 Bytes)
[#004] sha256:a11a67190c24ce790deba7c2bc760c74f69f26ed50d88992fd80ce9c52a1825b - 8.05% (8.07 MB)
[#005] sha256:908252bea0ceac590d3aafbc1d2618fc3dc5536d25863d731a560411d0e40076 - 0.02% (19.3 KB)
[#006] sha256:ffe3d1ca6af80ba6a2532f1faa9cafd793e6e6d9b85fd8b7cb449d56e91dc9cd - 0.0% (220 Bytes)
[#007] sha256:e4a48a0019b4b2033c55cd2530f72d70bec9a2b30e458fb1a29d07986fd15b50 - 40.61% (40.7 MB)
[#008] sha256:3b57faa79614b7ff2f3af9b6fbc52ba7eeeb2822fcd87ee890ad16131bb46096 - 0.0% (852 Bytes)
[#009] sha256:55c3e5a390ed78fe7d128526f6e94985622371dfbf01c21321fd21f3637e43f5 - 0.0% (2.54 KB)
[#010] sha256:7a6f5c78394bf9b470271cd04c0c4e111b264ce1369e1c2b4df30f8600d23989 - 0.0% (118 Bytes)
/bin/sh -c #(nop) ADD file:55b071e2cfc3ea2f4bbf048d7d676e3c06a77a9a98d63f7af291f3decb495ec8 in /
2017-10-09 21:30:05 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-10-09 23:41:33 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2017-10-09 23:41:34 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-10-09 23:42:02 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-10-09 23:42:03 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2017-10-10 00:23:55 UTC/bin/sh -c apt-get update && apt-get install -y perl pwgen --no-install-recommends && rm -rf /var/lib/apt/lists/*
2017-10-10 00:24:01 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-10-10 00:24:04 UTC/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6
2017-10-10 00:24:04 UTC/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.37-1debian8
2017-10-10 00:24:05 UTC/bin/sh -c echo "deb http://repo.mysql.com/apt/debian/ jessie mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
2017-10-10 00:24:31 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-10-10 00:24:32 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-10-10 00:24:32 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2017-10-10 00:24:32 UTC/bin/sh -c #(nop) COPY file:b4e423a0d95974d5269d37431aafc0c69cb304dc09ab3f496dbcfdfbc2dbd818 in /usr/local/bin/
2017-10-10 00:24:33 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2017-10-10 00:24:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-10-10 00:24:33 UTC/bin/sh -c #(nop) EXPOSE 3306/tcp
2017-10-10 00:24:33 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.