Namespace
library
Image / Tag
mysql:8.0.12
Content Digest
sha256:8fdc47e9ccb8112a62148032ae70484e3453b628ab6fe02bccf159e2966b750e
Details
Created

2018-10-16 07:02:00 UTC

Size

131 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

8.0

MYSQL_VERSION

8.0.12-1debian9

PATH

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


Layers

[#000] sha256:f17d81b4b692f7e0d6c1176c86b81d9f2cb5ac5349703adca51c61debcfe413c - 16.33% (21.4 MB)

[#001] sha256:c691115e6ae99e3df31912e0296a2bf14749bc50d25b4b1b3fccae9127b6b04e - 0.0% (1.71 KB)

[#002] sha256:41544cb1923547731ed8a803ccc44cba5fda606fac89585387a85b5533240b41 - 3.27% (4.29 MB)

[#003] sha256:254d04f5f66d2b471258f0645c7c983f8cd37d1fdbf02e9b2534eae48bd77c2f - 0.92% (1.21 MB)

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

[#005] sha256:0cd4fcc94b67e5cb256fe4f3b2826ad9bf34104ee479a4c007aa83cfbaab356c - 8.78% (11.5 MB)

[#006] sha256:8df36ec4b34a4406e163a8711a34ea6a628fd4dca62230b9304d9bd65545948a - 0.02% (22.9 KB)

[#007] sha256:739800af3a9f787d888248512eee5be9282e3f9c9b7117fa77b840e2d62f5af1 - 0.0% (225 Bytes)

[#008] sha256:0cbc995daddd6a1b7c27500ba78e47a5b3120d7406b656205c74e13f862561c8 - 70.68% (92.8 MB)

[#009] sha256:5db5c83b9b9acdd22ff23b558888bd498f19110bcd007babffb6e52c8993fd11 - 0.0% (897 Bytes)

[#010] sha256:9cb56d3f0a7e59420f073d97ebe9ba327d71434c1b22c8bb37fc26cf567f2aaa - 0.0% (2.88 KB)

[#011] sha256:448d4de73cac434820c021024bbbd666389397ad0ce21e8bd8bbdb292ccaadbc - 0.0% (121 Bytes)


History
2018-10-15 23:24:48 UTC

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

2018-10-15 23:24:48 UTC

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

2018-10-16 07:00:36 UTC

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

2018-10-16 07:00:42 UTC

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

2018-10-16 07:00:49 UTC

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

2018-10-16 07:01:01 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-10-16 07:01:04 UTC

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

2018-10-16 07:01:17 UTC

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

2018-10-16 07:01:23 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-10-16 07:01:28 UTC

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

2018-10-16 07:01:28 UTC

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

2018-10-16 07:01:29 UTC

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

2018-10-16 07:01:58 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="${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

2018-10-16 07:01:58 UTC

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

2018-10-16 07:01:59 UTC

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

2018-10-16 07:01:59 UTC

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

2018-10-16 07:02:00 UTC

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

2018-10-16 07:02:00 UTC

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

2018-10-16 07:02:00 UTC

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

2018-10-16 07:02:00 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