2018-07-27 01:13:30 UTC
121 MB
1.7
MYSQL_MAJOR8.0
MYSQL_VERSION8.0.11-1debian9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:be8881be8156e4068e611fe956aba2b9593ebd953be14fb7feea6d0659aa3abe - 17.7% (21.4 MB)
[#001] sha256:c3995dabd1d7cd2977c52e5494f091777d92216f1ba445c000818b82a0bd4605 - 0.0% (1.7 KB)
[#002] sha256:9931fdda3586a52049081bc78fa9793476662310356127cc8baa52e38bb34a8d - 3.54% (4.29 MB)
[#003] sha256:bb1b6b6eff6a5d6f46d3e40876d993f3c092fb55d01d6f81dc9e45887e6ac961 - 1.0% (1.21 MB)
[#004] sha256:a65f125fa71845626e728910d5fadf0f0b1b5d576008e5a0d9de845a85b594a3 - 0.0% (115 Bytes)
[#005] sha256:2d9f8dd09be2432ba8afba1bf9f54460488c7349ded5a523352e83407740ba44 - 9.52% (11.5 MB)
[#006] sha256:37b912cb2afe57a2e3a2d55056875d5597e81dc03b51b6779df696712b1532d4 - 0.02% (21.8 KB)
[#007] sha256:90a9e6fd6a279e04a203e6521420ab2b766c7f91ab8da933520be7e5851b035b - 0.0% (221 Bytes)
[#008] sha256:959ebd3ef120af699b40bfa9cd624af42e7ba183bc3672bc91a414148fa2df95 - 68.22% (82.6 MB)
[#009] sha256:5eda665eddc40f93fe9f0407dc367125f50046b3742f307c79ab83d6fe1c54f0 - 0.0% (893 Bytes)
[#010] sha256:d9007173a367871089a2693c3680dcefdfa5f726217704342a640e3525f8dae6 - 0.0% (2.87 KB)
[#011] sha256:239f4d98907547041dd1a979641146c090c5c1cfbb2e882d23e7383d135ab433 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:919939fa022472751b717443eea9f1d7ab5c0723f1f3a6b776d3b83d22bde818 in /
2018-07-17 00:28:04 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-07-17 04:16:08 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2018-07-17 04:16:21 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*
2018-07-17 04:16:21 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2018-07-27 01:12:40 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 && 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
2018-07-27 01:12:48 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-07-27 01:13:00 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends pwgen openssl perl && rm -rf /var/lib/apt/lists/*
2018-07-27 01:13:03 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; gpgconf --kill all; rm -rf "$GNUPGHOME"; apt-key list > /dev/null
2018-07-27 01:13:04 UTC/bin/sh -c #(nop) ENV MYSQL_MAJOR=8.0
2018-07-27 01:13:04 UTC/bin/sh -c #(nop) ENV MYSQL_VERSION=8.0.11-1debian9
2018-07-27 01:13:05 UTC/bin/sh -c echo "deb http://repo.mysql.com/apt/debian/ stretch mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
2018-07-27 01:13:27 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-community-client-core="${MYSQL_VERSION}" mysql-community-server-core="${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
2018-07-27 01:13:28 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2018-07-27 01:13:28 UTC/bin/sh -c #(nop) COPY dir:110dcf1221c1f9432c68c32a2465ef0b40994f401d5fae0b0de80025bcf839a5 in /etc/mysql/
2018-07-27 01:13:29 UTC/bin/sh -c #(nop) COPY file:3f638c16c570be34670cbf679b71e916b001b03bd0f6a5b2c683c1a63c402746 in /usr/local/bin/
2018-07-27 01:13:29 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2018-07-27 01:13:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-07-27 01:13:30 UTC/bin/sh -c #(nop) EXPOSE 3306/tcp
2018-07-27 01:13:30 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.