Namespace
library
Image / Tag
mariadb:10.2.6
Content Digest
sha256:0b892e7e272381f95d74b1c01faf2ff57bdbb69489ff0dcf0f0e1f79006a916c
Details
Created

2017-06-23 00:29:25 UTC

Size

126 MB

Content Digest
Environment
GOSU_VERSION

1.7

GPG_KEYS

199369E5404BD5FC7D2FE43BCBCB082A1BB943DB 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 4D1BB29D63D98E422B2113B19334A25F8507EFA5

MARIADB_MAJOR

10.2

MARIADB_VERSION

10.2.6+maria~jessie

PATH

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


Layers

[#000] sha256:9f0706ba7422412cd468804fee456786f88bed94bf9aea6dde2a47f770d19d27 - 39.97% (50.2 MB)

[#001] sha256:2290e155d2d0e9a4665a3a3fe112e227034275f6e6ea237122a695dbea5a8861 - 0.0% (2.02 KB)

[#002] sha256:547981b8269f9a3f6be6941c644aa592f59a77e764e0962cacae67e0c6159586 - 0.99% (1.24 MB)

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

[#004] sha256:25ec4aceb5b0f67e929a4da5f441b72d05f4243ad3dc634188c0d99f77ef5eb6 - 5.07% (6.36 MB)

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

[#006] sha256:9581cae2cfc94a94762ece896677a4ef79803971bd6531262e283143b740e7f9 - 0.0% (313 Bytes)

[#007] sha256:475ab6330e54706576ce60d2a3cc4de1153684100b9dd98059c4fd282f647efd - 0.0% (318 Bytes)

[#008] sha256:a8a111bb2eef4d5e27b4c7ecde3554eb48826ee3ade02ebf4975ccbca6ec10c0 - 53.95% (67.7 MB)

[#009] sha256:751d2bf24bd4414dbe65b0923589860cd67ca3a0aecb42e4e552b651f4e6e07a - 0.0% (2.58 KB)

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

[#011] sha256:150e298d0dc22a1f2d108b4df084466128256b19c26389fb2787ff79f91315d8 - 0.0% (121 Bytes)


History
2017-06-20 20:13:32 UTC

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

2017-06-20 20:13:34 UTC

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

2017-06-23 00:26:49 UTC

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

2017-06-23 00:26:50 UTC

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

2017-06-23 00:27:08 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:27:10 UTC

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

2017-06-23 00:27:24 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:27:25 UTC

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

2017-06-23 00:27:29 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:27:31 UTC

/bin/sh -c echo "deb https://repo.percona.com/apt jessie 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:28:41 UTC

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

2017-06-23 00:28:42 UTC

/bin/sh -c #(nop) ENV MARIADB_VERSION=10.2.6+maria~jessie

2017-06-23 00:28:44 UTC

/bin/sh -c echo "deb http://ftp.osuosl.org/pub/mariadb/repo/$MARIADB_MAJOR/debian jessie 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:29:17 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:29:19 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:29:19 UTC

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

2017-06-23 00:29:21 UTC

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

2017-06-23 00:29:22 UTC

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

2017-06-23 00:29:23 UTC

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

2017-06-23 00:29:24 UTC

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

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