This repository was archived by the owner on Jul 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ ExecStartPre=/bin/sudo /bin/bash -c \
4747# Initialisation: Pull or build image if required
4848ExecStartPre =/bin/sudo /bin/bash -c \
4949 "if [ ! \" jdeathe/centos-ssh-apache-php-fcgi\" == \" $(/usr/bin/docker images | /bin/grep -e '^jdeathe/centos-ssh-apache-php-fcgi[ ]\{ 1,\} ' | /bin/grep -o 'jdeathe/centos-ssh-apache-php-fcgi' )\" ]; then \
50- if [ -f /var/services-packages/jdeathe/centos-ssh-apache-php-fcgi.centos-6-1.2.0 .tar.xz ]; then \
51- /usr/bin/xz -dc /var/services-packages/jdeathe/centos-ssh-apache-php-fcgi.centos-6-1.2.0 .tar.xz | /usr/bin/docker load; \
50+ if [ -f /var/services-packages/jdeathe/centos-ssh-apache-php-fcgi.centos-6-1.2.1 .tar.xz ]; then \
51+ /usr/bin/xz -dc /var/services-packages/jdeathe/centos-ssh-apache-php-fcgi.centos-6-1.2.1 .tar.xz | /usr/bin/docker load; \
5252 else \
53- /usr/bin/docker pull jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.2.0 ; \
53+ /usr/bin/docker pull jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.2.1 ; \
5454 fi; \
5555 fi"
5656
@@ -75,7 +75,7 @@ ExecStart=/bin/sudo /bin/bash -c \
7575 --env DATE_TIMEZONE=UTC \
7676 --volumes-from volume-config.%p \
7777 -v /var/services-data/apache-php/app-1:/var/www/app \
78- jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.2.0 "
78+ jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.2.1 "
7979
8080ExecStartPost =/usr/bin/etcdctl set /services/apache-php/app-1/1.1 %H:%i
8181
You can’t perform that action at this time.
0 commit comments