fixed postgresql image name

This commit is contained in:
André Bauer 2017-01-05 16:06:27 +01:00
parent 49ff5be130
commit 3495e9e0d1
3 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM postgresql
FROM postgres
MAINTAINER André Bauer <monotek23@gmail.com>
LABEL org.label-schema.build-date="$BUILD_DATE" \

View File

@ -1,7 +1,6 @@
#!/bin/bash
#
# build hook for dockerhubs autobuild feature
# builds stable and develop images from only one branch
#
. "hooks/config"

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# build hooks
# build hooks config
#
DOCKER_IMAGES="elasticsearch nginx postgresql zammad"
DOCKER_REPO="monotek/zammad-docker-compose"
DOCKER_IMAGES="elasticsearch nginx postgresql zammad"