-
the ohea admin
[m]: @restitux:ohea.xyz
- Joined on
2022-09-15
Block a user
gitea-matrix-sync (latest)
Published 2026-05-06 01:05:32 +00:00 by restitux
Installation
docker pull git.ohea.xyz/restitux/gitea-matrix-sync:latestsha256:2082f5baf9bff940c4d62b71b8e6f7b74f8e8091998c634b8fe1195aa905cc9e
Images
| Digest | OS / Arch | Size |
|---|---|---|
| b28dd6f86e | linux/amd64 | 53 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.33/supercronic-linux-amd64 SUPERCRONIC_SHA1SUM=71b0d58cc53f6bd72cf2f293e09e294b79c666d8 |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl libssl3 libsqlite3-0 && curl -fsSLO "$SUPERCRONIC_URL" && echo "${SUPERCRONIC_SHA1SUM} supercronic-linux-amd64" | sha1sum -c - && mv supercronic-linux-amd64 /usr/local/bin/supercronic && chmod +x /usr/local/bin/supercronic && apt-get purge -y --auto-remove curl && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /build/target/release/gitea-matrix-notify /usr/local/bin/gitea-matrix-notify # buildkit |
| RUN /bin/sh -c mkdir -p /config /data # buildkit |
| RUN /bin/sh -c echo '*/5 * * * * /usr/local/bin/gitea-matrix-notify /config/config.json5' > /etc/crontab # buildkit |
| VOLUME [/config /data] |
| WORKDIR /usr/local/bin |
| CMD ["supercronic" "/etc/crontab"] |
Details
2026-05-06 01:05:32 +00:00
Versions (4)
View all
Container
71
OCI / Docker
latest
2026-05-06
fix-rereview-notification-author
2026-05-06
fix-container
2026-03-11
fix-ci
2026-03-11