Namespace
library
Image / Tag
mysql:5.6.46
Content Digest
sha256:82a505551c0243ca04df445f1287b2c4da3b23463b1a9c0bc2b2476760179950
Details
Created

2019-12-28 23:01:11 UTC

Size

97.9 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

5.6

MYSQL_VERSION

5.6.46-1debian9

PATH

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


Layers

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

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

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

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

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

[#005] sha256:dfc42a3806103d5f78d16740051c07ff7467a77eb0a4771098e608720beb79ca - 9.9% (9.7 MB)

[#006] sha256:fea6d62a85766c2d419fd2b785492507ec1a951d0bb648e8da89ea0d3a91b669 - 0.03% (27.7 KB)

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

[#008] sha256:aa66d796007bfdf9f4b119a53fac3f558728480012a8c97c6e1f239ef10b5267 - 62.51% (61.2 MB)

[#009] sha256:6ac072c882e77626b92db55c72acf9f43150f3f3dbe281c83555575f800fa1d5 - 0.0% (4.91 KB)

[#010] sha256:35f5014f1a5adeb9549e5f265e71c9547835ad102561ae0e0e3da59a7879f4f5 - 0.0% (121 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 23:00:46 UTC

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

2019-12-28 23:00:49 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 23:00:50 UTC

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

2019-12-28 23:00:50 UTC

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

2019-12-28 23:00:50 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 23:01:09 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-server="${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 && find /etc/mysql/ -name '*.cnf' -print0 | xargs -0 grep -lZE '^(bind-address|log)' | xargs -rt -0 sed -Ei 's/^(bind-address|log)/#&/' && echo '[mysqld]\nskip-host-cache\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf

2019-12-28 23:01:09 UTC

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

2019-12-28 23:01:09 UTC

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

2019-12-28 23:01:10 UTC

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

2019-12-28 23:01:10 UTC

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

2019-12-28 23:01:11 UTC

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

2019-12-28 23:01:11 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