Namespace
library
Image / Tag
mariadb:5.5.51
Content Digest
sha256:9e37595fea35c75bb9b4e4dd223e152ba5ef12e8e25dc04ecefc52dd0105dab6
Details
Created

2016-08-31 17:37:28 UTC

Size

91.4 MB

Content Digest
Environment
GOSU_VERSION

1.7

MARIADB_MAJOR

5.5

MARIADB_VERSION

5.5.51+maria-1~wheezy

PATH

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


Layers

[#000] sha256:046d0f015c61ca7eb317610240a3b1d9c1ba38e7295056ce4f03b964c523855b - 38.84% (35.5 MB)

[#001] sha256:33cec173c1caca9ee5ee257e9bebe10cda728390d880a07016435359877a7974 - 0.0% (1.65 KB)

[#002] sha256:8c6ff95972406365032b7e195e9a2ca042e54cd2d4c24a080767f17e82ae6106 - 1.22% (1.12 MB)

[#003] sha256:a5d4adf0d564805e596edd0e3954fcb1b53b527651a9298c4c6e95eb6e355f16 - 0.0% (113 Bytes)

[#004] sha256:618e87729fe49d03313ae92e41b6e3b781656846d00cc3ea893d943c2759600c - 6.04% (5.52 MB)

[#005] sha256:d0bba5c7996559f9164a77cad0c09d9ffd97ddf9fa18d4412c8411abca2d1f83 - 0.06% (58.5 KB)

[#006] sha256:abf605c24e32023c207ad127202a9a49db8cafac7b0bd0b7d6775392a977b2f0 - 0.0% (318 Bytes)

[#007] sha256:d48c825cffadacef508a91bfe0dc4e6d707b63cb35c525c6e165369ddf3c1238 - 0.0% (324 Bytes)

[#008] sha256:abe366b69e73101f6c007f72af7a97ce3f99fd10e5effea46c2b21f4909ca294 - 53.83% (49.2 MB)

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

[#010] sha256:7c147aefbfc237259e28e5421d940cbe6525d9159f0a71c08e9e245466b4c3fa - 0.0% (1.63 KB)

[#011] sha256:3a9eda14e2878f2ae22b30b3d1f9adae6199cf8b0d49f3846695e37e745f2bce - 0.0% (117 Bytes)


History
2016-08-30 21:01:38 UTC

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

2016-08-30 21:01:39 UTC

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

2016-08-31 17:36:17 UTC

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

2016-08-31 17:36:17 UTC

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

2016-08-31 17:36:39 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

2016-08-31 17:36:40 UTC

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

2016-08-31 17:36:56 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/*

2016-08-31 17:36:58 UTC

/bin/sh -c apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB && apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A

2016-08-31 17:36:59 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

2016-08-31 17:36:59 UTC

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

2016-08-31 17:37:00 UTC

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

2016-08-31 17:37:01 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

2016-08-31 17:37:21 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

2016-08-31 17:37:24 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

2016-08-31 17:37:25 UTC

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

2016-08-31 17:37:25 UTC

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

2016-08-31 17:37:27 UTC

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

2016-08-31 17:37:27 UTC

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

2016-08-31 17:37:27 UTC

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

2016-08-31 17:37:28 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