ktk-schedule (e9eef7bf5687755efa8287c9abf3fd62eb5c959b)

Published 2026-06-03 19:14:12 +00:00 by kurumi

Installation

docker pull git.kurumi.world/kurumi/ktk-schedule:e9eef7bf5687755efa8287c9abf3fd62eb5c959b
sha256:2b28da02f4bbb52747bc0b5d408e5a96e69c2c76a79bc8fed752129dab4273a3

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 19:14:12 +00:00
1
OCI / Docker
linux/amd64
11 MiB
Versions (9) View all