Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Set the correct tag version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeathe committed Jan 30, 2015
1 parent 9c6926e commit 970ea05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions varnish.pool-1.1.1@8000.service
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ ExecStartPre=/bin/sudo /bin/bash -c \
# Initialisation: Pull or build image if required
ExecStartPre=/bin/sudo /bin/bash -c \
"if [ ! \"jdeathe/centos-ssh-varnish\" == \"$(/usr/bin/docker images | /bin/grep -e '^jdeathe/centos-ssh-varnish[ ]\{1,\}' | /bin/grep -o 'jdeathe/centos-ssh-varnish')\" ]; then \
if [ -f /var/services-packages/jdeathe/centos-ssh-varnish.centos-6-1.0.1.tar.xz ]; then \
/usr/bin/xz -dc /var/services-packages/jdeathe/centos-ssh-varnish.centos-6-1.0.1.tar.xz | /usr/bin/docker load; \
if [ -f /var/services-packages/jdeathe/centos-ssh-varnish.centos-6-1.0.0.tar.xz ]; then \
/usr/bin/xz -dc /var/services-packages/jdeathe/centos-ssh-varnish.centos-6-1.0.0.tar.xz | /usr/bin/docker load; \
else \
/usr/bin/docker pull jdeathe/centos-ssh-varnish:centos-6-1.0.1; \
/usr/bin/docker pull jdeathe/centos-ssh-varnish:centos-6-1.0.0; \
fi; \
fi"

Expand Down

0 comments on commit 970ea05

Please sign in to comment.