Namespace
library
Image / Tag
mariadb:5.5.56
Content Digest
sha256:5520f88dc78e6ebb8a4b3d70755cebed3278db5e714be0d04d7c88adffac2c71
Details
Created

2017-06-23 00:33:43 UTC

Size

93.9 MB

Content Digest
Environment
GOSU_VERSION

1.7

GPG_KEYS

199369E5404BD5FC7D2FE43BCBCB082A1BB943DB 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 4D1BB29D63D98E422B2113B19334A25F8507EFA5

MARIADB_MAJOR

5.5

MARIADB_VERSION

5.5.56+maria-1~wheezy

PATH

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


Layers

[#000] sha256:5b825a4651ef2855128f8b498adaf68d54840a4b4b66c406e4ea30ede531f1fd - 38.72% (36.3 MB)

[#001] sha256:810c05a071cd8df8a5c6665464280e5b37ee6ff00e25431d8d412ebc71f7c057 - 0.0% (1.67 KB)

[#002] sha256:45d46adba24784da45a9c7102a3162842a1fb0eb9fe50891c2eca86a4c359258 - 1.28% (1.2 MB)

[#003] sha256:dce73f2473b155b6af193253284cbba233b17a6ea0863d974c45d16a91216626 - 0.0% (115 Bytes)

[#004] sha256:5e3e4706c4f6258530431a6fcb5e7be2d77a588a2d222f90e8ff87662fe4337d - 6.09% (5.71 MB)

[#005] sha256:d1bcc5cce94f26d8d57430ddb8595c821803b4ba02c9d758f80eca430f9ef2f6 - 0.02% (20.3 KB)

[#006] sha256:2eb8de290367be044b37d585388032ba9a165bc3c261d811feda9d7440182cc5 - 0.0% (315 Bytes)

[#007] sha256:c7b7f33f47635f666cb8d12829b744c11fed2bd1dc2673da7521d8ba11cc1fec - 0.0% (321 Bytes)

[#008] sha256:6d594b8f054957f61404e56f4300eaf98654387cc5745c672ce489b0e069011f - 53.89% (50.6 MB)

[#009] sha256:c8dddb3764db65963c3df7ce78116472e707dc6ded87f439988fe6e880c7735f - 0.0% (2.43 KB)

[#010] sha256:888050d991770b47aa3019c8bb980c679f8e0ef93b3e130db31c4ab008e046da - 0.0% (2.49 KB)

[#011] sha256:8dc7900a348c267f49ac951f8a24ac5c2f93c4330fe74753e5d60327f5999957 - 0.0% (121 Bytes)


History
2017-06-20 20:29:57 UTC

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

2017-06-20 20:29:58 UTC

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

2017-06-23 00:32:36 UTC

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

2017-06-23 00:32:37 UTC

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

2017-06-23 00:32:55 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 && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2017-06-23 00:32:57 UTC

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

2017-06-23 00:33:06 UTC

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

2017-06-23 00:33:07 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=199369E5404BD5FC7D2FE43BCBCB082A1BB943DB 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 4D1BB29D63D98E422B2113B19334A25F8507EFA5

2017-06-23 00:33:10 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mariadb.gpg; rm -r "$GNUPGHOME"; apt-key list

2017-06-23 00:33:12 UTC

/bin/sh -c echo "deb https://repo.percona.com/apt wheezy main" > /etc/apt/sources.list.d/percona.list && { echo 'Package: *'; echo 'Pin: release o=Percona Development Team'; echo 'Pin-Priority: 998'; } > /etc/apt/preferences.d/percona

2017-06-23 00:33:12 UTC

/bin/sh -c #(nop) ENV MARIADB_MAJOR=5.5

2017-06-23 00:33:13 UTC

/bin/sh -c #(nop) ENV MARIADB_VERSION=5.5.56+maria-1~wheezy

2017-06-23 00:33:15 UTC

/bin/sh -c echo "deb http://ftp.osuosl.org/pub/mariadb/repo/$MARIADB_MAJOR/debian wheezy main" > /etc/apt/sources.list.d/mariadb.list && { echo 'Package: *'; echo 'Pin: release o=MariaDB'; echo 'Pin-Priority: 999'; } > /etc/apt/preferences.d/mariadb

2017-06-23 00:33:34 UTC

/bin/sh -c { echo mariadb-server-$MARIADB_MAJOR mysql-server/root_password password 'unused'; echo mariadb-server-$MARIADB_MAJOR mysql-server/root_password_again password 'unused'; } | debconf-set-selections && apt-get update && apt-get install -y mariadb-server=$MARIADB_VERSION percona-xtrabackup socat && rm -rf /var/lib/apt/lists/* && sed -ri 's/^user\s/#&/' /etc/mysql/my.cnf /etc/mysql/conf.d/* && 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

2017-06-23 00:33:36 UTC

/bin/sh -c sed -Ei 's/^(bind-address|log)/#&/' /etc/mysql/my.cnf && echo 'skip-host-cache\nskip-name-resolve' | awk '{ print } $1 == "[mysqld]" && c == 0 { c = 1; system("cat") }' /etc/mysql/my.cnf > /tmp/my.cnf && mv /tmp/my.cnf /etc/mysql/my.cnf

2017-06-23 00:33:37 UTC

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

2017-06-23 00:33:38 UTC

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

2017-06-23 00:33:40 UTC

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

2017-06-23 00:33:41 UTC

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

2017-06-23 00:33:42 UTC

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

2017-06-23 00:33:43 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