From 19ad4928a0cd22293323ef8bd8400b4270fedea8 Mon Sep 17 00:00:00 2001 From: Sylvain <1552102+sgaunet@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:00:41 +0200 Subject: [PATCH] feat: update gitlab-backup image version to 1.14.0 and add EXPORT_TIMEOUT_MIN to README --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc23ae1..5e21e52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.22.1 AS alpine FROM ghcr.io/sgaunet/gocrypt:2.0.0 AS gocrypt -FROM ghcr.io/sgaunet/gitlab-backup:1.13.0 AS gitlab-backup-image +FROM ghcr.io/sgaunet/gitlab-backup:1.14.0 AS gitlab-backup-image FROM scratch LABEL org.opencontainers.image.authors="sgaunet" diff --git a/README.md b/README.md index fd6b518..27582da 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ It needs some environement variables to run: * S3BUCKETPATH * AWS_SECRET_ACCESS_KEY: not mandatory if you associate an IAM role to the pod or ec2 * AWS_ACCESS_KEY_ID: not mandatory too +* EXPORT_TIMEOUT_MIN: default timeout export in minutes (default "10") # Development