Namespace
matrixdotorg
Image / Tag
synapse:v0.99.0rc3
Content Digest
sha256:840a9f77621b7953ec2ec277ab2b33c3f7a1739189e952fd94264ab366ce7064
Details
Created

2019-01-31 18:47:55 UTC

Size

55.8 MB

Content Digest
Labels
  • gitsha1
    85129d7068203c7fa1dfd5f68b6f6b412a5c7bd2

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.0.1

PYTHON_VERSION

2.7.15


Layers

[#000] sha256:169185f82c45a6eb72e0ca4ee66152626e7ace92a0cbc53624fb46d0a553f0bd - 3.77% (2.1 MB)

[#001] sha256:81ac1279a9394f8b5171683cf6313514365ca6fb8f8e27fba3d977722efca89a - 0.53% (302 KB)

[#002] sha256:fcc053cefb4347475206ab4ca7b9399e276ff98622bff6d37c50df9057925091 - 30.09% (16.8 MB)

[#003] sha256:214b17381d392a824efc615b6dfe180a60f5ca841f9e188694885612176ae16b - 3.09% (1.73 MB)

[#004] sha256:26cd3de27c0588f049add764273d70224f7043b927c2927e2d0894c6ee6b7fad - 5.07% (2.82 MB)

[#005] sha256:a12b4835e39fc37d6885f7ab814d89e682d0ecad7a3c7df91d3a5df8ae1376bc - 57.44% (32 MB)

[#006] sha256:85f4bedb817a2045a0da69c0b1ccb7a6e3b9f7b81e45ab66ccd747a9b4d2818d - 0.0% (1.14 KB)

[#007] sha256:3c3e647d387c82fe9e25c50062d784d52930e61b2a67bfc771f11f5f90cf3173 - 0.0% (2.44 KB)


History
2019-01-30 22:19:46 UTC

/bin/sh -c #(nop) ADD file:91fb97ea3549e52e7b6e22b93a6736cf915c756f3d13348406d8ad5f1a872680 in /

2019-01-30 22:19:47 UTC

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

2019-01-30 23:38:17 UTC

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

2019-01-30 23:38:17 UTC

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

2019-01-31 00:10:05 UTC

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

2019-01-31 00:10:06 UTC

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

2019-01-31 00:10:06 UTC

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

2019-01-31 00:10:06 UTC

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

2019-01-31 00:11:57 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 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 --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-01-31 00:11:57 UTC

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

2019-01-31 00:12:02 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-01-31 00:12:02 UTC

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

2019-01-31 18:47:51 UTC

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

2019-01-31 18:47:55 UTC

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

2019-01-31 18:47:55 UTC

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

2019-01-31 18:47:55 UTC

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

2019-01-31 18:47:55 UTC

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

2019-01-31 18:47:55 UTC

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

2019-01-31 18:47:55 UTC

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

2019-01-31 18:47:55 UTC

/bin/sh -c #(nop) LABEL gitsha1=85129d7068203c7fa1dfd5f68b6f6b412a5c7bd2

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