2021-04-10 07:22:41 UTC
152 MB
1.12
MYSQL_MAJOR8.0
MYSQL_VERSION8.0.23-1debian10
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f7ec5a41d630a33a2d1db59b95d89d93de7ae5a619a3a8571b78457e48266eba - 17.03% (25.9 MB)
[#001] sha256:9444bb562699de912e7afcf6409615f9c0033118cc3aa35831d937a8d15e851c - 0.0% (1.69 KB)
[#002] sha256:6a4207b96940576ff42802b9c440bed0f1b5ef419c5a0c2576477776f217ef35 - 2.62% (3.99 MB)
[#003] sha256:181cefd361ceae3da481ffcd156bd5b6e22f32a9345167199fe4773d70a6f133 - 0.89% (1.35 MB)
[#004] sha256:8a2090759d8af87290c70a8a9cef4e7e894b800d55d069b8c4cf0bcd3a5d9f17 - 0.0% (149 Bytes)
[#005] sha256:15f235e0d7eefe6c5153946a57daebaf2d0744fb1d0676642f269554fc68ba2a - 8.44% (12.8 MB)
[#006] sha256:d870539cd9db00c747403f1d6c494a807052bce070f4ef243954b804a1ebb652 - 0.0% (2.34 KB)
[#007] sha256:5726073179b6fb503d82a3b6cf6c7fe83081484ba600364a37b58105dec30677 - 0.0% (225 Bytes)
[#008] sha256:eadfac8b2520b41436dd678f1f822ffcc0b416ce5d481a9070c4c4531b3d3efd - 71.0% (108 MB)
[#009] sha256:f5936a8c3f2baf76cbebb0eaf333510aa2f52c6e825cf216638ac4b827ccc1d3 - 0.0% (845 Bytes)
[#010] sha256:cca8ee89e625e42d7fcd5fd01d23c53c630d3aff4511b9a5f386713dc2e89ce4 - 0.0% (5.39 KB)
[#011] sha256:6c79df02586a3bcf87a8109d34a6d6b32593583b49b5ae106cf89b70b04742c6 - 0.0% (119 Bytes)
/bin/sh -c #(nop) ADD file:c855b3c65f5ba94d548d7d2659094eeb63fbf7f8419ac8e07712c3320c38b62c in /
2021-04-10 01:20:22 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-04-10 07:21:42 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2021-04-10 07:21:50 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*
2021-04-10 07:21:50 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-04-10 07:22:02 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-04-10 07:22:03 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-04-10 07:22:12 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-04-10 07:22:14 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-04-10 07:22:14 UTC/bin/sh -c #(nop) ENV MYSQL_MAJOR=8.0
2021-04-10 07:22:14 UTC/bin/sh -c #(nop) ENV MYSQL_VERSION=8.0.23-1debian10
2021-04-10 07:22:16 UTC/bin/sh -c echo 'deb http://repo.mysql.com/apt/debian/ buster mysql-8.0' > /etc/apt/sources.list.d/mysql.list
2021-04-10 07:22:36 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-04-10 07:22:37 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2021-04-10 07:22:38 UTC/bin/sh -c #(nop) COPY dir:2e040acc386ebd23b8571951a51e6cb93647df091bc26159b8c757ef82b3fcda in /etc/mysql/
2021-04-10 07:22:38 UTC/bin/sh -c #(nop) COPY file:2c6221a2517649db2e9dd27098cc9ae1bdaff205f8d6f0299b20a41b86084d77 in /usr/local/bin/
2021-04-10 07:22:40 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2021-04-10 07:22:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-04-10 07:22:41 UTC/bin/sh -c #(nop) EXPOSE 3306 33060
2021-04-10 07:22:41 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.