Browse Source
Upgrade postgres-backup-s3 to psql 17
The upstream `go-crond` repo now uses `main` as it's base branch, so the
tag name changed.
pull/168/head
Matías García Isaía
3 months ago
No known key found for this signature in database
GPG Key ID: 9E4B036DF45CE8B8
2 changed files with
2 additions and
2 deletions
-
postgres-backup-s3/Dockerfile
-
postgres-backup-s3/install.sh
|
@ -1,4 +1,4 @@ |
|
|
FROM webdevops/go-crond:master-alpine |
|
|
|
|
|
|
|
|
FROM webdevops/go-crond:main-alpine |
|
|
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>" |
|
|
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>" |
|
|
|
|
|
|
|
|
ADD install.sh install.sh |
|
|
ADD install.sh install.sh |
|
|
|
@ -5,7 +5,7 @@ set -eo pipefail |
|
|
|
|
|
|
|
|
apk update |
|
|
apk update |
|
|
apk add openssl aws-cli |
|
|
apk add openssl aws-cli |
|
|
apk add postgresql-client --repository=https://dl-cdn.alpinelinux.org/alpine/v3.19/main |
|
|
|
|
|
|
|
|
apk add postgresql-client |
|
|
|
|
|
|
|
|
# cleanup |
|
|
# cleanup |
|
|
rm -rf /var/cache/apk/* |
|
|
rm -rf /var/cache/apk/* |