diff --git a/README.md b/README.md index 46b8093..9480bd0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Docker AutoPostgreSQLBackup > AutoPostgreSQLBackup in a docker container +Last Build status: [![Build Status](https://drone.sikorski.cloud/api/badges/RogerSik/docker-autopostgresqlbackup/status.svg)](https://drone.sikorski.cloud/RogerSik/docker-autopostgresqlbackup) + This docker container uses the autopostgresqlbackup package from ubuntu repos with a minimal modification to make it able to use variables from environment variables, making the configuration through docker model possible. The original source code with modifications is in this repo, also the license GPLv2 has been respected and this repo is under GPLv2. This container follow the [dockerfile good practices](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/).