2021-01-12 10:11:50 UTC
152 MB
1.12
MYSQL_MAJOR8.0
MYSQL_VERSION8.0.22-1debian10
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a076a628af6f7dcabc536bee373c0d9b48d9f0516788e64080c4e841746e6ce6 - 17.05% (25.9 MB)
[#001] sha256:f6c208f3f991dcbc417fed8efde391f887c0551d77ed0c1a125fd28f4841e1cc - 0.0% (1.7 KB)
[#002] sha256:88a9455a9165654c855c2614bc1dc1f574e7d9265ecb39a3211e0bfc55926729 - 2.63% (3.98 MB)
[#003] sha256:406c9b8427c60dac1a77115209e657b93011196642d047d08e63fe8efc3a16c7 - 0.89% (1.35 MB)
[#004] sha256:7c88599c0b25840a8671b24aba0e3b11707ea831f942271cfb1f6965e2a48cf9 - 0.0% (115 Bytes)
[#005] sha256:25b5c6debdaf0cdad9d7b385d0feed9ee0dc10c8eb328d07787ef87326ee57db - 8.46% (12.8 MB)
[#006] sha256:43a5816f16170063a978d1eb0310df536bb5637175d736fedd5b240b1a9e05d3 - 0.0% (2.34 KB)
[#007] sha256:69dd1fbf9190298195bd417b36a85e61157fae9618c97974b07113b2be80da4d - 0.0% (225 Bytes)
[#008] sha256:5346a60dcee8c23d2de0fc739187f46ef314bd43ca8fe1ccdd9dc41f50cbbaf3 - 70.96% (108 MB)
[#009] sha256:ef28da371fc949e6870650dfb2222264d2bac3cf5f190c402f018f92ef5ab37a - 0.0% (846 Bytes)
[#010] sha256:fd04d935b85221ffcd1adb72f6a20802983c9df185a27188ccf9bd2903773d81 - 0.0% (5.02 KB)
[#011] sha256:050c49742ea268afc80316ef48d98bb122e844fbc1ec6a54c8aed19fa9ad268d - 0.0% (120 Bytes)
/bin/sh -c #(nop) ADD file:422aca8901ae3d869a815051cea7f1e4c0204fad16884e7cd01da57d142f2e3a in /
2021-01-12 00:32:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 10:10:35 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2021-01-12 10:10:45 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*
2021-01-12 10:10:45 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-01-12 10:11:00 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver hkps://keys.openpgp.org --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; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true
2021-01-12 10:11:02 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-12 10:11:14 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends pwgen openssl perl xz-utils && rm -rf /var/lib/apt/lists/*
2021-01-12 10:11:16 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
2021-01-12 10:11:17 UTC/bin/sh -c #(nop) ENV MYSQL_MAJOR=8.0
2021-01-12 10:11:17 UTC/bin/sh -c #(nop) ENV MYSQL_VERSION=8.0.22-1debian10
2021-01-12 10:11:18 UTC/bin/sh -c echo 'deb http://repo.mysql.com/apt/debian/ buster mysql-8.0' > /etc/apt/sources.list.d/mysql.list
2021-01-12 10:11: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-community-client="${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 1777 /var/run/mysqld /var/lib/mysql
2021-01-12 10:11:47 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2021-01-12 10:11:47 UTC/bin/sh -c #(nop) COPY dir:2e040acc386ebd23b8571951a51e6cb93647df091bc26159b8c757ef82b3fcda in /etc/mysql/
2021-01-12 10:11:47 UTC/bin/sh -c #(nop) COPY file:a209112a748b68e09c2f024b0d9630bcca79e1f73e9152a984e09a9b94b1df93 in /usr/local/bin/
2021-01-12 10:11:49 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2021-01-12 10:11:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-12 10:11:50 UTC/bin/sh -c #(nop) EXPOSE 3306 33060
2021-01-12 10:11:50 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.