sha256:78e482771bfbff6694c9cba0424fd7d1c73856b5bb937973d6f7955044d1ab03
OS/ARCH
Compressed size
224.44 MB
Last pushed
2 months by andreaspeters
Type
Image
Manifest digest
sha256:eb5d3b39a449a18c1c0ca8ad033a72a40e31fdd48ea541a1cae935514928b7fd
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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 -r619 B12RUN /bin/sh -c useradd -r2.67 KB13RUN /bin/sh -c mkdir /data128 B14RUN /bin/sh -c apt-get update15.9 MB15RUN /bin/sh -c apt-get upgrade207 B16RUN /bin/sh -c apt-get install105.58 MB17RUN /bin/sh -c apt-get remove93.47 KB18RUN /bin/sh -c rm -rf333 B19RUN /bin/sh -c rm /usr/lib/*-linux-gnu/*.a410 B20RUN /bin/sh -c rm /usr/lib/*-linux-gnu/*.o262 B21RUN /bin/sh -c mkdir /media_store101 B22RUN /bin/sh -c chown -R104 B23RUN /bin/sh -c chown -R96 B24RUN /bin/sh -c chown -R100 B25COPY --chown=991:991 /matrix /matrix #74.46 MB26COPY --chown=991:991 /synapse.version /synapse.version #164 B27RUN /bin/sh -c chmod 77798 B28RUN /bin/sh -c chmod 777163 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 'amd64' out/ 'trixie' '@1783900800'