Namespace
matrixdotorg
Image / Tag
synapse:v0.99.0rc2-py3
Content Digest
sha256:2f76c007c72a3d5b51bfe83e80c6cb4ac143725ab414df8ee11c80e759d8b2e0
Details
Created

2019-01-30 16:49:49 UTC

Size

61.6 MB

Content Digest
Labels
  • gitsha1
    b8b898666e61a0151eb3c22653f5c5b3e2f47328

Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

19.0.1

PYTHON_VERSION

3.6.8


Layers

[#000] sha256:cd784148e3483c2c86c50a48e535302ab0288bebd587accf40b714fffd0646b3 - 3.42% (2.1 MB)

[#001] sha256:a5ca736b15eb6f77acc2f94b1f14dbad5eb18eff16c15e366f5a86bbdae5bd7b - 0.48% (302 KB)

[#002] sha256:4a98ed32089358c60666a34411d5e178423c36a5690e866ce30fb02dc1346c87 - 35.87% (22.1 MB)

[#003] sha256:7b49c8b5b952c4b2f71b034354dc4df46dc21c5938f10764b5cd539c9e429288 - 0.0% (230 Bytes)

[#004] sha256:06373b32961925647fd4344d1c3e094cd9dd637dc8947b7c38e105be66641641 - 2.8% (1.73 MB)

[#005] sha256:623968823e2ebbd8163c903a2d8aa76e0e84b8df3d962116346c2efce0ac8908 - 4.59% (2.82 MB)

[#006] sha256:b07b00841f701ef6dc31febd626d0759ca30698f48959c607dcf2ce9cfbee7c2 - 52.83% (32.5 MB)

[#007] sha256:966c2d8a92b521ac6c49add7b06903e2d5688025adb730ee724950904ee22147 - 0.0% (1.14 KB)

[#008] sha256:8612a6b435efaeb30b93180ae681f56f1ad06a0e91f0a92ccb2ae56b206b608a - 0.0% (2.44 KB)


History
2018-12-21 00:21:29 UTC

/bin/sh -c #(nop) ADD file:2ff00caea4e83dfade726ca47e3c795a1e9acb8ac24e392785c474ecf9a621f2 in /

2018-12-21 00:21:30 UTC

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

2018-12-21 03:20:02 UTC

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

2018-12-21 03:20:02 UTC

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

2018-12-21 03:20:03 UTC

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

2018-12-21 03:20:03 UTC

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

2018-12-26 09:16:02 UTC

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

2018-12-26 09:18:13 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 xz-dev zlib-dev && apk del .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && 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 && python3 --version

2018-12-26 09:18:14 UTC

/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config

2019-01-26 01:37:46 UTC

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

2019-01-26 01:37:52 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-26 01:37:52 UTC

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

2019-01-30 16:49:44 UTC

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

2019-01-30 16:49:48 UTC

/bin/sh -c #(nop) COPY dir:2bfd036e22abc4b5ef4b39baf2ed155b45624f2410f827af116bf34b7b78d840 in /usr/local

2019-01-30 16:49:48 UTC

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

2019-01-30 16:49:48 UTC

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

2019-01-30 16:49:48 UTC

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

2019-01-30 16:49:48 UTC

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

2019-01-30 16:49:48 UTC

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

2019-01-30 16:49:49 UTC

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

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