Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregves/docker-images
A collection of Docker images
https://github.com/gregves/docker-images
Last synced: 20 days ago
JSON representation
A collection of Docker images
- Host: GitHub
- URL: https://github.com/gregves/docker-images
- Owner: GregVes
- Created: 2022-07-30T15:25:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T12:41:02.000Z (over 2 years ago)
- Last Synced: 2024-10-27T22:11:48.704Z (2 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-images
A collection of Docker images
## Pgdump s3
A Debian image - loaded with the AWS CLI and the PostgreSQL client - running a bash script backing up a DB to an AWS S3 bucket.
The script expects the following env vars:
* AWS_ACCESS_KEY_ID
* AWS_SECRET_ACCESS_KEY
* AWS_S3_BUCKET
* AWS_S3_OBJECT
* DB_HOST
* DB_USER
* DB_PASSWORD
* DB_NAMEIf you wish to run the container in a k8s environment: `public.ecr.aws/u0e6y9i3/pg-s3-backup:v1`