Namespace
matrixdotorg
Image / Tag
synapse:v0.31.0-rc1
Content Digest
sha256:63fa4e871b57e0deae5aafd4022e22bdd9ebe33c8203e9120753c39378529112
Details
Created

2018-06-04 15:55:14 UTC

Size

190 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

10.0.1

PYTHON_VERSION

2.7.15


Layers

[#000] sha256:ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28 - 1.03% (1.97 MB)

[#001] sha256:b99d27bed84ae3604ffe081d7469cbd8535d56ca3b6e9d3f59668a64907880e9 - 0.15% (301 KB)

[#002] sha256:67a27dd97e686e00c44e84f63fa9391a44fdc63369dcc2f46e80675a20973ead - 10.68% (20.3 MB)

[#003] sha256:51d93ff5a102a0cd675fa586fdfeb9d100d9ddb72683bff9303b5c48d77d83a9 - 0.95% (1.8 MB)

[#004] sha256:40b72c6a2fd25877ac622a74f4673be101ad76f25335d55feb00f45f8aed4bbd - 32.7% (62.3 MB)

[#005] sha256:2c4564d06dd7ee7cddd465af77205d04a75b2a15767c56cefe92d87b09e3ede4 - 1.13% (2.16 MB)

[#006] sha256:6e2c9f605e147f66c04acae1ec95d5f8f7671856be6c628a10ca4580f6b800ee - 53.36% (102 MB)


History
2018-01-09 21:10:58 UTC

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

2018-01-09 21:10:58 UTC

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

2018-01-09 22:41:47 UTC

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

2018-01-10 05:16:00 UTC

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

2018-04-27 09:45:05 UTC

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

2018-04-27 09:45:10 UTC

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

2018-04-27 09:45:10 UTC

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

2018-05-05 03:38:17 UTC

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

2018-05-05 03:39:55 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg libressl 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 && 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 gcc gdbm-dev libc-dev linux-headers make ncurses-dev libressl 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 && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" && make install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --virtual .python-rundeps $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

2018-05-05 03:39:55 UTC

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

2018-05-05 03:39:59 UTC

/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps libressl; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apk del .fetch-deps; 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-05-05 03:40:00 UTC

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

2018-06-04 15:42:58 UTC

/bin/sh -c apk add --no-cache --virtual .nacl_deps su-exec build-base libffi-dev zlib-dev libressl-dev libjpeg-turbo-dev linux-headers postgresql-dev libxslt-dev

2018-06-04 15:42:59 UTC

/bin/sh -c #(nop) COPY dir:00b68b0c3aedfcc39785e76f875b2362fb9edd5fa1e5a3bcf8600a3d3567836c in /synapse

2018-06-04 15:55:13 UTC

/bin/sh -c cd /synapse && pip install --upgrade pip setuptools psycopg2 lxml && mkdir -p /synapse/cache && pip install -f /synapse/cache --upgrade --process-dependency-links . && mv /synapse/contrib/docker/start.py /synapse/contrib/docker/conf / && rm -rf setup.py setup.cfg synapse

2018-06-04 15:55:14 UTC

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

2018-06-04 15:55:14 UTC

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

2018-06-04 15:55:14 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