diff --git a/10.0/apache/apps.config.php b/.config/apps.config.php similarity index 100% rename from 10.0/apache/apps.config.php rename to .config/apps.config.php diff --git a/10.0/apache/Dockerfile b/10.0/apache/Dockerfile index d8b1597..b482cb8 100644 --- a/10.0/apache/Dockerfile +++ b/10.0/apache/Dockerfile @@ -44,6 +44,8 @@ RUN a2enmod rewrite ENV NEXTCLOUD_VERSION 10.0.5 VOLUME /var/www/html +COPY config/* /usr/src/nextcloud/config/ + RUN curl -fsSL -o nextcloud.tar.bz2 \ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \ && curl -fsSL -o nextcloud.tar.bz2.asc \ @@ -69,7 +71,6 @@ RUN curl -fsSL -o nextcloud.tar.bz2 \ && chmod +x /usr/src/nextcloud/occ COPY docker-entrypoint.sh /entrypoint.sh -COPY apps.config.php /usr/src/nextcloud/config/apps.config.php ENTRYPOINT ["/entrypoint.sh"] CMD ["apache2-foreground"] diff --git a/10.0/fpm/apps.config.php b/10.0/apache/config/apps.config.php similarity index 100% rename from 10.0/fpm/apps.config.php rename to 10.0/apache/config/apps.config.php diff --git a/10.0/fpm/Dockerfile b/10.0/fpm/Dockerfile index b160a46..a4faaef 100644 --- a/10.0/fpm/Dockerfile +++ b/10.0/fpm/Dockerfile @@ -42,6 +42,8 @@ RUN set -ex \ ENV NEXTCLOUD_VERSION 10.0.5 VOLUME /var/www/html +COPY config/* /usr/src/nextcloud/config/ + RUN curl -fsSL -o nextcloud.tar.bz2 \ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \ && curl -fsSL -o nextcloud.tar.bz2.asc \ @@ -67,7 +69,6 @@ RUN curl -fsSL -o nextcloud.tar.bz2 \ && chmod +x /usr/src/nextcloud/occ COPY docker-entrypoint.sh /entrypoint.sh -COPY apps.config.php /usr/src/nextcloud/config/apps.config.php ENTRYPOINT ["/entrypoint.sh"] CMD ["php-fpm"] diff --git a/11.0/apache/apps.config.php b/10.0/fpm/config/apps.config.php similarity index 100% rename from 11.0/apache/apps.config.php rename to 10.0/fpm/config/apps.config.php diff --git a/11.0/apache/Dockerfile b/11.0/apache/Dockerfile index d4c0ff5..9a6019b 100644 --- a/11.0/apache/Dockerfile +++ b/11.0/apache/Dockerfile @@ -45,6 +45,8 @@ RUN a2enmod rewrite ENV NEXTCLOUD_VERSION 11.0.3 VOLUME /var/www/html +COPY config/* /usr/src/nextcloud/config/ + RUN curl -fsSL -o nextcloud.tar.bz2 \ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \ && curl -fsSL -o nextcloud.tar.bz2.asc \ @@ -70,7 +72,6 @@ RUN curl -fsSL -o nextcloud.tar.bz2 \ && chmod +x /usr/src/nextcloud/occ COPY docker-entrypoint.sh /entrypoint.sh -COPY apps.config.php /usr/src/nextcloud/config/apps.config.php ENTRYPOINT ["/entrypoint.sh"] CMD ["apache2-foreground"] diff --git a/11.0/fpm/apps.config.php b/11.0/apache/config/apps.config.php similarity index 100% rename from 11.0/fpm/apps.config.php rename to 11.0/apache/config/apps.config.php diff --git a/11.0/fpm/Dockerfile b/11.0/fpm/Dockerfile index 9aa10e0..3fe1574 100644 --- a/11.0/fpm/Dockerfile +++ b/11.0/fpm/Dockerfile @@ -43,6 +43,8 @@ RUN set -ex \ ENV NEXTCLOUD_VERSION 11.0.3 VOLUME /var/www/html +COPY config/* /usr/src/nextcloud/config/ + RUN curl -fsSL -o nextcloud.tar.bz2 \ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \ && curl -fsSL -o nextcloud.tar.bz2.asc \ @@ -68,7 +70,6 @@ RUN curl -fsSL -o nextcloud.tar.bz2 \ && chmod +x /usr/src/nextcloud/occ COPY docker-entrypoint.sh /entrypoint.sh -COPY apps.config.php /usr/src/nextcloud/config/apps.config.php ENTRYPOINT ["/entrypoint.sh"] CMD ["php-fpm"] diff --git a/12.0/apache/apps.config.php b/11.0/fpm/config/apps.config.php similarity index 100% rename from 12.0/apache/apps.config.php rename to 11.0/fpm/config/apps.config.php diff --git a/12.0/apache/Dockerfile b/12.0/apache/Dockerfile index 1b05272..1377017 100644 --- a/12.0/apache/Dockerfile +++ b/12.0/apache/Dockerfile @@ -45,6 +45,8 @@ RUN a2enmod rewrite ENV NEXTCLOUD_VERSION 12.0.0 VOLUME /var/www/html +COPY config/* /usr/src/nextcloud/config/ + RUN curl -fsSL -o nextcloud.tar.bz2 \ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \ && curl -fsSL -o nextcloud.tar.bz2.asc \ @@ -70,7 +72,6 @@ RUN curl -fsSL -o nextcloud.tar.bz2 \ && chmod +x /usr/src/nextcloud/occ COPY docker-entrypoint.sh /entrypoint.sh -COPY apps.config.php /usr/src/nextcloud/config/apps.config.php ENTRYPOINT ["/entrypoint.sh"] CMD ["apache2-foreground"] diff --git a/12.0/fpm/apps.config.php b/12.0/apache/config/apps.config.php similarity index 100% rename from 12.0/fpm/apps.config.php rename to 12.0/apache/config/apps.config.php diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile index 41b7365..bcf3a3e 100644 --- a/12.0/fpm/Dockerfile +++ b/12.0/fpm/Dockerfile @@ -43,6 +43,8 @@ RUN set -ex \ ENV NEXTCLOUD_VERSION 12.0.0 VOLUME /var/www/html +COPY config/* /usr/src/nextcloud/config/ + RUN curl -fsSL -o nextcloud.tar.bz2 \ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \ && curl -fsSL -o nextcloud.tar.bz2.asc \ @@ -68,7 +70,6 @@ RUN curl -fsSL -o nextcloud.tar.bz2 \ && chmod +x /usr/src/nextcloud/occ COPY docker-entrypoint.sh /entrypoint.sh -COPY apps.config.php /usr/src/nextcloud/config/apps.config.php ENTRYPOINT ["/entrypoint.sh"] CMD ["php-fpm"] diff --git a/apps.config.php b/12.0/fpm/config/apps.config.php similarity index 100% rename from apps.config.php rename to 12.0/fpm/config/apps.config.php diff --git a/Dockerfile-php7.template b/Dockerfile-php7.template index ef49df7..89e23b8 100644 --- a/Dockerfile-php7.template +++ b/Dockerfile-php7.template @@ -45,6 +45,8 @@ RUN a2enmod rewrite ENV NEXTCLOUD_VERSION %%VERSION%% VOLUME /var/www/html +COPY config/* /usr/src/nextcloud/config/ + RUN curl -fsSL -o nextcloud.tar.bz2 \ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \ && curl -fsSL -o nextcloud.tar.bz2.asc \ @@ -70,7 +72,6 @@ RUN curl -fsSL -o nextcloud.tar.bz2 \ && chmod +x /usr/src/nextcloud/occ COPY docker-entrypoint.sh /entrypoint.sh -COPY apps.config.php /usr/src/nextcloud/config/apps.config.php ENTRYPOINT ["/entrypoint.sh"] CMD ["%%CMD%%"] diff --git a/Dockerfile.template b/Dockerfile.template index 581e912..a25bdb6 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -44,6 +44,8 @@ RUN a2enmod rewrite ENV NEXTCLOUD_VERSION %%VERSION%% VOLUME /var/www/html +COPY config/* /usr/src/nextcloud/config/ + RUN curl -fsSL -o nextcloud.tar.bz2 \ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \ && curl -fsSL -o nextcloud.tar.bz2.asc \ @@ -69,7 +71,6 @@ RUN curl -fsSL -o nextcloud.tar.bz2 \ && chmod +x /usr/src/nextcloud/occ COPY docker-entrypoint.sh /entrypoint.sh -COPY apps.config.php /usr/src/nextcloud/config/apps.config.php ENTRYPOINT ["/entrypoint.sh"] CMD ["%%CMD%%"] diff --git a/update.sh b/update.sh index c8a9416..da0d6ad 100755 --- a/update.sh +++ b/update.sh @@ -56,8 +56,8 @@ for latest in "${latests[@]}"; do # Copy the docker-entrypoint. cp docker-entrypoint.sh "$version/$variant/docker-entrypoint.sh" - # Copy apps.config.php - cp apps.config.php "$version/$variant/apps.config.php" + # Copy the config directory + cp -rT .config "$version/$variant/config" for arch in i386 amd64; do travisEnv='\n - env: VERSION='"$version"' VARIANT='"$variant"' ARCH='"$arch$travisEnv"