Namespace
library
Image / Tag
mysql:5.6.49
Content Digest
sha256:8f24bff8b42841943e0c33f229aedd5a5a5dd87323164be1cb9003bfa0b2042f
Details
Created

2020-10-13 08:04:57 UTC

Size

98.2 MB

Content Digest
Environment
GOSU_VERSION

1.12

MYSQL_MAJOR

5.6

MYSQL_VERSION

5.6.49-1debian9

PATH

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


Layers

[#000] sha256:babf97a3f00ae0a4d59c1a0f88918d8f7aa0f0758380258b2016f0cd17e97202 - 21.88% (21.5 MB)

[#001] sha256:88031ca211be8aea7f56e994790c341580c055c9139cfc6e26513eb6d4467dce - 0.0% (1.7 KB)

[#002] sha256:be1b1d426cbaea6a1fca730c199b2bfec20023cbeeb0173efbffe46956d32292 - 4.37% (4.29 MB)

[#003] sha256:ff53757c5bd8ad133514bd81b1c77e7e41b5016c145dbe390e82330116ab3cea - 1.37% (1.35 MB)

[#004] sha256:53127b7bc50ae0e3c50ba7baf9c4609b28e9f0070a0f26bd7d24d7f9d9f5fa35 - 0.0% (115 Bytes)

[#005] sha256:e4f269bc946e517ef316e9598dcdc08d69ace5024d10e74c594ce30653359a80 - 9.93% (9.75 MB)

[#006] sha256:0c0f95c5641ff69366197edd9c7e5915c8543763605eda7d31537d45929c68c4 - 0.03% (28 KB)

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

[#008] sha256:423995312f2c140d3dcd366531b0e41d58a6c1e1813018a66ea973dde94a56ef - 62.4% (61.3 MB)

[#009] sha256:d6774a794eadf20fc4fccafb05eac55715893bcd474c479ae711fcab7e65c354 - 0.01% (5.04 KB)

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


History
2020-10-13 01:44:45 UTC

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

2020-10-13 01:44:45 UTC

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

2020-10-13 08:03:56 UTC

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

2020-10-13 08:04:06 UTC

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

2020-10-13 08:04:06 UTC

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

2020-10-13 08:04:23 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver hkps://keys.openpgp.org --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; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2020-10-13 08:04:24 UTC

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

2020-10-13 08:04:33 UTC

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

2020-10-13 08:04:36 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

2020-10-13 08:04:37 UTC

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

2020-10-13 08:04:37 UTC

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

2020-10-13 08:04:38 UTC

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

2020-10-13 08:04:55 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 1777 /var/run/mysqld /var/lib/mysql && 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

2020-10-13 08:04:55 UTC

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

2020-10-13 08:04:56 UTC

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

2020-10-13 08:04:56 UTC

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

2020-10-13 08:04:56 UTC

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

2020-10-13 08:04:57 UTC

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

2020-10-13 08:04: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