Block a user
dendrite-test (latest)
Published 2024-02-16 01:43:44 +00:00 by Elara6331
Installation
docker pull gitea.elara.ws/elara6331/dendrite-test:latestsha256:6876deaf2d0c2ea22979833decbb19822a8b825599e0e879880392e56b2e0f54
About this package
Next-generation Matrix homeserver written in Go
Image Layers
| ADD file:d0764a717d1e9d0aff3fa84779b11bfa0afe4430dcb6b46d965b209167639ba0 in / |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --update --no-cache add curl # buildkit |
| LABEL org.opencontainers.image.title=Dendrite |
| LABEL org.opencontainers.image.description=Next-generation Matrix homeserver written in Go |
| LABEL org.opencontainers.image.source=https://github.com/matrix-org/dendrite |
| LABEL org.opencontainers.image.licenses=Apache-2.0 |
| LABEL org.opencontainers.image.documentation=https://matrix-org.github.io/dendrite/ |
| LABEL org.opencontainers.image.vendor=The Matrix.org Foundation C.I.C. |
| COPY /out/create-account /usr/bin/create-account # buildkit |
| COPY /out/generate-config /usr/bin/generate-config # buildkit |
| COPY /out/generate-keys /usr/bin/generate-keys # buildkit |
| COPY /out/dendrite /usr/bin/dendrite # buildkit |
| VOLUME [/etc/dendrite] |
| WORKDIR /etc/dendrite |
| ENTRYPOINT ["/usr/bin/dendrite"] |
| EXPOSE map[8008/tcp:{} 8448/tcp:{}] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Next-generation Matrix homeserver written in Go |
| org.opencontainers.image.documentation | https://matrix-org.github.io/dendrite/ |
| org.opencontainers.image.licenses | Apache-2.0 |
| org.opencontainers.image.source | https://github.com/matrix-org/dendrite |
| org.opencontainers.image.title | Dendrite |
| org.opencontainers.image.vendor | The Matrix.org Foundation C.I.C. |