From 424ea8d8c39a12c153ad6b2bfbd7be884d155361 Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Sun, 3 Oct 2021 13:05:57 +0200 Subject: [PATCH] README.md last build status added --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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/).