Namespace
library
Image / Tag
mysql:debian
Content Digest
sha256:49f4fcb0087318aa1c222c7e8ceacbb541cdc457c6307d45e6ee4313f4902e33
Details
Created

2023-07-28 04:00:58 UTC

Size

171 MB

Content Digest
Environment
GOSU_VERSION

1.16

MYSQL_MAJOR

8.0

MYSQL_VERSION

8.0.34-1debian11

PATH

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


Layers

[#000] sha256:1d5252f66ea9b661aceca1027b3d7ca259a50608261a25b51148119ecf086932 - 17.5% (30 MB)

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

[#002] sha256:882448c7d618dde8cedcebbf5843a1abdc3f8840035073f44ac0be1c75a88222 - 2.46% (4.21 MB)

[#003] sha256:c14ac4640b87d832c2419b4c3968a4718ab31ef1cec549b8415be42ebb792611 - 0.82% (1.4 MB)

[#004] sha256:3d2978613e401218d6fd28693e6d47c7110dd5d4bd2f750ee1d37fc4f8428fd9 - 0.0% (149 Bytes)

[#005] sha256:c33d24cb8c756b450de2635eb9fba6c9647da56ab1945e6c2b4e3926725ac3de - 7.05% (12.1 MB)

[#006] sha256:52fa14fc88fc63d64bb0d429a08bdaaae8f80694ad373b7c85e566d535fc88e5 - 0.0% (2.49 KB)

[#007] sha256:42deb22ec16d8d602e97596083fd18c35167815a0af24879dfd937d052bf72be - 0.0% (250 Bytes)

[#008] sha256:c3d31d600a65d21a8dcd2963f131d5a412a1b257f8b7ede1896a939929cc24e6 - 72.16% (124 MB)

[#009] sha256:b0b9f5aba00d7eab19f55c9f54637f274c1275e6a8f33508b24dc332c4334e07 - 0.0% (843 Bytes)

[#010] sha256:98222a66de151bb3ad1b199d0398af90a4552e2515f3bd52663e7df2c56b72a7 - 0.0% (5.26 KB)

[#011] sha256:2ff8f0c3c67bc36e46203bc2fb68ed8023121c5f4b607ddd8d8ff48c01384452 - 0.0% (121 Bytes)


History
2023-07-27 23:25:07 UTC

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

2023-07-27 23:25:07 UTC

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

2023-07-28 04:00:21 UTC

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

2023-07-28 04:00:26 UTC

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

2023-07-28 04:00:26 UTC

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

2023-07-28 04:00:35 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

2023-07-28 04:00:35 UTC

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

2023-07-28 04:00:40 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends bzip2 openssl perl xz-utils zstd ; rm -rf /var/lib/apt/lists/*

2023-07-28 04:00:41 UTC

/bin/sh -c set -eux; key='859BE8D7C586F538430B19C2467B942D3A79BD29'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; mkdir -p /etc/apt/keyrings; gpg --batch --export "$key" > /etc/apt/keyrings/mysql.gpg; gpgconf --kill all; rm -rf "$GNUPGHOME"

2023-07-28 04:00:41 UTC

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

2023-07-28 04:00:41 UTC

/bin/sh -c #(nop) ENV MYSQL_VERSION=8.0.34-1debian11

2023-07-28 04:00:42 UTC

/bin/sh -c echo 'deb [ signed-by=/etc/apt/keyrings/mysql.gpg ] http://repo.mysql.com/apt/debian/ bullseye mysql-8.0' > /etc/apt/sources.list.d/mysql.list

2023-07-28 04:00:56 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 1777 /var/run/mysqld /var/lib/mysql

2023-07-28 04:00:57 UTC

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

2023-07-28 04:00:57 UTC

/bin/sh -c #(nop) COPY dir:2e040acc386ebd23b8571951a51e6cb93647df091bc26159b8c757ef82b3fcda in /etc/mysql/

2023-07-28 04:00:57 UTC

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

2023-07-28 04:00:57 UTC

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

2023-07-28 04:00:58 UTC

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

2023-07-28 04:00:58 UTC

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

2023-07-28 04:00:58 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