sha256:d0b62b8bc819bed6ef9c2b8d110aeba7e21f21502691537205e249ee26be102a
OS/ARCH
Compressed size
106.83 MB
Last pushed
5 days by matrixorgdeployment
Type
Image
Manifest digest
sha256:1d70ccb0d011b17f211a7abfc3ac36354cfaa00791a3cf08ce7c03f95766edc2
Image Layers
1# debian.sh --arch 'arm64' out/28.76 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;4.39 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.150 B6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B7RUN /bin/sh -c set -eux;11.29 MB8RUN /bin/sh -c set -eux;248 B9CMD ["python3"]0 B10ARG TARGETARCH=arm640 B11ARG SYNAPSE_VERSION_STRING0 B12ENV SYNAPSE_VERSION_STRING=0 B13LABEL org.opencontainers.image.url=https://github.com/element-hq/synapse0 B14LABEL org.opencontainers.image.documentation=https://element-hq.github.io/synapse/latest/0 B15LABEL org.opencontainers.image.source=https://github.com/element-hq/synapse.git0 B16LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later OR LicenseRef-Element-Commercial0 B17COPY /install-arm64/etc /etc # buildkit250 B18COPY /install-arm64/usr /usr # buildkit20.21 MB19COPY /install-arm64/var /var # buildkit12.98 KB20COPY /install /usr/local # buildkit42.16 MB21COPY ./docker/start.py /start.py # buildkit3.42 KB22COPY ./docker/conf /conf # buildkit3.38 KB23EXPOSE [8008/tcp 8448/tcp]0 B24EXPOSE [19090/tcp]0 B25ENV PYTHONUNBUFFERED=10 B26ENTRYPOINT ["/start.py"]0 B27HEALTHCHECK {Test:[CMD-SHELL curl -fSs http://localhost:8008/health0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'