Namespace
library
Image / Tag
mysql:8.0.30-debian
Content Digest
sha256:c00749f00b317206048b8eaf304ded3941ecaf452b73a8e178b8ea2d1fc29342
Details
Created

2022-10-05 04:22:25 UTC

Size

151 MB

Content Digest
Environment
GOSU_VERSION

1.14

MYSQL_MAJOR

8.0

MYSQL_VERSION

8.0.30-1debian11

PATH

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


Layers

[#000] sha256:bd159e379b3b1bc0134341e4ffdeab5f966ec422ae04818bb69ecef08a823b05 - 19.9% (30 MB)

[#001] sha256:8f498ba1a3ae2dfa82359e0fb959af536134a1360d33dfa87638e409b70b3fa3 - 0.0% (1.69 KB)

[#002] sha256:4c224eff0af51a4254bf410ca8f6cab7044171639fc6e7b29cd55248bb609d02 - 2.8% (4.21 MB)

[#003] sha256:acdd40c1260704addfdb3a21bf71ae5c14567100f98acd4d8dfec303294e1c5f - 0.9% (1.35 MB)

[#004] sha256:21c3ece0305cbf295220adfdacf8c9e9fdf5de35ea07e505913ea4ee6e1f4f74 - 0.0% (149 Bytes)

[#005] sha256:9a10286651685e256e36f218063406728987d0f36c285adf41d41f8665661b74 - 8.02% (12.1 MB)

[#006] sha256:77a34b42ee331888b70b38f6c96cacce54fe2bb4cf6e2ccefdd7add2144d5a3e - 0.0% (2.49 KB)

[#007] sha256:f1363e6677cacb6f7960a756d9b4c0aa8d4c8ec02869cb4a6d9159faa60ecba4 - 0.0% (252 Bytes)

[#008] sha256:f1110efce5dd0e631830f85c1a0c25efbba11b2e55314c04bb4fc0f97a30fdfc - 68.38% (103 MB)

[#009] sha256:97fda2bd249a81a6cde8a8959a44831ac82aa8e5ecf3e1d508cf07ae87454330 - 0.0% (844 Bytes)

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

[#011] sha256:2d74113edbbb66aa319322589f5e5f54f3ac373cc17fb9a2fdd5c3fe2f877345 - 0.0% (118 Bytes)


History
2022-10-04 23:26:39 UTC

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

2022-10-04 23:26:39 UTC

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

2022-10-05 04:21:45 UTC

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

2022-10-05 04:21:51 UTC

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

2022-10-05 04:21:51 UTC

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

2022-10-05 04:22:00 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

2022-10-05 04:22:00 UTC

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

2022-10-05 04:22:06 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/*

2022-10-05 04:22:07 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"

2022-10-05 04:22:07 UTC

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

2022-10-05 04:22:08 UTC

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

2022-10-05 04:22:08 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

2022-10-05 04:22:23 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

2022-10-05 04:22:24 UTC

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

2022-10-05 04:22:24 UTC

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

2022-10-05 04:22:24 UTC

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

2022-10-05 04:22:24 UTC

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

2022-10-05 04:22:25 UTC

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

2022-10-05 04:22:25 UTC

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

2022-10-05 04:22:25 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