restitux restitux
  • the ohea admin

    [m]: @restitux:ohea.xyz

  • Joined on 2022-09-15

gitea-matrix-sync (fix-ci)

Published 2026-03-11 03:03:19 +00:00 by restitux

Installation

docker pull git.ohea.xyz/restitux/gitea-matrix-sync:fix-ci
sha256:4606c8b245ae70823ecef591eeb6c87b4d319787213d5dcd415fce3d665c5b9c

Images

Digest OS / Arch Size
ac27bd88d2 linux/amd64 46 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates cron && 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 >> /var/log/gitea-matrix-notify.log 2>&1' > /etc/cron.d/sync && chmod 0644 /etc/cron.d/sync && crontab /etc/cron.d/sync && touch /var/log/gitea-matrix-notify.log # buildkit
VOLUME [/config /data]
CMD ["sh" "-c" "cron && exec tail -f /var/log/gitea-matrix-notify.log"]
Details
Container
2026-03-11 03:03:19 +00:00
0
OCI / Docker
Versions (4) View all
latest 2026-05-06
fix-container 2026-03-11
fix-ci 2026-03-11