2019-09-12 04:25:43 UTC
79 MB
1.7
MYSQL_MAJOR5.6
MYSQL_VERSION5.6.45-1debian9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8f91359f1fffbf32b24ca854fb263d88a222371f38e90cf4583c5742cfdc3039 - 27.17% (21.5 MB)
[#001] sha256:6bbb1c853362d65bdcb723f3a2fb8e9fb538d03e79dc93fdeb1ebec12e631590 - 0.0% (1.7 KB)
[#002] sha256:e6e554c0af6fbe639e85531e90ab893e221666cb8c9c87e5e260a3cebadfc4da - 5.43% (4.29 MB)
[#003] sha256:f391c1a77330b34fecea2f8b5f088aa0904d8ac457ea3ecc006a6375d27c9af9 - 1.53% (1.21 MB)
[#004] sha256:414a8a88eabc8303d0b594e0b8bd12af7dcb3ada6089ab0b52e22e44da4d323b - 0.0% (115 Bytes)
[#005] sha256:ced966b42b0e5eb29bedf789c59da9117d7d8dadadd61c3e66f216a908db5704 - 12.28% (9.7 MB)
[#006] sha256:509b7d623b065fdcfb772c59c61a2d541f72664106ede56dcd79396f80fe5049 - 0.03% (26.6 KB)
[#007] sha256:94a03dec9143c030bbd1f76a7ac22a6b3eb3600cc6ec2c67613848c7482840d7 - 0.0% (223 Bytes)
[#008] sha256:d40a4af51b78815c0990844a15cccbfda9fcdea88fd60c3a14d0d41f9a6b6a0d - 53.55% (42.3 MB)
[#009] sha256:e01756c8536ed21b08909401fd2fbd0cd0e2b452bf1f137183c0dbf879963855 - 0.0% (2.79 KB)
[#010] sha256:327b60c1a0e5848b733f40bdc8dabe684ab8c9a5d75ae94241337f4fbbc2aa36 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:e82c447c3eae5d1d0282d8557b0c271b29d1be0d0f23204a09ad468be7a80d8c in /
2019-09-11 23:27:47 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-09-12 04:23:59 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2019-09-12 04:24:05 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*
2019-09-12 04:24:05 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2019-09-12 04:24:16 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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && gpgconf --kill all && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget
2019-09-12 04:24:17 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-09-12 04:25:22 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends pwgen perl && rm -rf /var/lib/apt/lists/*
2019-09-12 04:25:25 UTC/bin/sh -c set -ex; key='A4A9406876FCBD3C456770C88C718D3B5072E1F5'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/mysql.gpg; gpgconf --kill all; rm -rf "$GNUPGHOME"; apt-key list > /dev/null
2019-09-12 04:25:25 UTC/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6
2019-09-12 04:25:25 UTC/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.45-1debian9
2019-09-12 04:25:26 UTC/bin/sh -c echo "deb http://repo.mysql.com/apt/debian/ stretch mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
2019-09-12 04:25:41 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 && find /etc/mysql/ -name '*.cnf' -print0 | xargs -0 grep -lZE '^(bind-address|log)' | xargs -rt -0 sed -Ei 's/^(bind-address|log)/#&/' && echo '[mysqld]\nskip-host-cache\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf
2019-09-12 04:25:41 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2019-09-12 04:25:41 UTC/bin/sh -c #(nop) COPY file:9db0d75a8e0e8b283795127306781433510d4b8cc1490431021784417fba8d1d in /usr/local/bin/
2019-09-12 04:25:42 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2019-09-12 04:25:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-09-12 04:25:42 UTC/bin/sh -c #(nop) EXPOSE 3306
2019-09-12 04:25:43 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.