Namespace
pinpointdocker
Image / Tag
pinpoint-mysql:2.2.0
Content Digest
sha256:49a650658ae2a81c0659a8a18c38cb066f7a8be9e85837b8878a84947df4b31d
Details
Created

2020-12-03 10:20:17 UTC

Size

161 MB

Content Digest
Environment
GOSU_VERSION

1.12

MYSQL_MAJOR

5.7

MYSQL_VERSION

5.7.32-1debian10

PATH

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


Layers

[#000] sha256:852e50cd189dfeb54d97680d9fa6bed21a6d7d18cfb56d6abfe2de9d7f173795 - 16.08% (25.8 MB)

[#001] sha256:29969ddb0ffb0ed3db2ce1f7fa289fb85495125b9e3469057b10f556ef65b8bb - 0.0% (1.69 KB)

[#002] sha256:a43f41a44c48e6051d436face965bdfc38392fa9c75959c5cbe93cf50e7151ba - 2.48% (3.98 MB)

[#003] sha256:5cdd802543a34a27d237d3aff4faf5875692d521fe92d3accfee437343755da6 - 0.84% (1.35 MB)

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

[#005] sha256:938c641199690039d482f076e9279d29bfac6b76331b4cfa974f86af8b14d076 - 7.98% (12.8 MB)

[#006] sha256:7689ec51a0d96ba9a32db995a755b690fa76546c97e8ccc3c17a42968a49b363 - 0.0% (2.34 KB)

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

[#008] sha256:cab9d3fa4c8c706291c288cc6b350e59a515152341b4c8be3b1bf7303c0b4c4c - 64.29% (103 MB)

[#009] sha256:1b741e1c47de1b82b799cb9fe6b810167d8f4de15242bce34026ac4de2da168d - 0.0% (5.02 KB)

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

[#011] sha256:04cf5145ab525b58cee9438fe824040327c7761e3cf8d445f06b2a61c7b0f604 - 8.32% (13.4 MB)


History
2020-11-17 20:21:17 UTC

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

2020-11-17 20:21:17 UTC

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

2020-11-18 08:15:54 UTC

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

2020-11-18 08:16:01 UTC

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

2020-11-18 08:16:01 UTC

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

2020-11-18 08:16:11 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-11-18 08:16:12 UTC

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

2020-11-18 08:16:19 UTC

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

2020-11-18 08:16:20 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-11-18 08:16:50 UTC

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

2020-11-18 08:16:50 UTC

/bin/sh -c #(nop) ENV MYSQL_VERSION=5.7.32-1debian10

2020-11-21 01:22:45 UTC

/bin/sh -c echo 'deb http://repo.mysql.com/apt/debian/ buster mysql-5.7' > /etc/apt/sources.list.d/mysql.list

2020-11-21 01:23:05 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}" && 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 && 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

2020-11-21 01:23:06 UTC

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

2020-11-21 01:23:06 UTC

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

2020-11-21 01:23:07 UTC

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

2020-11-21 01:23:09 UTC

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

2020-11-21 01:23:10 UTC

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

2020-11-21 01:23:11 UTC

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

2020-12-03 10:20:03 UTC

/bin/sh -c #(nop) ARG PINPOINT_VERSION=2.2.0

2020-12-03 10:20:17 UTC

|1 PINPOINT_VERSION=2.2.0 /bin/sh -c apt update && apt-get install -y --no-install-recommends ca-certificates wget && wget -O /docker-entrypoint-initdb.d/CreateTableStatement-mysql.sql "https://raw.githubusercontent.com/naver/pinpoint/v$PINPOINT_VERSION/web/src/main/resources/sql/CreateTableStatement-mysql.sql" && wget -O /docker-entrypoint-initdb.d/SpringBatchJobRepositorySchema-mysql.sql "https://raw.githubusercontent.com/naver/pinpoint/v$PINPOINT_VERSION/web/src/main/resources/sql/SpringBatchJobRepositorySchema-mysql.sql" && sed -i '/^--/d' /docker-entrypoint-initdb.d/CreateTableStatement-mysql.sql && sed -i '/^--/d' /docker-entrypoint-initdb.d/SpringBatchJobRepositorySchema-mysql.sql && apt-get purge -y --auto-remove ca-certificates wget

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