restitux restitux
  • the ohea admin

    [m]: @restitux:ohea.xyz

  • Joined on 2022-09-15

gitea-matrix-sync (fix-rereview-notification-author)

Published 2026-05-06 01:01:50 +00:00 by restitux

Installation

docker pull git.ohea.xyz/restitux/gitea-matrix-sync:fix-rereview-notification-author
sha256:01d476e371b9ab61ed2aa243cd50b55e572dce85fc9e5e42dd3377d407d1dcf7

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
Container
2026-05-06 01:01:50 +00:00
0
OCI / Docker
Versions (4) View all
latest 2026-05-06
fix-container 2026-03-11
fix-ci 2026-03-11