Namespace
matrixdotorg
Image / Tag
synapse:v1.18.0-py3
Content Digest
sha256:22c77ae2dbf67a672fb3f59e27f35e277972c5f792b0e5f381244275aa967cd8
Details
Created

2020-07-30 11:07:28 UTC

Size

102 MB

Content Digest
Labels
  • gitsha1
    320ef98852227210c630955dd4ad863a764a617c

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

b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

20.1.1

PYTHON_VERSION

3.7.8


Layers

[#000] sha256:6ec8c9369e08152361a01729f2c8a1e7aae898426c6e67267f41894bf9524827 - 25.3% (25.8 MB)

[#001] sha256:401b5acb42e6784f873065f40787ef99fe6e18032e4a5a752699dde7c85af4c1 - 2.57% (2.62 MB)

[#002] sha256:2e487de6656a4f32e6c1834a357a8706798c0286b71e8ff3c1e7bc3219597e45 - 19.08% (19.5 MB)

[#003] sha256:519de614852e60b83d5741708c35a2e818fd7b951a87fbf6e3d928009a24682d - 0.0% (233 Bytes)

[#004] sha256:1005647edff73b217e42d6ce185458a0e5c457d3998968ab6661ed2f4ca75ccd - 2.24% (2.28 MB)

[#005] sha256:7941a43d709cc7a581a3e235d2dd8acf9658b72213ca8640fe8d22065e91b383 - 15.84% (16.2 MB)

[#006] sha256:666fc465522a25a5745508c32c8cce1bd4158873e62a19bf080b879f64e124fc - 34.97% (35.7 MB)

[#007] sha256:ad090dcf1e8d7dfd27297f89eff89d71b527ee9615e2b0df22a7ff9d6f3b36e9 - 0.0% (2.55 KB)

[#008] sha256:529e8e43ea64f0346fd4c0cb58403731e248bcbd9277fb616b86b17e44c6e118 - 0.0% (2.2 KB)


History
2020-07-22 02:03:37 UTC

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

2020-07-22 02:03:37 UTC

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

2020-07-22 12:29:35 UTC

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

2020-07-22 12:29:36 UTC

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

2020-07-22 12:29:43 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates netbase && rm -rf /var/lib/apt/lists/*

2020-07-22 12:51:04 UTC

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

2020-07-22 12:51:04 UTC

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

2020-07-22 13:01:23 UTC

/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && 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 && 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)" LDFLAGS="-Wl,--strip-all" 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 && ldconfig && apt-mark auto '.*' > /dev/null && apt-mark manual $savedAptMark && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* && 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-07-22 13:01:24 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-07-22 13:01:24 UTC

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

2020-07-22 13:01:25 UTC

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

2020-07-22 13:01:25 UTC

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

2020-07-22 13:01:38 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; 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-07-22 13:01:38 UTC

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

2020-07-30 11:07:22 UTC

/bin/sh -c apt-get update && apt-get install -y libpq5 xmlsec1 gosu && rm -rf /var/lib/apt/lists/*

2020-07-30 11:07:27 UTC

/bin/sh -c #(nop) COPY dir:07abaebd415d22fc50c795448a6baed95fd995f146d81d36993e77f361cfa483 in /usr/local

2020-07-30 11:07:27 UTC

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

2020-07-30 11:07:27 UTC

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

2020-07-30 11:07:27 UTC

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

2020-07-30 11:07:27 UTC

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

2020-07-30 11:07:27 UTC

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

2020-07-30 11:07:28 UTC

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

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