Namespace
library
Image / Tag
mysql:5.7.33
Content Digest
sha256:e42a18d0bd0aa746a734a49cbbcc079ccdf6681c474a238d38e79dc0884e0ecc
Details
Created

2021-04-10 07:23:22 UTC

Size

147 MB

Content Digest
Environment
GOSU_VERSION

1.12

MYSQL_MAJOR

5.7

MYSQL_VERSION

5.7.33-1debian10

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f7ec5a41d630a33a2d1db59b95d89d93de7ae5a619a3a8571b78457e48266eba - 17.55% (25.9 MB)

[#001] sha256:9444bb562699de912e7afcf6409615f9c0033118cc3aa35831d937a8d15e851c - 0.0% (1.69 KB)

[#002] sha256:6a4207b96940576ff42802b9c440bed0f1b5ef419c5a0c2576477776f217ef35 - 2.7% (3.99 MB)

[#003] sha256:181cefd361ceae3da481ffcd156bd5b6e22f32a9345167199fe4773d70a6f133 - 0.92% (1.35 MB)

[#004] sha256:8a2090759d8af87290c70a8a9cef4e7e894b800d55d069b8c4cf0bcd3a5d9f17 - 0.0% (149 Bytes)

[#005] sha256:15f235e0d7eefe6c5153946a57daebaf2d0744fb1d0676642f269554fc68ba2a - 8.7% (12.8 MB)

[#006] sha256:d870539cd9db00c747403f1d6c494a807052bce070f4ef243954b804a1ebb652 - 0.0% (2.34 KB)

[#007] sha256:7310c448ab4f27e352c1cea945449ed360ce9b577b780b6913267e24cb74f3dc - 0.0% (225 Bytes)

[#008] sha256:4a72aac2e8006704c4f9c3901b7c3049cc3d17077c1429c4cdf82d5625a33e0e - 70.13% (103 MB)

[#009] sha256:b1ab932f17c4041b63c9dc90045af8dda70bcafc303fb43c62965021e24ce91d - 0.0% (5.39 KB)

[#010] sha256:1a985de740ee3d14ac32ad2452c6e83f2b2b4e6fb1db7ac341cf0f9f738fb301 - 0.0% (121 Bytes)


History
2021-04-10 01:20:22 UTC

/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:53 UTC

/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.7

2021-04-10 07:22:53 UTC

/bin/sh -c #(nop) ENV MYSQL_VERSION=5.7.33-1debian10

2021-04-10 07:22:54 UTC

/bin/sh -c echo 'deb http://repo.mysql.com/apt/debian/ buster mysql-5.7' > /etc/apt/sources.list.d/mysql.list

2021-04-10 07:23:18 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}" && 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 && 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:23:19 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/mysql]

2021-04-10 07:23:20 UTC

/bin/sh -c #(nop) COPY file:2c6221a2517649db2e9dd27098cc9ae1bdaff205f8d6f0299b20a41b86084d77 in /usr/local/bin/

2021-04-10 07:23:21 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat

2021-04-10 07:23:22 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2021-04-10 07:23:22 UTC

/bin/sh -c #(nop) EXPOSE 3306 33060

2021-04-10 07:23:22 UTC

/bin/sh -c #(nop) CMD ["mysqld"]

Danger Zone
Delete Tag

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.

Delete