Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading