cronicle (sha256:55e8a9e45a87c9855a83ae7d4077249670c5dbb29cb28e1ad98a3da3f6ea550f)
Installation
docker pull git.lerch.org/lobo/cronicle@sha256:55e8a9e45a87c9855a83ae7d4077249670c5dbb29cb28e1ad98a3da3f6ea550fsha256:55e8a9e45a87c9855a83ae7d4077249670c5dbb29cb28e1ad98a3da3f6ea550fAbout this package
Vanilla upstream Cronicle, built from the GitHub release tarball
Image layers
| ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG CRONICLE_VERSION=0.9.127 |
| RUN |1 CRONICLE_VERSION=0.9.127 /bin/sh -c apk add --no-cache acl bash coreutils curl git jq nodejs npm openssl procps tar tini util-linux # buildkit |
| ENV CRONICLE_foreground=1 CRONICLE_echo=1 EDITOR=vi PATH=/opt/cronicle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN |1 CRONICLE_VERSION=0.9.127 /bin/sh -c addgroup cronicle --gid 1099 && adduser -D -h /opt/cronicle -u 1000 -G cronicle cronicle # buildkit |
| WORKDIR /opt/cronicle |
| RUN |1 CRONICLE_VERSION=0.9.127 /bin/sh -c test -n "$CRONICLE_VERSION" || { echo "ERROR: --build-arg CRONICLE_VERSION=<x.y.z> is required" >&2; exit 1; } # buildkit |
| RUN |1 CRONICLE_VERSION=0.9.127 /bin/sh -c curl -fsSL "https://github.com/jhuckaby/Cronicle/archive/refs/tags/v${CRONICLE_VERSION}.tar.gz" -o /tmp/cronicle.tar.gz && busybox tar xzf /tmp/cronicle.tar.gz --strip-components 1 -C /opt/cronicle && rm /tmp/cronicle.tar.gz # buildkit |
| RUN |1 CRONICLE_VERSION=0.9.127 /bin/sh -c npm ci --ignore-scripts --omit=dev # buildkit |
| RUN |1 CRONICLE_VERSION=0.9.127 /bin/sh -c node bin/build dist # buildkit |
| COPY test/newline-regression.js /opt/cronicle/newline-regression.js # buildkit |
| RUN |1 CRONICLE_VERSION=0.9.127 /bin/sh -c node /opt/cronicle/newline-regression.js && rm /opt/cronicle/newline-regression.js # buildkit |
| RUN |1 CRONICLE_VERSION=0.9.127 /bin/sh -c mkdir -p /opt/cronicle/data /opt/cronicle/conf && chmod 0700 /opt/cronicle/data /opt/cronicle/conf # buildkit |
| LABEL org.opencontainers.image.title=Cronicle org.opencontainers.image.description=Vanilla upstream Cronicle, built from the GitHub release tarball org.opencontainers.image.version=0.9.127 org.opencontainers.image.url=https://github.com/jhuckaby/Cronicle org.opencontainers.image.source=https://git.lerch.org/lobo/cronicle-docker org.opencontainers.image.licenses=MIT |
| ENTRYPOINT ["/sbin/tini" "--"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Vanilla upstream Cronicle, built from the GitHub release tarball |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.source | https://git.lerch.org/lobo/cronicle-docker |
| org.opencontainers.image.title | Cronicle |
| org.opencontainers.image.url | https://github.com/jhuckaby/Cronicle |
| org.opencontainers.image.version | 0.9.127 |
Details
2026-08-13 13:00:32 +00:00
Versions (19)
View all
Container
0
OCI / Docker
linux/amd64
MIT
69 MiB
latest
2026-09-18
0.9.134-9d4ce24
2026-09-18
0.9.134
2026-09-18
0.9.133
2026-09-11
0.9.133-9d4ce24
2026-09-11