Namespace
library
Image / Tag
mariadb:5.5.55
Content Digest
sha256:9b45ad138295d8c1b4831c66fd90339eaee3bb1eee58e257830b2d78fa11b471
Details
Created

2017-04-24 23:48:32 UTC

Size

93.9 MB

Content Digest
Environment
GOSU_VERSION

1.7

GPG_KEYS

199369E5404BD5FC7D2FE43BCBCB082A1BB943DB 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 4D1BB29D63D98E422B2113B19334A25F8507EFA5

MARIADB_MAJOR

5.5

MARIADB_VERSION

5.5.55+maria-1~wheezy

PATH

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


Layers

[#000] sha256:1d46ed2a74b7da1620376a8b57cf77856ed64160d01186fc015979796e664085 - 38.72% (36.4 MB)

[#001] sha256:f1775968c282e441e4cf3102a192d16f1b2eb0dfa3cca0060ca44caecc22c0e3 - 0.0% (1.67 KB)

[#002] sha256:b5dcf656578523a2b1fcbd277069b5b6d4172d3f35bc3e402124c33dede5d92d - 1.28% (1.2 MB)

[#003] sha256:4acbb2f81fadad66b30911948044e5a372b1486588ecb2d9dc5aea9601c86998 - 0.0% (115 Bytes)

[#004] sha256:f416c67dc33809d220a7f6a362690995b98c9105502406ddc49828f3df55283a - 6.09% (5.72 MB)

[#005] sha256:4cb0c802aee151fd560c30ee1276bcc475f2e155c279a00a918af5b8a410bec7 - 0.02% (20.3 KB)

[#006] sha256:61f56797e5a7194fdd68b0f25646b00402f97b80d7a55053093ba23f4fb28cf0 - 0.0% (315 Bytes)

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

[#008] sha256:9602d9e1d80d4d758369b21daae4bcb27cf62bb943b3321a6ed19c317aa00ea4 - 53.88% (50.6 MB)

[#009] sha256:8a67f487084c40eb6613a1ffbcb07c620c0f63293ad15eb81445b058f0f8b32d - 0.0% (2.43 KB)

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

[#011] sha256:1ccee892dd5a50816989b0f18159bf4bee6e2ea856f5445be4aa9dbd37212eff - 0.0% (121 Bytes)


History
2017-04-24 19:30:04 UTC

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

2017-04-24 19:30:04 UTC

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

2017-04-24 23:47:39 UTC

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

2017-04-24 23:47:40 UTC

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

2017-04-24 23:47:54 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-04-24 23:47:56 UTC

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

2017-04-24 23:48:07 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-04-24 23:48:07 UTC

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

2017-04-24 23:48:10 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-04-24 23:48:11 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

2017-04-24 23:48:12 UTC

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

2017-04-24 23:48:12 UTC

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

2017-04-24 23:48: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

2017-04-24 23:48:25 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-04-24 23:48:27 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-04-24 23:48:27 UTC

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

2017-04-24 23:48:28 UTC

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

2017-04-24 23:48:30 UTC

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

2017-04-24 23:48:30 UTC

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

2017-04-24 23:48:31 UTC

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

2017-04-24 23:48:32 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