2016-10-14 23:08:50 UTC
91.4 MB
1.7
MARIADB_MAJOR5.5
MARIADB_VERSION5.5.52+maria-1~wheezy
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0fbab137f56aaa195d66eae971694eb98df3e4ff6a91eb4fa9905994ef40e5a1 - 38.83% (35.5 MB)
[#001] sha256:b505b09d3dad9f6285fcf532cf4aa164a9a6531ab3acd6cfe4f62ab4067df982 - 0.0% (1.65 KB)
[#002] sha256:10eac0c017fbf709413bef65d4da1fa3549e0f2ee97a8cf80f3acf0535546b20 - 1.22% (1.12 MB)
[#003] sha256:c6d4ed9702158c1bf08d7a6d399a8be10280e56fc2f1200b6fa08e6505b15c86 - 0.0% (113 Bytes)
[#004] sha256:2b48f1ac8b97b99441d56f3c35fef8c2859c9793f1db976c9fba348571c53426 - 6.04% (5.52 MB)
[#005] sha256:e2bbf4ee5e89d5f4d2f5387671b4f79869207c81593e354d660eee1ec57bb546 - 0.06% (58.5 KB)
[#006] sha256:ef8bbd963c38fb0f6e8013d2b48a2014138a33987ed23e03386e477810352691 - 0.0% (317 Bytes)
[#007] sha256:efb8583c28b24649ace32343f7eb224f9d24faf18110d7d70b9a9baa90f45370 - 0.0% (319 Bytes)
[#008] sha256:5c52205cad24f727597a9f2733341e59544ba74fbb2bc469151b11bb9d9c12e8 - 53.84% (49.2 MB)
[#009] sha256:83e1ac91053bf838f38a3687bd3f623c195783b652c9ff5471d19b9df9cf7bed - 0.0% (2.43 KB)
[#010] sha256:5d1647b02bcd60526548089fc1b77d3b8d5be6d23a227c555432f303b506b823 - 0.0% (1.77 KB)
[#011] sha256:47bfbb4e927c58314fcad81df1379ee9ed3fd4765ce7cd24775a311495db24ed - 0.0% (118 Bytes)
/bin/sh -c #(nop) ADD file:b06eab13504d045bfba673dde1c6f5831a875e95146504a385baa101124f58f5 in /
2016-09-19 17:43:35 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-09-19 20:08:08 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2016-09-19 20:08:08 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2016-09-19 20:08:25 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-09-19 20:08:26 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2016-09-19 20:08:35 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-09-19 20:08:37 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-09-19 20:08:38 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-09-19 20:08:38 UTC/bin/sh -c #(nop) ENV MARIADB_MAJOR=5.5
2016-09-19 20:08:38 UTC/bin/sh -c #(nop) ENV MARIADB_VERSION=5.5.52+maria-1~wheezy
2016-09-19 20:08:39 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-09-19 20:08:52 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-09-19 20:08:53 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-09-19 20:08:53 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2016-10-14 23:08:48 UTC/bin/sh -c #(nop) COPY file:c38424786fef36048757ce9163e6884f3aadef4ecd3505a138402d64aac38c4e in /usr/local/bin/
2016-10-14 23:08:50 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2016-10-14 23:08:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2016-10-14 23:08:50 UTC/bin/sh -c #(nop) EXPOSE 3306/tcp
2016-10-14 23:08:50 UTC/bin/sh -c #(nop) CMD ["mysqld"]
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.