k0lter / autopostgresqlbackup

Automated tool to make periodic backups of PostgreSQL databases
52 stars 17 forks source link

Offer a container distribution for autopostgresqlbackup ? #38

Open ieugen opened 1 month ago

ieugen commented 1 month ago

Hi,

Would you be open to offering a container version of the software? I'm asking because I checked and there are a few version but none of them is this one https://hub.docker.com/search?q=autopostgresqlbackup .

Also Debian package seems to be behind, otherwise I could have built a container from debian package. https://github.com/k0lter/autopostgresqlbackup/issues/29 .

I can contribute a container version if you are open to accepting PR's . I think that starting from a base Debian version + postgresql-client (and mysql ?! ) + this software should be enough.

Even if you do not publish it, it can be used by others to build a container from the Docker file URL , especially if the instructions are kindly provided :) .

The URL can be a git tag release reference in this case .

https://docs.docker.com/reference/cli/docker/buildx/build/ https://stackoverflow.com/a/39194765