From 18a2e24d00395f54bd89c2711483a7af4677ab3b Mon Sep 17 00:00:00 2001 From: Jim Van Fleet <jim.van.fleet@levvel.io> Date: Thu, 13 Jul 2017 16:21:18 -0400 Subject: [PATCH] They are both shibdb --- Dockerfile | 2 +- common.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4af23b5..c64f725 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:alpine ARG maintainer=tier -ARG imagename=shibd +ARG imagename=shibdb ARG version=9.6 ARG postgres_db=shibboleth diff --git a/common.bash b/common.bash index 43a17c1..6205dd0 100644 --- a/common.bash +++ b/common.bash @@ -1,4 +1,4 @@ maintainer="tier" -imagename="shibd" +imagename="shibdb" version="9.6" postgres_db="shibboleth" \ No newline at end of file