Namespace
library
Image / Tag
mysql:5.7.34
Content Digest
sha256:1a2f9cd257e75cc80e9118b303d1648366bc2049101449bf2c8d82b022ea86b7
Details
Created

2021-06-23 07:12:31 UTC

Size

147 MB

Content Digest
Environment
GOSU_VERSION

1.12

MYSQL_MAJOR

5.7

MYSQL_VERSION

5.7.34-1debian10

PATH

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


Layers

[#000] sha256:b4d181a07f8025e00e0cb28f1cc14613da2ce26450b80c54aea537fa93cf3bda - 17.58% (25.9 MB)

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

[#002] sha256:578fafb77ab871790dd20afa25cea55309e5862a43eb6fdca5f3c1387ab7b833 - 2.71% (3.99 MB)

[#003] sha256:5240460060374bac3b015544387eba2355e7b003da15c162e7166984437c31d7 - 0.92% (1.35 MB)

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

[#005] sha256:aa18e05cc46d159c053ebf379685cef648b64d4bb39a4fa76dc7c8a6fadad89a - 8.71% (12.8 MB)

[#006] sha256:32ca814c833fbe8adec28e15d739dba772d7259021235b861fb854e8f329fb1c - 0.0% (1.83 KB)

[#007] sha256:52645b4af634738ab63ab41856f3e3babec551cd79a9453cc1490f74357265dc - 0.0% (224 Bytes)

[#008] sha256:bca6a5b14385af5335ab69e01305076737b8ff8356a2dd3681e97710353bd01c - 70.08% (103 MB)

[#009] sha256:309f36297c759911f01981e749d779712c95d4996a82a4374fe2333f1cd91331 - 0.0% (5.41 KB)

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


History
2021-06-23 00:20:40 UTC

/bin/sh -c #(nop) ADD file:4903a19c327468b0e08e4f463cfc162c66b85b4618b5803d71365862f6302e0b in /

2021-06-23 00:20:40 UTC

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

2021-06-23 07:10:38 UTC

/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql

2021-06-23 07:10:47 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*

2021-06-23 07:10:47 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.12

2021-06-23 07:11:06 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-06-23 07:11:07 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2021-06-23 07:11:18 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-06-23 07:11:22 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-06-23 07:12:02 UTC

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

2021-06-23 07:12:02 UTC

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

2021-06-23 07:12:03 UTC

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

2021-06-23 07:12:28 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-06-23 07:12:29 UTC

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

2021-06-23 07:12:29 UTC

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

2021-06-23 07:12:30 UTC

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

2021-06-23 07:12:31 UTC

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

2021-06-23 07:12:31 UTC

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

2021-06-23 07:12:31 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