Namespace
matrixdotorg
Image / Tag
synapse:v1.0.0-kraken1-py2
Content Digest
sha256:a56b1734e94e14f0c0d69785204050caf3216f0c1d5cdc8d337a4d19eb2520a7
Details
Created

2019-09-13 15:49:36 UTC

Size

53.9 MB

Content Digest
Labels
  • gitsha1
    9b7359c36bdd2c998f1f6f6d83e6206aeadc6135

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.9% (2.1 MB)

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

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

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

[#004] sha256:1bb6a10c229b3c3aadfb4664c8f1f3f5850bd78607e91fe3113eb818ffad4b53 - 5.24% (2.83 MB)

[#005] sha256:7d9a0c461939fd330ecded8e37c7f5df4ecd25c7f8791687491aa5792a86da06 - 56.11% (30.3 MB)

[#006] sha256:7cd2fc620b1c9ac1b7acb1df0dc40d4cae660c71c5c62be520a7fffe004e1e35 - 0.0% (1.19 KB)

[#007] sha256:389324049511d9bea4a4af122273504607edeb9d5b6e0130865d5c834112d449 - 0.01% (3.29 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-09-13 15:49:31 UTC

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

2019-09-13 15:49:35 UTC

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

2019-09-13 15:49:35 UTC

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

2019-09-13 15:49:35 UTC

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

2019-09-13 15:49:36 UTC

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

2019-09-13 15:49:36 UTC

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

2019-09-13 15:49:36 UTC

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

2019-09-13 15:49:36 UTC

/bin/sh -c #(nop) LABEL gitsha1=9b7359c36bdd2c998f1f6f6d83e6206aeadc6135

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