sha256:8f92e9624af236257846723766bdd63ba6d0e0f53d71e7434b935b11d4940671
OS/ARCH
Compressed size
217.35 MB
Last pushed
about 1 month by andreaspeters
Type
Image
Manifest digest
sha256:4b029956d9704e69251a72b7f86507d6eb54ce1f6f108dcea2ec1feb399fc1f2
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB3LABEL org.opencontainers.image.title=docker-matrix0 B4LABEL org.opencontainers.image.description=The one fits all0 B5LABEL org.opencontainers.image.vendor=AVENTER UG (haftungsbeschränkt)0 B6LABEL org.opencontainers.image.source=https://github.com/AVENTER-UG/docker-matrix0 B7COPY adds/start.sh /start.sh # buildkit1.98 KB8ENV COTURN_ENABLE=true0 B9ENV MATRIX_UID=991 MATRIX_GID=9910 B10ENV REPORT_STATS=no0 B11RUN /bin/sh -c groupadd -r620 B12RUN /bin/sh -c useradd -r2.67 KB13RUN /bin/sh -c mkdir /data128 B14RUN /bin/sh -c apt-get update15.79 MB15RUN /bin/sh -c apt-get upgrade207 B16RUN /bin/sh -c apt-get install99.8 MB17RUN /bin/sh -c apt-get remove93.26 KB18RUN /bin/sh -c rm -rf333 B19RUN /bin/sh -c rm /usr/lib/*-linux-gnu/*.a407 B20RUN /bin/sh -c rm /usr/lib/*-linux-gnu/*.o263 B21RUN /bin/sh -c mkdir /media_store101 B22RUN /bin/sh -c chown -R104 B23RUN /bin/sh -c chown -R97 B24RUN /bin/sh -c chown -R100 B25COPY --chown=991:991 /matrix /matrix #72.91 MB26COPY --chown=991:991 /synapse.version /synapse.version #164 B27RUN /bin/sh -c chmod 77798 B28RUN /bin/sh -c chmod 777164 B29USER matrix0 B30RUN /bin/sh -c python3 -m2.09 KB31RUN /bin/sh -c . /matrix/venv/bin/activate32 B32ENV PATH=/matrix/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B33EXPOSE [8448/tcp]0 B34ENTRYPOINT ["/start.sh"]0 B35CMD ["autostart"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'