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