Namespace
matrixdotorg
Image / Tag
synapse:v1.7.0rc1
Content Digest
sha256:7374b584528d505a9e5f0959bba1673f28c7d3e83bcd985cefd4355332825a6c
Details
Created

2019-12-09 15:08:24 UTC

Size

70.5 MB

Content Digest
Labels
  • gitsha1
    24da1ffcb615ecde30c413b73434688c0d5963b9

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

b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

19.3.1

PYTHON_VERSION

3.7.5


Layers

[#000] sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 - 3.77% (2.66 MB)

[#001] sha256:910c49c00810270202e88365d51e9aed81dc7afd1be0bdb6b1e6c3d08e85b225 - 0.41% (295 KB)

[#002] sha256:7efe415eb85a3d5598db95e8cec5f50685510801c44ac6a3d41934e4fc02b18d - 39.05% (27.5 MB)

[#003] sha256:7d8d53519b8117584b98899fafaa879fba74d747bb9f5155b9f459f3b87d59b4 - 0.0% (231 Bytes)

[#004] sha256:519124ac136cdfa993a83f9a1053b7783c1f1912c6ec72278ee26a2464a5e246 - 2.53% (1.78 MB)

[#005] sha256:8b9bdc9b9dc86321367e9963bd8c49b95c947278617e6c325497ef080a442120 - 6.52% (4.59 MB)

[#006] sha256:8986633fe41bbf6fdfb90e373edfcb8cfe9edb4fee255188a0a003d8cdc193ee - 47.72% (33.6 MB)

[#007] sha256:2c494ac4c37eb0e0e86206ea0c50542551d133d97a88ac4cc783ab15f11ed89b - 0.0% (2.72 KB)

[#008] sha256:232b5a43a1a931fe0f33163bc92a9df27fe27d05d104bdd599d323722f46944d - 0.0% (2.21 KB)


History
2019-10-21 17:21:42 UTC

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

2019-10-21 17:21:42 UTC

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

2019-10-21 18:28:51 UTC

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

2019-10-21 19:53:36 UTC

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

2019-10-21 19:53:37 UTC

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

2019-10-21 20:05:00 UTC

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

2019-10-21 20:05:00 UTC

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

2019-11-15 03:09:43 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 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 .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --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 .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

2019-11-15 03:09:44 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-11-15 03:09:44 UTC

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

2019-11-15 03:09:44 UTC

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

2019-11-15 03:09:44 UTC

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

2019-11-15 03:09:49 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

2019-11-15 03:09:49 UTC

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

2019-12-09 15:08:19 UTC

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

2019-12-09 15:08:23 UTC

/bin/sh -c #(nop) COPY dir:8bc143bf55c7ce307d3a854814a9421b012658ca202b2203f42841da4f0589c8 in /usr/local

2019-12-09 15:08:23 UTC

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

2019-12-09 15:08:23 UTC

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

2019-12-09 15:08:23 UTC

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

2019-12-09 15:08:23 UTC

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

2019-12-09 15:08:24 UTC

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

2019-12-09 15:08:24 UTC

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

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