Namespace
library
Image / Tag
mariadb:5-wheezy
Content Digest
sha256:f403d7f181e5e323c9fbedff85670e8494dc31b602a3dafbf67cda5c34554d51
Details
Created

2018-07-17 03:35:05 UTC

Size

93.6 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

199369E5404BD5FC7D2FE43BCBCB082A1BB943DB 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 4D1BB29D63D98E422B2113B19334A25F8507EFA5

MARIADB_MAJOR

5.5

MARIADB_VERSION

5.5.60+maria-1~wheezy

PATH

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


Layers

[#000] sha256:7d9e07670407202c9f5ca38e1c74864757e2902b55ccc081bdfed0dfc88c94d9 - 40.08% (37.5 MB)

[#001] sha256:1350850d50ff683ee484120f8f4f3e669be4734984fd61252d7c5e56e5049467 - 0.0% (1.7 KB)

[#002] sha256:54a5debee24555efdccfd83ca739ab544eb102053cea7b5cc3a6df9498c3023c - 0.98% (937 KB)

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

[#004] sha256:909a0d6ac6e9ef770d21a43cedd50c57912647291e40172e7246c8e2ff1998c3 - 4.74% (4.44 MB)

[#005] sha256:7095f066001b4ee30d770b249b4669c902ebd0735a2dda41c7f4b8be42a6f177 - 0.02% (20.4 KB)

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

[#007] sha256:6767eb225aea883ad665218089572787e300419713588f15d0a97d2d63c766ad - 0.0% (326 Bytes)

[#008] sha256:b6726a49fe0c0004b800e29fc110006848cf2e569978a0db3c110b6e6aa20f01 - 54.18% (50.7 MB)

[#009] sha256:b0bf93a626e271579efcf44d748d64db1a41f8a729feb5378f294b6d7075e52c - 0.0% (2.54 KB)

[#010] sha256:7a1ea07f58d532f9f64b696158d6d7a1d477b0db2a6f81ad0023299dc391af2d - 0.0% (121 Bytes)


History
2018-07-17 00:30:45 UTC

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

2018-07-17 00:30:45 UTC

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

2018-07-17 03:34:01 UTC

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

2018-07-17 03:34:01 UTC

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

2018-07-17 03:34:18 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-07-17 03:34:27 UTC

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

2018-07-17 03:34:39 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-07-17 03:34:41 UTC

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

2018-07-17 03:34:42 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-07-17 03:34:43 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-07-17 03:34:43 UTC

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

2018-07-17 03:34:43 UTC

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

2018-07-17 03:34:44 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-07-17 03:35:02 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-07-17 03:35:03 UTC

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

2018-07-17 03:35:03 UTC

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

2018-07-17 03:35:04 UTC

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

2018-07-17 03:35:04 UTC

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

2018-07-17 03:35:04 UTC

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

2018-07-17 03:35:05 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