2023-01-11 06:20:04 UTC
169 MB
1.14
MYSQL_MAJOR8.0
MYSQL_VERSION8.0.31-1debian11
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8740c948ffd4c816ea7ca963f99ca52f4788baa23f228da9581a9ea2edd3fcd7 - 17.68% (29.9 MB)
[#001] sha256:d346580bcb1a6e9e1becd3883a38670cdca1f47b7cdbe65121708af5458a0318 - 0.0% (1.7 KB)
[#002] sha256:ec40bb6547aaa95db6bda6d1de84761264c716477d2d8b998856586285b4ec55 - 2.49% (4.21 MB)
[#003] sha256:efef7c7e25176536d7c2c61700c323a83aa93894c4e3f250e6318cc77182410c - 0.8% (1.35 MB)
[#004] sha256:d8cd4a9c65ce2ab7c83d934277938ac0b60b14038ed82a23768c5829e04bca7f - 0.0% (148 Bytes)
[#005] sha256:a4caf695f1e31c50fb977d1da7e28a7de9f4dacc6d937f16b3b2da8b263527ab - 7.13% (12.1 MB)
[#006] sha256:621837b69253e21538e7e8b097d99a96bbd14ef7c98668c7f1587a5898849f36 - 0.0% (2.49 KB)
[#007] sha256:3d0189db675fcea726988a142289c47c944a80882dc705ac4ceaad5bcec89bdf - 0.0% (250 Bytes)
[#008] sha256:97828407de03e5af0c328914a38c6a4ef9502db104e5bdd538a65238c6bfb8bb - 71.89% (122 MB)
[#009] sha256:a2ec1898b8a983f9ce2d49916d8b1df46a4421defa1c42da8aacfae3b472f77d - 0.0% (846 Bytes)
[#010] sha256:136596a164e92be0ef7d7c8806628a29ab716a5e10e51d503534d2f3b958ce13 - 0.0% (5.26 KB)
[#011] sha256:22a59218ae1131b79a4664483bcb5ba2ae20531db4a999040e7d2b7cb702125d - 0.0% (120 Bytes)
/bin/sh -c #(nop) ADD file:e2398d0bf516084b2b37ba1bb76b86d56e66999831df692461679fbd6a5d8eb6 in /
2023-01-11 02:34:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-01-11 06:19:22 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2023-01-11 06:19:28 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*
2023-01-11 06:19:28 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.14
2023-01-11 06:19:37 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
2023-01-11 06:19:38 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-01-11 06:19:43 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends bzip2 openssl perl xz-utils zstd ; rm -rf /var/lib/apt/lists/*
2023-01-11 06:19:45 UTC/bin/sh -c set -eux; key='859BE8D7C586F538430B19C2467B942D3A79BD29'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; mkdir -p /etc/apt/keyrings; gpg --batch --export "$key" > /etc/apt/keyrings/mysql.gpg; gpgconf --kill all; rm -rf "$GNUPGHOME"
2023-01-11 06:19:45 UTC/bin/sh -c #(nop) ENV MYSQL_MAJOR=8.0
2023-01-11 06:19:45 UTC/bin/sh -c #(nop) ENV MYSQL_VERSION=8.0.31-1debian11
2023-01-11 06:19:46 UTC/bin/sh -c echo 'deb [ signed-by=/etc/apt/keyrings/mysql.gpg ] http://repo.mysql.com/apt/debian/ bullseye mysql-8.0' > /etc/apt/sources.list.d/mysql.list
2023-01-11 06:20:02 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
2023-01-11 06:20:02 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2023-01-11 06:20:03 UTC/bin/sh -c #(nop) COPY dir:2e040acc386ebd23b8571951a51e6cb93647df091bc26159b8c757ef82b3fcda in /etc/mysql/
2023-01-11 06:20:03 UTC/bin/sh -c #(nop) COPY file:e9c22353a1133b89c5bca24ecacd348acd094e50e5e5c45375a997c6b1f07192 in /usr/local/bin/
2023-01-11 06:20:03 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2023-01-11 06:20:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-01-11 06:20:04 UTC/bin/sh -c #(nop) EXPOSE 3306 33060
2023-01-11 06:20:04 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.