Namespace
library
Image / Tag
mysql:5.6.41
Content Digest
sha256:0ae5d57a7b349384bb46bc7f6b73c21d2806b02bbb99554684e78b700094ab62
Details
Created

2018-10-16 07:04:00 UTC

Size

78.8 MB

Content Digest
Environment
GOSU_VERSION

1.7

MYSQL_MAJOR

5.6

MYSQL_VERSION

5.6.41-1debian9

PATH

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


Layers

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

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

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

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

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

[#005] sha256:b79c3b745cc6f9f611078e94716ca2ddcdf08ab99689083bd3d4d71b8dee87d5 - 12.3% (9.7 MB)

[#006] sha256:c6ebcbee59b15e86e2a68adb0310b61943cd4d6534214e0f43459a30ae8b5b23 - 0.03% (22.9 KB)

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

[#008] sha256:0d34369684f4e6b7ad05f333f0439d40bba919429afd1d815c5a95ee12ba3859 - 53.49% (42.2 MB)

[#009] sha256:b6c15fa1d9de52b4bee1b11e12ee291add6e91415f68b4ed7ab003e38b511540 - 0.0% (2.79 KB)

[#010] sha256:db940c78ebb4b25ec6d3ddeffd3e9bcc2c09d8c93eebc48b73fef12d60083161 - 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:03:25 UTC

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

2018-10-16 07:03:31 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:03:36 UTC

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

2018-10-16 07:03:37 UTC

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

2018-10-16 07:03:37 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:03: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-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

2018-10-16 07:03:58 UTC

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

2018-10-16 07:03:59 UTC

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

2018-10-16 07:03:59 UTC

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

2018-10-16 07:04:00 UTC

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

2018-10-16 07:04:00 UTC

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

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