2018-03-14 05:30:31 UTC
93.6 MB
1.10
GPG_KEYS199369E5404BD5FC7D2FE43BCBCB082A1BB943DB 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 4D1BB29D63D98E422B2113B19334A25F8507EFA5
MARIADB_MAJOR5.5
MARIADB_VERSION5.5.59+maria-1~wheezy
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4269eaa217cc08668f088a9719d43c993c4644a73eda4eb55921f031a4311060 - 38.82% (36.3 MB)
[#001] sha256:b5d5817a79f87241872dfef77785049a1f865c3fa0acc369df4f1194d1863d2b - 0.0% (1.7 KB)
[#002] sha256:5a270f0327f321683b2ef5a69f630c5b316fb9b65af3e89d02e494c301701401 - 0.96% (918 KB)
[#003] sha256:911f94a14d77391d04fe008384fa879af62397763f890cf3617f4aa17be23ec9 - 0.0% (115 Bytes)
[#004] sha256:114588764b3b9738fbdb7d97eeeff164b2d408322514a718772444242304d179 - 6.11% (5.72 MB)
[#005] sha256:d1dcaee5ec4a3a877d9c4cb3a80e7582113336866fe869e2a570b8bec7705f18 - 0.02% (20.4 KB)
[#006] sha256:2bb0a9fe356a75c9405dc2846e29234ca07264f86b885cd79d31a016b3956579 - 0.0% (316 Bytes)
[#007] sha256:a46a33e0770acd807856f4157fe4aec38083aa28d5834e0f4dccf2da7856ea9c - 0.0% (325 Bytes)
[#008] sha256:a064a7c02a59c6c91b959c1ea4c0d52391b45a11bda1bc3b23370f36b007423a - 54.09% (50.6 MB)
[#009] sha256:5a4945a744ccf7eb179c763a0a9393a2e1abc727957209d2b76e0c5fec686b67 - 0.0% (2.49 KB)
[#010] sha256:6ccdf575cafadabd921450bb0ac2e7b8f74229572d5f6b950c1c6a700e2f3290 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:fc9ba15f087e646a9d3b72e742eb1233132a118ecfa998e2497b724f3ff84061 in /
2018-03-13 22:31:06 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-03-14 05:29:42 UTC/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql
2018-03-14 05:29:43 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.10
2018-03-14 05:29:59 UTC/bin/sh -c set -ex; fetchDeps=' ca-certificates wget '; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.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 $fetchDeps
2018-03-14 05:30:00 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-03-14 05:30:09 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/*
2018-03-14 05:30:10 UTC/bin/sh -c #(nop) ENV GPG_KEYS=199369E5404BD5FC7D2FE43BCBCB082A1BB943DB 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 4D1BB29D63D98E422B2113B19334A25F8507EFA5
2018-03-14 05:30:12 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
2018-03-14 05:30:13 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
2018-03-14 05:30:13 UTC/bin/sh -c #(nop) ENV MARIADB_MAJOR=5.5
2018-03-14 05:30:14 UTC/bin/sh -c #(nop) ENV MARIADB_VERSION=5.5.59+maria-1~wheezy
2018-03-14 05:30:14 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
2018-03-14 05:30:29 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 && find /etc/mysql/ -name '*.cnf' -print0 | xargs -0 grep -lZE '^(bind-address|log)' | xargs -rt -0 sed -Ei 's/^(bind-address|log)/#&/' && echo '[mysqld]\nskip-host-cache\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf
2018-03-14 05:30:29 UTC/bin/sh -c #(nop) VOLUME [/var/lib/mysql]
2018-03-14 05:30:30 UTC/bin/sh -c #(nop) COPY file:d559178e6a2929e36791c6a1fa232dc4ac4298ecc446d38972ee1d2a58e30621 in /usr/local/bin/
2018-03-14 05:30:30 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2018-03-14 05:30:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-03-14 05:30:31 UTC/bin/sh -c #(nop) EXPOSE 3306/tcp
2018-03-14 05:30:31 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.