Namespace
matrixdotorg
Image / Tag
synapse:v0.99.5.1-py2
Content Digest
sha256:859d861c16be2dc35adf886663d014b096ba2c1c7a979f3a898b581ed642959f
Details
Created

2019-05-22 18:57:27 UTC

Size

53.8 MB

Content Digest
Labels
  • gitsha1
    3d5bba581ba0fc442ce64e3e0d68ad755869db82

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

19.1.1

PYTHON_VERSION

2.7.16


Layers

[#000] sha256:c87736221ed0bcaa60b8e92a19bec2284899ef89226f2a07968677cf59e637a4 - 3.92% (2.1 MB)

[#001] sha256:33e8d8ba56dbe15d571601bad0c71b65a5fd767e8eeb0bae6cda31dfbf8e1ae3 - 0.55% (302 KB)

[#002] sha256:2584953a55d96ca290830d345218fc124954ab5c043daa3456385d687a6e9d6b - 31.08% (16.7 MB)

[#003] sha256:1ddd59c4b2b56c1316bedbbd93c391df00f17033ccb1b3f75a5821cd873c3685 - 3.22% (1.73 MB)

[#004] sha256:38e067c5de13b11baa35124fcda2d1121c73f22999e93c4386207db38d2245cb - 5.25% (2.82 MB)

[#005] sha256:7797a7cf52bcdaea5fa4c66c7ceeadf3edce462bfd4c3a10a735560cbe555fcb - 55.97% (30.1 MB)

[#006] sha256:3542b8e434745a73cb0a0701ac643546ff0413ae2a1e190a08a448dd3838bbec - 0.0% (1.36 KB)

[#007] sha256:b59c22bfb174f88bf0ae12e9acd6f38c565f7bcdd281602d647bfe23e88dd47e - 0.0% (2.43 KB)


History
2019-03-07 22:19:46 UTC

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

2019-03-07 22:19:46 UTC

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

2019-03-07 22:43:33 UTC

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

2019-03-07 22:43:33 UTC

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

2019-03-07 23:07:13 UTC

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

2019-03-07 23:07:14 UTC

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

2019-03-07 23:07:14 UTC

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

2019-03-07 23:07:14 UTC

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

2019-03-07 23:09:14 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 --batch --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 expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev libressl-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 --with-system-expat --with-system-ffi && 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

2019-05-08 00:25:03 UTC

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

2019-05-08 00:25:08 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

2019-05-08 00:25:08 UTC

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

2019-05-22 18:57:22 UTC

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

2019-05-22 18:57:26 UTC

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

2019-05-22 18:57:26 UTC

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

2019-05-22 18:57:26 UTC

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

2019-05-22 18:57:26 UTC

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

2019-05-22 18:57:26 UTC

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

2019-05-22 18:57:27 UTC

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

2019-05-22 18:57:27 UTC

/bin/sh -c #(nop) LABEL gitsha1=3d5bba581ba0fc442ce64e3e0d68ad755869db82

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