docker-crontab (sha256:6cb8f920f16ed36feebeb591efd6ae0c730413ce4a97e7c82de864f8550df1d2)

Published 2026-05-31 07:53:35 -06:00 by w33ble in w33ble/docker-crontab

Installation

docker pull git.w33ble.com/w33ble/docker-crontab@sha256:6cb8f920f16ed36feebeb591efd6ae0c730413ce4a97e7c82de864f8550df1d2
sha256:6cb8f920f16ed36feebeb591efd6ae0c730413ce4a97e7c82de864f8550df1d2

Image layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV CRON_USER=cronuser
ENV CRON_UID=1000
ENV CRON_GID=1000
ENV RUN_AS_ROOT=
RUN /bin/sh -c apk add --no-cache tini curl # buildkit
STOPSIGNAL SIGKILL
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit
WORKDIR /workspace
ENTRYPOINT ["/sbin/tini" "--" "/usr/local/bin/entrypoint.sh"]
CMD ["crond" "-l" "2" "-f"]
Details
Container
2026-05-31 07:53:35 -06:00
1
OCI / Docker
linux/amd64
6 MiB
Versions (1) View all
latest 2026-05-31