Namespace
library
Image / Tag
mysql:8.0.17
Content Digest
sha256:6d95fa56e008425121e24d2c01b76ebbf51ca1df0bafb1edbe1a46937f4a149d
Details
Created

2019-09-12 04:24:43 UTC

Size

124 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

8.0

MYSQL_VERSION

8.0.17-1debian9

PATH

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


Layers

[#000] sha256:8f91359f1fffbf32b24ca854fb263d88a222371f38e90cf4583c5742cfdc3039 - 17.32% (21.5 MB)

[#001] sha256:6bbb1c853362d65bdcb723f3a2fb8e9fb538d03e79dc93fdeb1ebec12e631590 - 0.0% (1.7 KB)

[#002] sha256:e6e554c0af6fbe639e85531e90ab893e221666cb8c9c87e5e260a3cebadfc4da - 3.46% (4.29 MB)

[#003] sha256:f391c1a77330b34fecea2f8b5f088aa0904d8ac457ea3ecc006a6375d27c9af9 - 0.98% (1.21 MB)

[#004] sha256:414a8a88eabc8303d0b594e0b8bd12af7dcb3ada6089ab0b52e22e44da4d323b - 0.0% (115 Bytes)

[#005] sha256:fee78658f4ddb88c53dcbb10ee82e5e71f50bd5ff1b89300ebabf1bf2ff479ef - 9.31% (11.5 MB)

[#006] sha256:9568f6bff01be8c981f34d4ad54f88760a543eac319217ed3017616ed78211a5 - 0.02% (26.6 KB)

[#007] sha256:5a026d8bbe503eb357ed9dceea88dbd2889d8e177caaa93dda343efc90827507 - 0.0% (223 Bytes)

[#008] sha256:07f193b54ae1a412a1e073f3b1f046b380509aac8bd952936543b2a2cbe4b87b - 68.9% (85.4 MB)

[#009] sha256:1e404375a275d83312874a944ba2cf3d1938322ff286b88382f0838c02b4461e - 0.0% (900 Bytes)

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

[#011] sha256:2f499f36bd40e477c702118f25c5931867eeeb4b2aac6ce84a02a15af31f383d - 0.0% (121 Bytes)


History
2019-09-11 23:27:46 UTC

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

2019-09-11 23:27:47 UTC

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

2019-09-12 04:23:59 UTC

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

2019-09-12 04:24:05 UTC

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

2019-09-12 04:24:05 UTC

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

2019-09-12 04:24:16 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-09-12 04:24:17 UTC

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

2019-09-12 04:24:23 UTC

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

2019-09-12 04:24:26 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-09-12 04:24:26 UTC

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

2019-09-12 04:24:27 UTC

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

2019-09-12 04:24:27 UTC

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

2019-09-12 04:24:41 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

2019-09-12 04:24:42 UTC

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

2019-09-12 04:24:42 UTC

/bin/sh -c #(nop) COPY dir:478f098f3681084f7493af1f04cbcd3eeda6f10e0dd2f5c740acd25328a73455 in /etc/mysql/

2019-09-12 04:24:42 UTC

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

2019-09-12 04:24:43 UTC

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

2019-09-12 04:24:43 UTC

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

2019-09-12 04:24:43 UTC

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

2019-09-12 04:24:43 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