2019-07-17 22:09:28 UTC
79 MB
1.7
MYSQL_MAJOR5.6
MYSQL_VERSION5.6.44-1debian9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0a4690c5d889e116874bf45dc757b515565a3bd9b0f6c04054d62280bb4f4ecf - 27.15% (21.4 MB)
[#001] sha256:98aa2fc6cbebccfacb58760fbb91c528114848559a6ca019c1b50ee62573861f - 0.0% (1.71 KB)
[#002] sha256:0777e6eb0e6ff56bf816af668828e63a39ba945a5ea512bc1cf2d160e47810e2 - 5.43% (4.29 MB)
[#003] sha256:2464189c041cb5cf939f0167de273268261d33c40a834ad2984dda198f554152 - 1.53% (1.21 MB)
[#004] sha256:b45df9dc827de6b2c632dedc9358c1e136b82ea23cf74ffee0b9a6a12d5d9429 - 0.0% (115 Bytes)
[#005] sha256:8f57052b58bf4b8fdc739cd92b6f1ea385099364d251fa1e7b5c4e2e5ae1a611 - 12.28% (9.7 MB)
[#006] sha256:ee774b34419eefa1be79703e603b4628a05b0269efc7d0559524915f55b7617e - 0.03% (25.5 KB)
[#007] sha256:bcb6c29a9771287081e4a162af136880d94a12b2966f01230327d6e9181b8960 - 0.0% (225 Bytes)
[#008] sha256:f5eace967cb6f88646e49ce546a5ea6af1aa9f026548452142b9ef104335bbc3 - 53.57% (42.3 MB)
[#009] sha256:fe457a2a894d4693f50b8f55cfe810e6c945051dadd9c41b0050780bc887a939 - 0.0% (2.79 KB)
[#010] sha256:a3266082cf3b39b1e43855cfd57991238fdd03678eaad0c5a90c319fac452a7c - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:966bd7368f1e5a3e40fe5fab63ebe3c04719f677cc49385462e4dfda4c4096fb in /
2019-07-09 21:32:29 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-07-17 22:07:47 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2019-07-17 22:07:53 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*
2019-07-17 22:07:53 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2019-07-17 22:08:04 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-07-17 22:08:05 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-07-17 22:09:07 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends pwgen perl && rm -rf /var/lib/apt/lists/*
2019-07-17 22:09:10 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-07-17 22:09:10 UTC/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6
2019-07-17 22:09:10 UTC/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.44-1debian9
2019-07-17 22:09:11 UTC/bin/sh -c echo "deb http://repo.mysql.com/apt/debian/ stretch mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
2019-07-17 22:09:26 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-07-17 22:09:27 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2019-07-17 22:09:27 UTC/bin/sh -c #(nop) COPY file:9db0d75a8e0e8b283795127306781433510d4b8cc1490431021784417fba8d1d in /usr/local/bin/
2019-07-17 22:09:27 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2019-07-17 22:09:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-07-17 22:09:28 UTC/bin/sh -c #(nop) EXPOSE 3306
2019-07-17 22:09:28 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.