Namespace
matrixdotorg
Image / Tag
synapse:v0.33.6
Content Digest
sha256:09e96be7b90dc56242bc518f572c926f6e919ae1973e10e3981b546b7eb98741
Details
Created

2018-10-05 12:19:05 UTC

Size

55.1 MB

Content Digest
Environment
GPG_KEY

C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF

LANG

C.UTF-8

PATH

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

PYTHONIOENCODING

UTF-8

PYTHON_PIP_VERSION

18.0

PYTHON_VERSION

2.7.15


Layers

[#000] sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde - 3.82% (2.1 MB)

[#001] sha256:1b23fa3ccba56eced7bd53d424b29fd05cd66ca0203d90165e988fdd8e71fed7 - 0.54% (302 KB)

[#002] sha256:b714494d7662fbb89174690cefce1051117ed524ec7995477b222b8d96fb8f0c - 30.68% (16.9 MB)

[#003] sha256:bbcb3ecc1c6857d57cc9bb5f9d02b2f33c2cef95d24e3aa2aece77fcccdf9647 - 3.09% (1.7 MB)

[#004] sha256:6cd24a67e26a8912fd1b73000852bdb66adf953e4ceba173c4259c205076b202 - 5.15% (2.84 MB)

[#005] sha256:7c874b4b1964c7f230433cac7596fc20e318cef7d636edddbbc03082bd66e008 - 56.71% (31.2 MB)

[#006] sha256:86dbc0243d2a8dbed7555739170a4a40210fdacbe1b50865a65208c5cbe4fdd2 - 0.0% (1.14 KB)

[#007] sha256:0294147b2080c0c59ef01e0d42674f932aede585b91ed35d6bf3d9dd2c2ddf9f - 0.0% (2.35 KB)


History
2018-09-11 22:19:50 UTC

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

2018-09-11 22:19:50 UTC

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

2018-09-11 23:15:12 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-09-12 02:05:51 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2018-09-12 02:36:55 UTC

/bin/sh -c #(nop) ENV PYTHONIOENCODING=UTF-8

2018-09-12 02:36:57 UTC

/bin/sh -c apk add --no-cache ca-certificates

2018-09-12 02:36:57 UTC

/bin/sh -c #(nop) ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF

2018-09-12 02:36:57 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=2.7.15

2018-09-12 02:39:33 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps bzip2-dev coreutils dpkg-dev dpkg findutils gcc gdbm-dev libc-dev libnsl-dev libressl-dev libtirpc-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev zlib-dev && apk del .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-shared --enable-unicode=ucs4 && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" && make install && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del .build-deps && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && python2 --version

2018-09-12 02:39:34 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=18.0

2018-09-12 02:39:38 UTC

/bin/sh -c set -ex; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2018-09-12 02:39:38 UTC

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

2018-10-05 12:19:00 UTC

/bin/sh -c apk add --no-cache --virtual .runtime_deps libffi libjpeg-turbo libressl libxslt libpq zlib su-exec

2018-10-05 12:19:04 UTC

/bin/sh -c #(nop) COPY dir:4d2775d65ac7c770d96bbdc0b5bd9857a830adf16d0567e4c4f38b5a477cb5bb in /usr/local

2018-10-05 12:19:05 UTC

/bin/sh -c #(nop) COPY file:d5323c02bc9a725f7321de468e5f7af63a8ab945bc5485ef9c31fdc0f78993b9 in /start.py

2018-10-05 12:19:05 UTC

/bin/sh -c #(nop) COPY dir:4908c5ca9807331c9062822560cbc04b4cd37f22cb7a84c32018a5fa7160ce52 in /conf

2018-10-05 12:19:05 UTC

/bin/sh -c #(nop) VOLUME [/data]

2018-10-05 12:19:05 UTC

/bin/sh -c #(nop) EXPOSE 8008/tcp 8448/tcp

2018-10-05 12:19:05 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/start.py"]

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