Namespace
library
Image / Tag
mariadb:5.5.53
Content Digest
sha256:20c8de40a7a051e365fabb90ce49d54b4927f4d5fd2de9ea44245c157c83898e
Details
Created

2016-12-14 02:38:36 UTC

Size

91.5 MB

Content Digest
Environment
GOSU_VERSION

1.7

MARIADB_MAJOR

5.5

MARIADB_VERSION

5.5.53+maria-1~wheezy

PATH

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


Layers

[#000] sha256:b65f3290184628b3ea88b85793900695faa9f3878990fec458a4024dc7211bc5 - 38.85% (35.6 MB)

[#001] sha256:46d2495a8ddee111f6bf02a05a8ef447c93db092dd74960e14e66a62af8e2b6a - 0.0% (1.66 KB)

[#002] sha256:20654624ded8cca4d6ae4fb5eaa84917454ff99335f319859df9f247e0b541a4 - 1.3% (1.19 MB)

[#003] sha256:192f6d3a3ea3d82b842aac638a6699d9119a8114c96594909296c6d2f560713f - 0.0% (114 Bytes)

[#004] sha256:16a8262b5cdfd4c84ba22dca8751314f31ee774c5ca2f9d12c561662bce2fc1f - 6.13% (5.61 MB)

[#005] sha256:5854bee042ff9978120ea8044c9f0832708adabc6aa91df77e19080d572b7094 - 0.07% (65.9 KB)

[#006] sha256:f99ed9bc0a99016be782064c7e095d03e4e8e6c46fc3d9ac8a347ba35a47366d - 0.0% (316 Bytes)

[#007] sha256:a811d994978063b057c8a5ecd388ab34af5324d0c6c151966a452919fdcc5540 - 0.0% (320 Bytes)

[#008] sha256:55ac95bdfed213862a3670f04807f2fe3d4e2c65a457638364bd0336ac7ef7ce - 53.64% (49.1 MB)

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

[#010] sha256:66f19b49d0197f5dbc563002439949094bc5701ab325933194a9445641976175 - 0.0% (2.08 KB)

[#011] sha256:96f15fe4c9df42dafbcea24023025a6723479dad51afc387f972c37e93b1d3d0 - 0.0% (117 Bytes)


History
2016-12-13 22:15:37 UTC

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

2016-12-13 22:15:46 UTC

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

2016-12-14 01:02:14 UTC

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

2016-12-14 01:02:14 UTC

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

2016-12-14 01:02:30 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-12-14 01:02:31 UTC

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

2016-12-14 01:02:42 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-12-14 01:02:46 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 && apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 4D1BB29D63D98E422B2113B19334A25F8507EFA5

2016-12-14 01:02:47 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-12-14 01:02:47 UTC

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

2016-12-14 01:02:48 UTC

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

2016-12-14 01:02:49 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-12-14 01:03:01 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-12-14 01:03:02 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-12-14 01:03:02 UTC

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

2016-12-14 02:38:33 UTC

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

2016-12-14 02:38:34 UTC

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

2016-12-14 02:38:35 UTC

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

2016-12-14 02:38:35 UTC

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

2016-12-14 02:38:36 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