Compare commits
3 Commits
1425fb25e1
...
fecbc4ffc7
Author | SHA1 | Date | |
---|---|---|---|
fecbc4ffc7 | |||
33216e5db3 | |||
64fb20c1d2 |
@ -13,7 +13,7 @@ RUN make clean && make build
|
|||||||
FROM docker:25.0.5-dind
|
FROM docker:25.0.5-dind
|
||||||
USER root
|
USER root
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
git bash supervisor python3 py3-pip
|
git bash supervisor python3 py3-pip fuse-overlayfs
|
||||||
|
|
||||||
RUN pip3 install --break-system-packages supervisord-dependent-startup
|
RUN pip3 install --break-system-packages supervisord-dependent-startup
|
||||||
|
|
||||||
@ -28,6 +28,9 @@ RUN chmod +x /healthcheck.sh
|
|||||||
|
|
||||||
ENV DOCKER_PRUNE_INTERVAL="0 0 * * *"
|
ENV DOCKER_PRUNE_INTERVAL="0 0 * * *"
|
||||||
|
|
||||||
|
# Supress tini warning
|
||||||
|
ENV TINI_SUBREAPER=true
|
||||||
|
|
||||||
# Add Crontab for root user
|
# Add Crontab for root user
|
||||||
RUN echo "${DOCKER_PRUNE_INTERVAL} echo Pruning docker volumes && docker volume prune -af" > .crontab.txt && crontab .crontab.txt
|
RUN echo "${DOCKER_PRUNE_INTERVAL} echo Pruning docker volumes && docker volume prune -af" > .crontab.txt && crontab .crontab.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user