Namespace
library
Image / Tag
mysql:5.7.14
Content Digest
sha256:c8f03238ca1783d25af320877f063a36dbfce0daa56a7b4955e6c6e05ab5c70b
Details
Created

2016-08-22 19:20:13 UTC

Size

125 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

5.7

MYSQL_VERSION

5.7.14-1debian8

PATH

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


Layers

[#000] sha256:357ea8c3d80bc25792e010facfc98aee5972ebc47e290eb0d5aea3671a901cab - 39.13% (49 MB)

[#001] sha256:256a92f57ae8b3b993d4378161fc01c2cf6ce79bcdb40e28d709047d4ad4e984 - 0.0% (1.99 KB)

[#002] sha256:d5ee0325fe9179b6df96846b3f1e085c60a34af99c248b2dfccbe37b11fecb7e - 0.93% (1.16 MB)

[#003] sha256:a15deb03758bdc9dabfea84d10f49d05850a117ea3880b9656d8962352aa61bc - 0.0% (114 Bytes)

[#004] sha256:7b8a8ccc8d5027aec90cab6ec93dcf6ad3dc5fa563dc75ba078c0f3c441692fd - 6.28% (7.87 MB)

[#005] sha256:1a40eeae36e9c96f2cc88a20e673f55230d8023eae14a3bef6df4834d3c67e27 - 0.01% (18.6 KB)

[#006] sha256:833539b564781075652e9ea85690229476b6929b55652f6904e8ab44175de1fd - 0.0% (218 Bytes)

[#007] sha256:4f350efbb7e5805fca05177ab17c449d7c9c4cc831e74ccfb633500d8e4ca8a1 - 53.65% (67.2 MB)

[#008] sha256:266f161e49c61a5b3000b155159ecc55251d17c02413188db7ed19722037682a - 0.0% (624 Bytes)

[#009] sha256:b53a75e4522086d5e6ff0d773e81c655cbfa08d8010cfaa8c46ec1eef5a5dcfe - 0.0% (1.64 KB)

[#010] sha256:75196bb75c295fe6877a6951df5c4d1442cad0158b09ee9cd9b73a5505a8a4f9 - 0.0% (120 Bytes)


History
2016-07-28 17:47:54 UTC

/bin/sh -c #(nop) ADD file:0e0565652aa852f62033d99f84892216020d30f64521ded5e72d4940bc4c9697 in /

2016-07-28 17:47:55 UTC

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

2016-07-29 19:31:06 UTC

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

2016-07-29 19:31:07 UTC

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

2016-07-29 19:32:33 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

2016-07-29 19:32:35 UTC

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

2016-08-01 17:19:20 UTC

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

2016-08-01 17:19:39 UTC

/bin/sh -c apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5

2016-08-01 17:19:40 UTC

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

2016-08-01 23:19:13 UTC

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

2016-08-01 23:19:15 UTC

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

2016-08-01 23:20:39 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

2016-08-01 23:20:41 UTC

/bin/sh -c sed -Ei 's/^(bind-address|log)/#&/' /etc/mysql/my.cnf && echo 'skip-host-cache\nskip-name-resolve' | awk '{ print } $1 == "[mysqld]" && c == 0 { c = 1; system("cat") }' /etc/mysql/my.cnf > /tmp/my.cnf && mv /tmp/my.cnf /etc/mysql/my.cnf

2016-08-01 23:20:42 UTC

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

2016-08-22 19:20:08 UTC

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

2016-08-22 19:20:10 UTC

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

2016-08-22 19:20:11 UTC

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

2016-08-22 19:20:12 UTC

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

2016-08-22 19:20:13 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