Namespace
library
Image / Tag
mysql:5.7.22
Content Digest
sha256:aaba540cdd9313645d892f4f20573e8b42b30e5be71c054b7befed2f7da5f85b
Details
Created

2018-07-27 01:14:55 UTC

Size

118 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

5.7

MYSQL_VERSION

5.7.22-1debian9

PATH

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


Layers

[#000] sha256:be8881be8156e4068e611fe956aba2b9593ebd953be14fb7feea6d0659aa3abe - 18.16% (21.4 MB)

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

[#002] sha256:9931fdda3586a52049081bc78fa9793476662310356127cc8baa52e38bb34a8d - 3.63% (4.29 MB)

[#003] sha256:bb1b6b6eff6a5d6f46d3e40876d993f3c092fb55d01d6f81dc9e45887e6ac961 - 1.03% (1.21 MB)

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

[#005] sha256:2d9f8dd09be2432ba8afba1bf9f54460488c7349ded5a523352e83407740ba44 - 9.76% (11.5 MB)

[#006] sha256:37b912cb2afe57a2e3a2d55056875d5597e81dc03b51b6779df696712b1532d4 - 0.02% (21.8 KB)

[#007] sha256:79592d21cb7f58c285474583bf9f6865f6237641da9947a630a5333c3b9a73cc - 0.0% (222 Bytes)

[#008] sha256:00bfe968d82daece750299b4756dbf5b8942bf6c3578182f9c99c0ce445d3adf - 67.4% (79.6 MB)

[#009] sha256:79cf546d477066c8ff85cc5842f51692d59096c266b0ce027e5388048b8d3ffb - 0.0% (2.8 KB)

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


History
2018-07-17 00:28:04 UTC

/bin/sh -c #(nop) ADD file:919939fa022472751b717443eea9f1d7ab5c0723f1f3a6b776d3b83d22bde818 in /

2018-07-17 00:28:04 UTC

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

2018-07-17 04:16:08 UTC

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

2018-07-17 04:16:21 UTC

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

2018-07-17 04:16:21 UTC

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

2018-07-27 01:12:40 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --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 && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2018-07-27 01:12:48 UTC

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

2018-07-27 01:13:00 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends pwgen openssl perl && rm -rf /var/lib/apt/lists/*

2018-07-27 01:13:03 UTC

/bin/sh -c set -ex; key='A4A9406876FCBD3C456770C88C718D3B5072E1F5'; export GNUPGHOME="$(mktemp -d)"; gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --export "$key" > /etc/apt/trusted.gpg.d/mysql.gpg; gpgconf --kill all; rm -rf "$GNUPGHOME"; apt-key list > /dev/null

2018-07-27 01:14:18 UTC

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

2018-07-27 01:14:18 UTC

/bin/sh -c #(nop) ENV MYSQL_VERSION=5.7.22-1debian9

2018-07-27 01:14:19 UTC

/bin/sh -c echo "deb http://repo.mysql.com/apt/debian/ stretch mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list

2018-07-27 01:14:44 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}" && 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 777 /var/run/mysqld && 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

2018-07-27 01:14:53 UTC

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

2018-07-27 01:14:53 UTC

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

2018-07-27 01:14:54 UTC

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

2018-07-27 01:14:54 UTC

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

2018-07-27 01:14:55 UTC

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

2018-07-27 01:14:55 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