2018-03-14 07:48:37 UTC
78.8 MB
1.7
MYSQL_MAJOR5.6
MYSQL_VERSION5.6.39-1debian9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:2a72cbf407d67c7a7a76dd48e432091678e297140dce050ad5eccad918a9f8d6 - 27.21% (21.4 MB)
[#001] sha256:38680a9b47a889afdad30e2b778870f30b2adfb670996da71d32fef815446b32 - 0.0% (1.7 KB)
[#002] sha256:4c732aa0eb1bf8ee7a7dfdb2acdb3d1579110241fe47747d2b14a77e2cb504e2 - 5.44% (4.29 MB)
[#003] sha256:c5317a34eddd75b2b48e525137d7d7adc1cbba157fe58eb2fc60bf93b68c7b28 - 1.54% (1.21 MB)
[#004] sha256:f92be680366c04fd6f6389a6d54d675219999b5af8d26146855f65cdba9fb79d - 0.0% (115 Bytes)
[#005] sha256:6762c4c3eacce6c3dddceeb17ec19ac8c711b9c1c70d4db69a0862bdea6d8595 - 12.3% (9.7 MB)
[#006] sha256:7f9e7799488e6fcbfc8a6460c28863bd61fbdc1bf19f7df2e091b669368f6831 - 0.03% (20.8 KB)
[#007] sha256:5bfede7d51cef41d58c67bff00b1485bb95a0d10327b8c685d964edf62634491 - 0.0% (225 Bytes)
[#008] sha256:4d58e230ee6fdad4a1689db3d1afe9074f9a5f1d3a5c3174498762ada6effbf7 - 53.48% (42.2 MB)
[#009] sha256:e83cf84d215b14b51d7a6fbd824714e8af4c4e43d97f077660b85988a402c6ff - 0.0% (2.6 KB)
[#010] sha256:9a02cf99f4959d779157faf1d9dbf88090eb08bacc3eda4905d84f192d25cf07 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:e3250bb9848f956bdb43b205f1237df0d81a25088c95dbdeb20a1e2baf1d884f in /
2018-03-13 22:27:37 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-03-14 07:45:05 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2018-03-14 07:45:14 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*
2018-03-14 07:45:14 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2018-03-14 07:45:52 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 -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-03-14 07:45:53 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-03-14 07:48:15 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends pwgen perl && rm -rf /var/lib/apt/lists/*
2018-03-14 07:48:19 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 -rf "$GNUPGHOME"; apt-key list > /dev/null
2018-03-14 07:48:19 UTC/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6
2018-03-14 07:48:19 UTC/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.39-1debian9
2018-03-14 07:48:20 UTC/bin/sh -c echo "deb http://repo.mysql.com/apt/debian/ stretch mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
2018-03-14 07:48:35 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
2018-03-14 07:48:35 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2018-03-14 07:48:36 UTC/bin/sh -c #(nop) COPY file:3f2c5993b48cc20b5a57b4a86c72dd2fbfa95c7a8fe43f0f54280f77c0063f34 in /usr/local/bin/
2018-03-14 07:48:37 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2018-03-14 07:48:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-03-14 07:48:37 UTC/bin/sh -c #(nop) EXPOSE 3306/tcp
2018-03-14 07:48:37 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.