Namespace
library
Image / Tag
mysql:8.0.3
Content Digest
sha256:cf12c8d3b7bcff1c4395305e5a39e7d912bf81c59938a4f1c65c91ced66f985b
Details
Created

2018-02-17 08:40:57 UTC

Size

108 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

8.0

MYSQL_VERSION

8.0.3-rc-1debian8

PATH

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


Layers

[#000] sha256:4176fe04cefee66d80f83003fd4166373f83cb552d1d01bb3b29a0ac45a48c50 - 46.61% (50.2 MB)

[#001] sha256:d1e86691d483c1c6ea1e788bfe7aecb06e79886ec5fffdcfffd7b9f3505100e3 - 0.0% (2.04 KB)

[#002] sha256:ffadeffb3eb40dbe3283f23b0b16ec41818177f4407d9892508f288cfc0469e3 - 1.15% (1.24 MB)

[#003] sha256:6c2c640eac6bb82eb713abc6969fbbc3d2305696024d1842e4c058025f2983e6 - 0.0% (115 Bytes)

[#004] sha256:cec6a6ff8ae838b11d953dec6600f56726ca0e38f0b880a35032f008adf61bfb - 9.49% (10.2 MB)

[#005] sha256:af71dde5fa231b5d633cbbf558b6c2d4c66ae4442f1b1175b1446ed744ecbe34 - 0.02% (20.3 KB)

[#006] sha256:3b61b5a1dd901b0df2164ad6a06f881300a9376aa5e28c330a27567536fa389e - 0.0% (223 Bytes)

[#007] sha256:a0a97bac4d21fd1c2aeb08bd0a8c5921e53521b62659c8123b96b0bdb823e95e - 42.73% (46 MB)

[#008] sha256:de95da1793b0b5cc8a401b16c8888c9342cf1122a84a8530615ed50318524c74 - 0.0% (894 Bytes)

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

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


History
2018-02-15 01:42:14 UTC

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

2018-02-15 01:42:14 UTC

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

2018-02-17 06:37:39 UTC

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

2018-02-17 06:37:40 UTC

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

2018-02-17 06:38:04 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

2018-02-17 06:38:06 UTC

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

2018-02-17 08:40:23 UTC

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

2018-02-17 08:40:27 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

2018-02-17 08:40:27 UTC

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

2018-02-17 08:40:27 UTC

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

2018-02-17 08:40:40 UTC

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

2018-02-17 08:40:54 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

2018-02-17 08:40:54 UTC

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

2018-02-17 08:40:55 UTC

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

2018-02-17 08:40:55 UTC

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

2018-02-17 08:40:56 UTC

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

2018-02-17 08:40:56 UTC

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

2018-02-17 08:40:57 UTC

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

2018-02-17 08:40:57 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