From 7842a2b4a89d571516dfb6aa2492253d56be7025 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 22 Jun 2026 18:50:12 +0100 Subject: [PATCH] adds crond --- crond/Dockerfile | 5 +++++ crond/version | 1 + 2 files changed, 6 insertions(+) create mode 100644 crond/Dockerfile create mode 100644 crond/version diff --git a/crond/Dockerfile b/crond/Dockerfile new file mode 100644 index 0000000..63787e1 --- /dev/null +++ b/crond/Dockerfile @@ -0,0 +1,5 @@ +ARG ALPINE_VERSION +FROM docker.io/alpine:${ALPINE_VERSION} +ARG VERSION +RUN apk --no-cache add busybox-openrc=${VERSION} +RUN rc-update add crond diff --git a/crond/version b/crond/version new file mode 100644 index 0000000..bf50e91 --- /dev/null +++ b/crond/version @@ -0,0 +1 @@ +1.37.0