fixed postgresql image name
This commit is contained in:
parent
49ff5be130
commit
3495e9e0d1
@ -1,4 +1,4 @@
|
|||||||
FROM postgresql
|
FROM postgres
|
||||||
MAINTAINER André Bauer <monotek23@gmail.com>
|
MAINTAINER André Bauer <monotek23@gmail.com>
|
||||||
|
|
||||||
LABEL org.label-schema.build-date="$BUILD_DATE" \
|
LABEL org.label-schema.build-date="$BUILD_DATE" \
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# build hook for dockerhubs autobuild feature
|
# build hook for dockerhubs autobuild feature
|
||||||
# builds stable and develop images from only one branch
|
|
||||||
#
|
#
|
||||||
|
|
||||||
. "hooks/config"
|
. "hooks/config"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# build hooks
|
# build hooks config
|
||||||
#
|
#
|
||||||
|
|
||||||
DOCKER_IMAGES="elasticsearch nginx postgresql zammad"
|
|
||||||
DOCKER_REPO="monotek/zammad-docker-compose"
|
DOCKER_REPO="monotek/zammad-docker-compose"
|
||||||
|
DOCKER_IMAGES="elasticsearch nginx postgresql zammad"
|
||||||
|
Loading…
Reference in New Issue
Block a user