REL-0.12 Update update-docker.sh to use new httpd namespace

This commit is contained in:
cytopia 2017-10-01 19:16:09 +02:00
parent fb193aba20
commit 20383fee48
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -33,10 +33,10 @@ docker pull cytopia/hhvm-latest:${TAG}
### HTTPD
###
TAG="$( grep '^[[:space:]]*image:.*\${HTTPD_SERVER' "${CWD}/docker-compose.yml" | sed 's/^.*://g' )"
docker pull cytopia/nginx-stable:${TAG}
docker pull cytopia/nginx-mainline:${TAG}
docker pull cytopia/apache-2.2:${TAG}
docker pull cytopia/apache-2.4:${TAG}
docker pull devilbox/nginx-stable:${TAG}
docker pull devilbox/nginx-mainline:${TAG}
docker pull devilbox/apache-2.2:${TAG}
docker pull devilbox/apache-2.4:${TAG}
###
### MYSQL