Namespace
library
Image / Tag
mysql:5.7.32
Content Digest
sha256:e08834258fcc0efd01df358222333919df53d4a0d9b2a54da05b204b822e3b7b
Details
Created

2021-01-12 10:12:44 UTC

Size

147 MB

Content Digest
Environment
GOSU_VERSION

1.12

MYSQL_MAJOR

5.7

MYSQL_VERSION

5.7.32-1debian10

PATH

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


Layers

[#000] sha256:a076a628af6f7dcabc536bee373c0d9b48d9f0516788e64080c4e841746e6ce6 - 17.54% (25.9 MB)

[#001] sha256:f6c208f3f991dcbc417fed8efde391f887c0551d77ed0c1a125fd28f4841e1cc - 0.0% (1.7 KB)

[#002] sha256:88a9455a9165654c855c2614bc1dc1f574e7d9265ecb39a3211e0bfc55926729 - 2.7% (3.98 MB)

[#003] sha256:406c9b8427c60dac1a77115209e657b93011196642d047d08e63fe8efc3a16c7 - 0.92% (1.35 MB)

[#004] sha256:7c88599c0b25840a8671b24aba0e3b11707ea831f942271cfb1f6965e2a48cf9 - 0.0% (115 Bytes)

[#005] sha256:25b5c6debdaf0cdad9d7b385d0feed9ee0dc10c8eb328d07787ef87326ee57db - 8.7% (12.8 MB)

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

[#007] sha256:7065aaa2655f38309f376982c6f52a426ce2f5647e4761595453317c8155d739 - 0.0% (226 Bytes)

[#008] sha256:b4bc531db40fb993db42d46123bc500d95e92f3f6e06967fef9470485b6c7297 - 70.12% (103 MB)

[#009] sha256:8c3e9d7c9815f1f6a9ca6761825fd276476783ea3fee09cc85a5e445b6594b87 - 0.0% (5.02 KB)

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


History
2021-01-12 00:32:51 UTC

/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:12:05 UTC

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

2021-01-12 10:12:06 UTC

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

2021-01-12 10:12:07 UTC

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

2021-01-12 10:12:40 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-01-12 10:12:41 UTC

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

2021-01-12 10:12:41 UTC

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

2021-01-12 10:12:43 UTC

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

2021-01-12 10:12:43 UTC

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

2021-01-12 10:12:43 UTC

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

2021-01-12 10:12:44 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