Namespace
library
Image / Tag
mysql:8.0.1
Content Digest
sha256:afd6d4d8182d7541f64ce2e5b7407a1c79996b1142bf9405e9d1d82922e42a31
Details
Created

2017-06-23 00:44:29 UTC

Size

86.3 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

8.0

MYSQL_VERSION

8.0.1-dmr-1debian8

PATH

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


Layers

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

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

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

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

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

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

[#006] sha256:944b75db8d03940bbb81436acbc17d43853afab92378063c10b02817b4d3e52c - 0.0% (215 Bytes)

[#007] sha256:f487620dc272f12162176afca4690f07d7833e71257eb84ed280f65e78424c6b - 28.52% (24.6 MB)

[#008] sha256:c3634e34a6590f6f06a822b8e940caf8d87a30565479a679eec59bdd692b434c - 0.0% (899 Bytes)

[#009] sha256:64579c8234d0c56ef83790183d5a9273aecebc03f82faa1bb67c3523c8e87016 - 0.0% (2.67 KB)

[#010] sha256:d1969b07cc6e2980da84ee769d31f41f204d585a5b3224b14dae4521800fb05c - 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:09 UTC

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

2017-06-23 00:44:09 UTC

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

2017-06-23 00:44:11 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:44:22 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-community-client-core="${MYSQL_VERSION}" mysql-community-server-core="${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:44:23 UTC

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

2017-06-23 00:44:24 UTC

/bin/sh -c #(nop) COPY dir:110dcf1221c1f9432c68c32a2465ef0b40994f401d5fae0b0de80025bcf839a5 in /etc/mysql/

2017-06-23 00:44:25 UTC

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

2017-06-23 00:44:27 UTC

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

2017-06-23 00:44:28 UTC

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

2017-06-23 00:44:28 UTC

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

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