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