Namespace
library
Image / Tag
mysql:8.0.18
Content Digest
sha256:e1b0fd480a11e5c37425a2591b6fbd32af886bfc6d6f404bd362be5e50a2e632
Details
Created

2019-12-28 22:59:53 UTC

Size

128 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

8.0

MYSQL_VERSION

8.0.18-1debian9

PATH

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


Layers

[#000] sha256:804555ee037604c40de144f9f8da0d826d38db82f15d74cded32790fe279a8f6 - 16.81% (21.5 MB)

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

[#002] sha256:ca9d72777f90237cc95f691b56ca3bdca20d0366bb2bb082d35e46733df5ae5d - 3.36% (4.29 MB)

[#003] sha256:2d7aad6cb96e5facc0f715ade30711c5097c2b95183574e0b23456efe2ff5b76 - 0.95% (1.21 MB)

[#004] sha256:8d6ca35c790828ec92faaad14a1207ad9f745429970ad2a6bf2b0a0ac84626fa - 0.0% (115 Bytes)

[#005] sha256:6ddae009e7602a2efe8585eaaecdccf3194c5b6e79897d88bdc26bf3a630d9aa - 9.03% (11.5 MB)

[#006] sha256:327ae67bbe7b37612516d2aea453ae283ea50b8b00e480218c01b5c47e3ecdb4 - 0.02% (27.7 KB)

[#007] sha256:0e26af62412025df7a69a6ad99b70b75767026efc97385f7ae56b7d39151ebe4 - 0.0% (224 Bytes)

[#008] sha256:5e70feb9365d70ff6a71900cad555f024541bfaf06bec2f32bfc3156e05c3ff7 - 69.83% (89.3 MB)

[#009] sha256:f5595dde544eef9b9975c0052b26fdf1afe303d01dab1a8c0d5e1f98696ae3f4 - 0.0% (899 Bytes)

[#010] sha256:87399808d2ba3df84652ccdc6fe39d1ef78f340345cc9c33362b068a1a662bb6 - 0.0% (4.91 KB)

[#011] sha256:7312ab6d79b5bc02d9a869574a9207160c0ee685b42210acf6036b1450b67407 - 0.0% (120 Bytes)


History
2019-12-28 04:23:47 UTC

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

2019-12-28 04:23:47 UTC

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

2019-12-28 22:58:40 UTC

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

2019-12-28 22:58:50 UTC

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

2019-12-28 22:58:51 UTC

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

2019-12-28 22:59: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 --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-12-28 22:59:09 UTC

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

2019-12-28 22:59:20 UTC

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

2019-12-28 22:59:24 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-12-28 22:59:24 UTC

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

2019-12-28 22:59:24 UTC

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

2019-12-28 22:59:26 UTC

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

2019-12-28 22:59:51 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-12-28 22:59:51 UTC

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

2019-12-28 22:59:52 UTC

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

2019-12-28 22:59:52 UTC

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

2019-12-28 22:59:53 UTC

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

2019-12-28 22:59:53 UTC

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

2019-12-28 22:59:53 UTC

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

2019-12-28 22:59:53 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