Namespace
matrixdotorg
Image / Tag
synapse:v1.9.1
Content Digest
sha256:86aaa7dc4546769f909137f9504c640c6955fdf7152035a5357525032c26e3d8
Details
Created

2020-01-28 13:45:50 UTC

Size

70.7 MB

Content Digest
Labels
  • gitsha1
    77d9357226687a177c865bcdeaa0e750612fc078

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_GET_PIP_SHA256

da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py

PYTHON_PIP_VERSION

20.0.2

PYTHON_VERSION

3.7.6


Layers

[#000] sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 - 3.76% (2.66 MB)

[#001] sha256:1baf8a687be7ffea0d5471a91e524515128c316739abda79ead8135ca464ea15 - 0.41% (295 KB)

[#002] sha256:6de7be3aa2c98472a10d9adf4076902ff52703b36260c6f9d1e21605d63aa4fe - 39.01% (27.6 MB)

[#003] sha256:d529d06de44e4376cea98b1b6b5210abc91ce455a34f49c1ad5c40e792f1e329 - 0.0% (232 Bytes)

[#004] sha256:3a7ed3d858dfabc185f3fd5271ef331554139d99fde6ed386cff12224c51693c - 2.55% (1.8 MB)

[#005] sha256:a7616414fb296618cf1ae9ad29cb438741d2ef08d61ce128c5b639bed3b6c8d4 - 6.5% (4.59 MB)

[#006] sha256:45dde683f03f41ab94a2f3c3b7e88b7e778bb7b7255fbf9d9ce868a3c2d57cd4 - 47.77% (33.8 MB)

[#007] sha256:42912ceac0885dd965b0559f0a820fd224816d9e00ee318a372d47706730b54e - 0.0% (2.72 KB)

[#008] sha256:737f65f43097aed33c355d6fec6c67b9176d47b5912691169f169e67609ab5ff - 0.0% (2.2 KB)


History
2020-01-23 16:53:06 UTC

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

2020-01-23 16:53:06 UTC

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

2020-01-23 18:05:38 UTC

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

2020-01-23 23:09:17 UTC

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

2020-01-23 23:09:19 UTC

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

2020-01-23 23:32:58 UTC

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

2020-01-23 23:32:59 UTC

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

2020-01-24 15:38:08 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 bluez-dev bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del --no-network .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && 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 --no-network .build-deps && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && python3 --version

2020-01-24 15:38:08 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

2020-01-25 02:51:26 UTC

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

2020-01-25 02:51:27 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py

2020-01-25 02:51:27 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45

2020-01-25 02:51:32 UTC

/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; 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 -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2020-01-25 02:51:33 UTC

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

2020-01-28 13:45:45 UTC

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

2020-01-28 13:45:50 UTC

/bin/sh -c #(nop) COPY dir:9a349f1e2412e6040a1bc71e76dafad4d5f598a97ae03679b822c80ed6088e5a in /usr/local

2020-01-28 13:45:50 UTC

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

2020-01-28 13:45:50 UTC

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

2020-01-28 13:45:50 UTC

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

2020-01-28 13:45:50 UTC

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

2020-01-28 13:45:50 UTC

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

2020-01-28 13:45:50 UTC

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

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