sha256:9de5b4bb935f0e4d9b3c813209be963382592e82050585474a565753c2740cde
OS/ARCH
linux/amd64
Compressed size
163.67 MB
Last pushed
almost 2 years by mazzolino
Type
Image
Manifest digest
sha256:9de5b4bb935f0e4d9b3c813209be963382592e82050585474a565753c2740cde
Image Layers
1ADD file ... in / 27.78 MB2CMD ["bash"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4ENV LANG=C.UTF-80 B5RUN /bin/sh -c set -eux;3.35 MB6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B7ENV PYTHON_VERSION=3.11.100 B8RUN /bin/sh -c set -eux;15.26 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11LABEL org.opencontainers.image.url=https://matrix.org/docs/projects/server/synapse0 B12LABEL org.opencontainers.image.documentation=https://github.com/element-hq/synapse/blob/master/docker/README.md0 B13LABEL org.opencontainers.image.source=https://github.com/element-hq/synapse.git0 B14LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later0 B15RUN /bin/sh -c apt-get update22.29 MB16COPY /install /usr/local # buildkit64.88 MB17COPY ./docker/start.py /start.py # buildkit3.02 KB18COPY ./docker/conf /conf # buildkit3.19 KB19EXPOSE map[8008/tcp:{} 8009/tcp:{} 8448/tcp:{}]0 B20ENTRYPOINT ["/start.py"]0 B21HEALTHCHECK &{["CMD-SHELL" "curl -fSs http://localhost:8008/health0 B22RUN /bin/sh -c pip install30.11 MB23COPY pre-start.sh /pre-start.sh # buildkit211 B24ENTRYPOINT ["/pre-start.sh"]0 BCommand
ADD file:a9a95cfab16803be03e59ade41622ef5061cf90f2d034304fe4ac1ee9ff30389 in /