ktk-schedule (7ac96b8a5da7c56d2697f44da15fe8b60da08322)

Published 2026-06-03 12:31:04 +00:00 by kurumi

Installation

docker pull git.kurumi.world/kurumi/ktk-schedule:7ac96b8a5da7c56d2697f44da15fe8b60da08322
sha256:3eb63d143e5b83da4a3644d7f4da77b03e47519003c096d43ef84406b9a33ed1

Image layers

ADD alpine-minirootfs-3.22.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache tzdata curl su-exec && adduser -D -h /app app && mkdir -p /app/data # buildkit
WORKDIR /app
COPY --chown=app:app /out/ktk-schedule /app/ktk-schedule # buildkit
COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit
ENTRYPOINT ["/docker-entrypoint.sh"]
HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8080/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'}
CMD ["/app/ktk-schedule"]

Labels

Key Value
org.opencontainers.image.source https://git.kurumi.world/kurumi/ktk-schedule
Details
Container
2026-06-03 12:31:04 +00:00
1
OCI / Docker
linux/amd64
11 MiB
Versions (9) View all