Merge pull request #47 from nupplaphil/docker-46

Change 2018.12-rc to 2019.01-rc
This commit is contained in:
Philipp 2019-01-04 02:06:45 +01:00 committed by GitHub
commit 5081f9329a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 26 additions and 26 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
trap "break;exit" HUP INT TERM
while [ ! -f /var/www/html/config/local.ini.php ] || [ ! -f /var/www/html/config/local.config.php ]; do
while [ ! -f /var/www/html/config/local.ini.php ] && [ ! -f /var/www/html/config/local.config.php ]; do
sleep 1
done

View File

@ -59,9 +59,9 @@ jobs:
- env: VERSION=2018.12-dev VARIANT=fpm-alpine ARCH=amd64
- env: VERSION=2018.12-dev VARIANT=fpm ARCH=amd64
- env: VERSION=2018.12-dev VARIANT=apache ARCH=amd64
- env: VERSION=2018.12-rc VARIANT=fpm-alpine ARCH=amd64
- env: VERSION=2018.12-rc VARIANT=fpm ARCH=amd64
- env: VERSION=2018.12-rc VARIANT=apache ARCH=amd64
- env: VERSION=2019.01-rc VARIANT=fpm-alpine ARCH=amd64
- env: VERSION=2019.01-rc VARIANT=fpm ARCH=amd64
- env: VERSION=2019.01-rc VARIANT=apache ARCH=amd64
- stage: test images (full)
env: VERSION=2018.09 VARIANT=fpm-alpine ARCH=amd64
@ -76,12 +76,12 @@ jobs:
- env: VERSION=2018.12-dev VARIANT=fpm ARCH=i386
- env: VERSION=2018.12-dev VARIANT=apache ARCH=amd64
- env: VERSION=2018.12-dev VARIANT=apache ARCH=i386
- env: VERSION=2018.12-rc VARIANT=fpm-alpine ARCH=amd64
- env: VERSION=2018.12-rc VARIANT=fpm-alpine ARCH=i386
- env: VERSION=2018.12-rc VARIANT=fpm ARCH=amd64
- env: VERSION=2018.12-rc VARIANT=fpm ARCH=i386
- env: VERSION=2018.12-rc VARIANT=apache ARCH=amd64
- env: VERSION=2018.12-rc VARIANT=apache ARCH=i386
- env: VERSION=2019.01-rc VARIANT=fpm-alpine ARCH=amd64
- env: VERSION=2019.01-rc VARIANT=fpm-alpine ARCH=i386
- env: VERSION=2019.01-rc VARIANT=fpm ARCH=amd64
- env: VERSION=2019.01-rc VARIANT=fpm ARCH=i386
- env: VERSION=2019.01-rc VARIANT=apache ARCH=amd64
- env: VERSION=2019.01-rc VARIANT=apache ARCH=i386
- stage: deploy
env: SCRIPT=build_and_push.sh

View File

@ -1,7 +1,7 @@
#!/bin/sh
trap "break;exit" HUP INT TERM
while [ ! -f /var/www/html/config/local.ini.php ] || [ ! -f /var/www/html/config/local.config.php ]; do
while [ ! -f /var/www/html/config/local.ini.php ] && [ ! -f /var/www/html/config/local.config.php ]; do
sleep 1
done

View File

@ -1,7 +1,7 @@
#!/bin/sh
trap "break;exit" HUP INT TERM
while [ ! -f /var/www/html/config/local.ini.php ] || [ ! -f /var/www/html/config/local.config.php ]; do
while [ ! -f /var/www/html/config/local.ini.php ] && [ ! -f /var/www/html/config/local.config.php ]; do
sleep 1
done

View File

@ -1,7 +1,7 @@
#!/bin/sh
trap "break;exit" HUP INT TERM
while [ ! -f /var/www/html/config/local.ini.php ] || [ ! -f /var/www/html/config/local.config.php ]; do
while [ ! -f /var/www/html/config/local.ini.php ] && [ ! -f /var/www/html/config/local.config.php ]; do
sleep 1
done

View File

@ -1,7 +1,7 @@
#!/bin/sh
trap "break;exit" HUP INT TERM
while [ ! -f /var/www/html/config/local.ini.php ] || [ ! -f /var/www/html/config/local.config.php ]; do
while [ ! -f /var/www/html/config/local.ini.php ] && [ ! -f /var/www/html/config/local.config.php ]; do
sleep 1
done

View File

@ -1,7 +1,7 @@
#!/bin/sh
trap "break;exit" HUP INT TERM
while [ ! -f /var/www/html/config/local.ini.php ] || [ ! -f /var/www/html/config/local.config.php ]; do
while [ ! -f /var/www/html/config/local.ini.php ] && [ ! -f /var/www/html/config/local.config.php ]; do
sleep 1
done

View File

@ -1,7 +1,7 @@
#!/bin/sh
trap "break;exit" HUP INT TERM
while [ ! -f /var/www/html/config/local.ini.php ] || [ ! -f /var/www/html/config/local.config.php ]; do
while [ ! -f /var/www/html/config/local.ini.php ] && [ ! -f /var/www/html/config/local.config.php ]; do
sleep 1
done

View File

@ -106,8 +106,8 @@ RUN {\
COPY *.sh upgrade.exclude /
RUN chmod +x /*.sh
ENV FRIENDICA_VERSION 2018.12-rc
ENV FRIENDICA_ADDONS 2018.12-rc
ENV FRIENDICA_VERSION 2019.01-rc
ENV FRIENDICA_ADDONS 2019.01-rc
ENTRYPOINT ["/entrypoint.sh"]

View File

@ -1,7 +1,7 @@
#!/bin/sh
trap "break;exit" HUP INT TERM
while [ ! -f /var/www/html/config/local.ini.php ] || [ ! -f /var/www/html/config/local.config.php ]; do
while [ ! -f /var/www/html/config/local.ini.php ] && [ ! -f /var/www/html/config/local.config.php ]; do
sleep 1
done

View File

@ -89,8 +89,8 @@ RUN {\
COPY *.sh upgrade.exclude /
RUN chmod +x /*.sh
ENV FRIENDICA_VERSION 2018.12-rc
ENV FRIENDICA_ADDONS 2018.12-rc
ENV FRIENDICA_VERSION 2019.01-rc
ENV FRIENDICA_ADDONS 2019.01-rc
ENTRYPOINT ["/entrypoint.sh"]

View File

@ -1,7 +1,7 @@
#!/bin/sh
trap "break;exit" HUP INT TERM
while [ ! -f /var/www/html/config/local.ini.php ] || [ ! -f /var/www/html/config/local.config.php ]; do
while [ ! -f /var/www/html/config/local.ini.php ] && [ ! -f /var/www/html/config/local.config.php ]; do
sleep 1
done

View File

@ -98,8 +98,8 @@ RUN {\
COPY *.sh upgrade.exclude /
RUN chmod +x /*.sh
ENV FRIENDICA_VERSION 2018.12-rc
ENV FRIENDICA_ADDONS 2018.12-rc
ENV FRIENDICA_VERSION 2019.01-rc
ENV FRIENDICA_ADDONS 2019.01-rc
ENTRYPOINT ["/entrypoint.sh"]

View File

@ -1,7 +1,7 @@
#!/bin/sh
trap "break;exit" HUP INT TERM
while [ ! -f /var/www/html/config/local.ini.php ] || [ ! -f /var/www/html/config/local.config.php ]; do
while [ ! -f /var/www/html/config/local.ini.php ] && [ ! -f /var/www/html/config/local.config.php ]; do
sleep 1
done

View File

@ -41,7 +41,7 @@ variants=(
)
versions=(
2018.12-rc
2019.01-rc
2018.12-dev
2018.09
)