Namespace
matrixdotorg
Image / Tag
synapse:v0.29.1
Content Digest
sha256:486e3504fadbdd58a1ea50c1e6389fc7173156e8a5b7ac82ef2e65dba03223cf
Details
Created

2018-05-18 13:19:03 UTC

Size

173 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.14% (1.97 MB)

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

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

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

[#004] sha256:bf15cf3160337b295c1eba1dc605de530ce0cfa4743ae7f36d1d8215e701be25 - 34.44% (59.7 MB)

[#005] sha256:ca9192a2ce3b65b39dff2493a0e3ab0f40d9adab9f414d7f8a1b1b17f90db9f3 - 1.22% (2.12 MB)

[#006] sha256:d4ef4c0bbab59b0163f066be86cb1c08c9fb0c4739b52b2de5210f7968e6fd89 - 50.27% (87.2 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-05-18 13:05:41 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

2018-05-18 13:05:44 UTC

/bin/sh -c #(nop) COPY dir:12d57dffd61f9c0077f1f1943c9768ebd9b3986085305ebba0441c7d3fda2d7c in /synapse

2018-05-18 13:19:02 UTC

/bin/sh -c cd /synapse && pip install --upgrade pip setuptools psycopg2 && 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-05-18 13:19:02 UTC

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

2018-05-18 13:19:03 UTC

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

2018-05-18 13:19:03 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