Namespace
matrixdotorg
Image / Tag
synapse:v0.33.4rc2
Content Digest
sha256:752d4a4d9a764afd14ae0177dad94c845259d61f62fe32ae9f7d1c4465336d43
Details
Created

2018-09-06 15:28:30 UTC

Size

170 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:8e3ba11ec2a2b39ab372c60c16b421536e50e5ce64a0bc81765c2e38381bcff6 - 1.24% (2.1 MB)

[#001] sha256:ea489525e565ac272628741c055048d00c93f57105f09f41dee03a17e16a60d5 - 0.17% (302 KB)

[#002] sha256:888674c383870a654b8eade01e1fbf418e185c5571bb388e1daa8de91b1bc0ef - 10.67% (18.1 MB)

[#003] sha256:d38724cba2dfd985cf9960e7d371c968973114d70537884e04c18ca466544d19 - 1.0% (1.7 MB)

[#004] sha256:7f51e561afe1a25d51638353a3a2c3aeb67d12e644ee72313b9dee4356085483 - 37.73% (64 MB)

[#005] sha256:44cecab3aea06546d604e20880586212c45490e3a6c2b64a2b9772b8e0d497b8 - 0.58% (1000 KB)

[#006] sha256:9c9fa6d8cdaae495395c5230aee976a5bc8fc30c1c77724bd66836f870b7e080 - 48.6% (82.5 MB)


History
2018-07-06 14:14:06 UTC

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

2018-07-06 14:14:06 UTC

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

2018-07-16 23:43:21 UTC

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

2018-07-16 23:43:21 UTC

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

2018-07-17 01:22:56 UTC

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

2018-07-17 01:22:57 UTC

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

2018-07-17 01:22:57 UTC

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

2018-07-17 01:22:58 UTC

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

2018-08-02 23:48:51 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 --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-08-02 23:48:51 UTC

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

2018-08-02 23:48:57 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-08-02 23:48:58 UTC

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

2018-08-09 11:25:57 UTC

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

2018-09-06 15:23:33 UTC

/bin/sh -c #(nop) COPY dir:47db56ebbcf085d6d56b7e547850ebfb4b564976638b4b038ca3d35e3b099eda in /synapse

2018-09-06 15:28:24 UTC

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

2018-09-06 15:28:27 UTC

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

2018-09-06 15:28:28 UTC

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

2018-09-06 15:28:30 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