Skip to content

Commit e5500ab

Browse files
authored
feat: update gitlab-backup image version to 1.14.0 and add EXPORT_TIMEOUT_MIN to README (#51)
1 parent bdf5b50 commit e5500ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.22.1 AS alpine
22

33
FROM ghcr.io/sgaunet/gocrypt:2.0.0 AS gocrypt
44

5-
FROM ghcr.io/sgaunet/gitlab-backup:1.13.0 AS gitlab-backup-image
5+
FROM ghcr.io/sgaunet/gitlab-backup:1.14.0 AS gitlab-backup-image
66

77
FROM scratch
88
LABEL org.opencontainers.image.authors="sgaunet"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ It needs some environement variables to run:
5151
* S3BUCKETPATH
5252
* AWS_SECRET_ACCESS_KEY: not mandatory if you associate an IAM role to the pod or ec2
5353
* AWS_ACCESS_KEY_ID: not mandatory too
54+
* EXPORT_TIMEOUT_MIN: default timeout export in minutes (default "10")
5455

5556
# Development
5657

0 commit comments

Comments
 (0)