We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf5b50 commit e5500abCopy full SHA for e5500ab
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.22.1 AS alpine
2
3
FROM ghcr.io/sgaunet/gocrypt:2.0.0 AS gocrypt
4
5
-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
6
7
FROM scratch
8
LABEL org.opencontainers.image.authors="sgaunet"
README.md
@@ -51,6 +51,7 @@ It needs some environement variables to run:
51
* S3BUCKETPATH
52
* AWS_SECRET_ACCESS_KEY: not mandatory if you associate an IAM role to the pod or ec2
53
* AWS_ACCESS_KEY_ID: not mandatory too
54
+* EXPORT_TIMEOUT_MIN: default timeout export in minutes (default "10")
55
56
# Development
57
0 commit comments