From d7cf4683c55dde769e126c50fc8de9be98aa4677 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Mon, 11 Mar 2024 14:06:25 +0100 Subject: [PATCH] Update docker image version --- templates/datacore/borg-crontab.txt | 4 ++-- templates/datacore/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/datacore/borg-crontab.txt b/templates/datacore/borg-crontab.txt index 34bb174..e6b8a4a 100644 --- a/templates/datacore/borg-crontab.txt +++ b/templates/datacore/borg-crontab.txt @@ -1,2 +1,2 @@ -55 */6 * * * /usr/bin/borgmatic --stats -v 0 2>&1 && ${HEALTHCHECK1} -30 23 1 * * /usr/bin/borgmatic --check -v 0 2>&1 && ${HEALTHCHECK2} +55 */6 * * * /usr/local/bin/borgmatic --stats -v 0 2>&1 && ${HEALTHCHECK1} +30 23 1 * * /usr/local/bin/borgmatic check -v 0 2>&1 && ${HEALTHCHECK2} diff --git a/templates/datacore/docker-compose.yml b/templates/datacore/docker-compose.yml index 75078c9..5c23345 100644 --- a/templates/datacore/docker-compose.yml +++ b/templates/datacore/docker-compose.yml @@ -38,7 +38,7 @@ services: - /apps/datacore/${CI_PROJECT_ID}/${CI_COMMIT_REF_NAME}/crontabs/jobs.ini:/etc/ofelia/config.ini borgmatic: - image: b3vis/borgmatic:base-1.2.0-1.6.0 + image: b3vis/borgmatic:1.8 restart: unless-stopped volumes: - /etc/timezone:/etc/timezone:ro -- GitLab