2018-12-29 02:22:49 UTC
78.9 MB
1.7
MYSQL_MAJOR5.6
MYSQL_VERSION5.6.42-1debian9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:177e7ef0df6987e0c5738a1fb5aba98b6b6e7a5fef992e481977dbb5ba3f91be - 27.2% (21.5 MB)
[#001] sha256:cac25352c4c87d90c7ef528350605711b06a4269b39ad54c65dca94528daf998 - 0.0% (1.7 KB)
[#002] sha256:8585afabb40aa039890e2d6d46924717edd508633ac28db8112ac48b8ba824fc - 5.44% (4.29 MB)
[#003] sha256:1e4af4996053e1ce2e35b6523fb556be222d137b86efe4bf306b9a2bd895f98c - 1.54% (1.21 MB)
[#004] sha256:c326522894da7730bbec0ecad2914468e11ade7c9e9c9f707227e777bedb041a - 0.0% (115 Bytes)
[#005] sha256:50ec9776c6b396eb683ef3187ccdfe837529b39066af087dffc2c24b3d03c7ec - 12.3% (9.7 MB)
[#006] sha256:b81a89945365cba831ba21175afc9ce358af6c970c7114e1c3e9b263e8e3dff8 - 0.03% (24.6 KB)
[#007] sha256:80f5ab6567ca59e18230ac8938a0118a5e5396fdef76296c1738fb67d388f3b9 - 0.0% (225 Bytes)
[#008] sha256:5caf5e4c5eb09185769e6f1d0f20d1933e20da1aeba8e2b63d2d343bedee8507 - 53.49% (42.2 MB)
[#009] sha256:9295ceea71e23fa72010ced4583411608951402dbaab5ca882af17b6f23e7281 - 0.0% (2.79 KB)
[#010] sha256:fb029976ca26c6459b20762f6d1a555ac1a1289c0e9d37555e71d5c5571fdaa9 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:6d6f6f123e45697d3e73ea24621e4fd8da0ed5cf7504767f6b3120671fe6e7d1 in /
2018-12-28 23:30:06 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-12-29 02:20:23 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2018-12-29 02:20:32 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*
2018-12-29 02:20:32 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2018-12-29 02:20:49 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
2018-12-29 02:20:50 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-12-29 02:22:18 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends pwgen perl && rm -rf /var/lib/apt/lists/*
2018-12-29 02:22:22 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
2018-12-29 02:22:22 UTC/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6
2018-12-29 02:22:22 UTC/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.42-1debian9
2018-12-29 02:22:23 UTC/bin/sh -c echo "deb http://repo.mysql.com/apt/debian/ stretch mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
2018-12-29 02:22:46 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-12-29 02:22:47 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2018-12-29 02:22:47 UTC/bin/sh -c #(nop) COPY file:9db0d75a8e0e8b283795127306781433510d4b8cc1490431021784417fba8d1d in /usr/local/bin/
2018-12-29 02:22:48 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2018-12-29 02:22:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-12-29 02:22:49 UTC/bin/sh -c #(nop) EXPOSE 3306
2018-12-29 02:22:49 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.