sha256:8f92e9624af236257846723766bdd63ba6d0e0f53d71e7434b935b11d4940671
OS/ARCH
Compressed size
224.65 MB
Last pushed
about 2 months by andreaspeters
Type
Image
Manifest digest
sha256:91e40728dcf65886c9980b1ecb80e6df2f16d6f6131fbf20458c24fe7bf6ae05
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.67 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'