Namespace
library
Image / Tag
mysql:5.7.25
Content Digest
sha256:dba5fed182e64064b688ccd22b2f9cad4ee88608c82f8cff21e17bab8da72b81
Details
Created

2019-03-26 23:42:41 UTC

Size

118 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

5.7

MYSQL_VERSION

5.7.25-1debian9

PATH

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


Layers

[#000] sha256:27833a3ba0a545deda33bb01eaf95a14d05d43bf30bce9267d92d17f069fe897 - 18.16% (21.5 MB)

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

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

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

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

[#005] sha256:1b810e1751b3067ff7e263d8193dcdad3c7602b78fad55e9949462718b61fe13 - 9.77% (11.5 MB)

[#006] sha256:5479aaef3d30bebedd2cb6682949a950f2d4df56c92b7c037e40eeb6dbec98b1 - 0.02% (25.5 KB)

[#007] sha256:1d924ec3d520e4d7a7c9b20e71b814a9c3b0279620074ea4d778a12c960dd3ed - 0.0% (225 Bytes)

[#008] sha256:1ab7ae63ac60fbac1fe3febdf0c024fea01d69efb9fa31833d85cd6d315c6d73 - 67.39% (79.6 MB)

[#009] sha256:08aa5f3680e94de0fedeafcb32c6c2a234083be3190b856fbd5c60da8e06d52a - 0.0% (2.81 KB)

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


History
2019-03-26 22:41:26 UTC

/bin/sh -c #(nop) ADD file:4fc310c0cb879c876c5c0f571af665a0d24d36cb9263e0f53b0cda2f7e4b1844 in /

2019-03-26 22:41:26 UTC

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

2019-03-26 23:41:08 UTC

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

2019-03-26 23:41:15 UTC

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

2019-03-26 23:41:16 UTC

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

2019-03-26 23:41:27 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 --batch --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

2019-03-26 23:41:28 UTC

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

2019-03-26 23:41:35 UTC

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

2019-03-26 23:41:39 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

2019-03-26 23:42:09 UTC

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

2019-03-26 23:42:10 UTC

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

2019-03-26 23:42:11 UTC

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

2019-03-26 23:42:37 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

2019-03-26 23:42:38 UTC

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

2019-03-26 23:42:38 UTC

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

2019-03-26 23:42:40 UTC

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

2019-03-26 23:42:40 UTC

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

2019-03-26 23:42:41 UTC

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

2019-03-26 23:42:41 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