Namespace
library
Image / Tag
mysql:5.7.18
Content Digest
sha256:d178dffba8d81afedc251498e227607934636e06228ac63d58b72f9e9ec271a6
Details
Created

2017-06-23 00:45:29 UTC

Size

137 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

5.7

MYSQL_VERSION

5.7.18-1debian8

PATH

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


Layers

[#000] sha256:9f0706ba7422412cd468804fee456786f88bed94bf9aea6dde2a47f770d19d27 - 36.64% (50.2 MB)

[#001] sha256:2290e155d2d0e9a4665a3a3fe112e227034275f6e6ea237122a695dbea5a8861 - 0.0% (2.02 KB)

[#002] sha256:547981b8269f9a3f6be6941c644aa592f59a77e764e0962cacae67e0c6159586 - 0.91% (1.24 MB)

[#003] sha256:2c9d42ed2f48a29a67c7ce9a017f1b14fabb57f9b7193dd51d39675132b7acc3 - 0.0% (115 Bytes)

[#004] sha256:55e3122f129719805a834134bf980541d450ef8832bff19d2239eaaaa4ea9882 - 7.46% (10.2 MB)

[#005] sha256:abc10bd8406064510a88b0461a4f2bccdea8e901bc355d1a89f52cf58d9635d3 - 0.01% (18.8 KB)

[#006] sha256:c0a5ce64f2b0993d643d3f35eb35e8f7e04e9baf4fad34153df18f60d6935c16 - 0.0% (217 Bytes)

[#007] sha256:c4595eab8e90df4db7aa0e0cf4952d6d942a38abc960b5e6ba9838af7f3c5708 - 54.98% (75.3 MB)

[#008] sha256:098988cead356595657a939eebbaf589c6ec137da0a30b9ddeb818f3158f90d3 - 0.0% (937 Bytes)

[#009] sha256:300ca5fa5eeae8bb07b0a2acc7367892c8f8764301688a0fdf870c8bc7264a07 - 0.0% (2.67 KB)

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


History
2017-06-20 20:13:32 UTC

/bin/sh -c #(nop) ADD file:9c48682ff75c756544d4491472081a078edf5dd0bb5038d1cb850a1f9c480e3e in /

2017-06-20 20:13:34 UTC

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

2017-06-23 00:26:49 UTC

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

2017-06-23 00:26:50 UTC

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

2017-06-23 00:27:08 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 && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2017-06-23 00:27:10 UTC

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

2017-06-23 00:44:04 UTC

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

2017-06-23 00:44:08 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; rm -r "$GNUPGHOME"; apt-key list > /dev/null

2017-06-23 00:44:55 UTC

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

2017-06-23 00:44:56 UTC

/bin/sh -c #(nop) ENV MYSQL_VERSION=5.7.18-1debian8

2017-06-23 00:44:57 UTC

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

2017-06-23 00:45:21 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

2017-06-23 00:45:23 UTC

/bin/sh -c sed -Ei 's/^(bind-address|log)/#&/' /etc/mysql/mysql.conf.d/mysqld.cnf && echo '[mysqld]\nskip-host-cache\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf

2017-06-23 00:45:24 UTC

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

2017-06-23 00:45:25 UTC

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

2017-06-23 00:45:26 UTC

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

2017-06-23 00:45:27 UTC

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

2017-06-23 00:45:28 UTC

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

2017-06-23 00:45:29 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