diff --git a/nextcloud/12.0b/Dockerfile b/nextcloud/12.0/Dockerfile similarity index 87% rename from nextcloud/12.0b/Dockerfile rename to nextcloud/12.0/Dockerfile index 55503bc..f6a8c6a 100644 --- a/nextcloud/12.0b/Dockerfile +++ b/nextcloud/12.0/Dockerfile @@ -1,6 +1,6 @@ FROM wonderfall/nginx-php:7.1 -ARG NEXTCLOUD_VERSION=12.0.0beta3 +ARG NEXTCLOUD_VERSION=12.0.0 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \ @@ -35,9 +35,9 @@ RUN BUILD_DEPS=" \ && mkdir /nextcloud \ && cd /tmp \ && NEXTCLOUD_TARBALL="nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \ - && wget -q https://download.nextcloud.com/server/prereleases/${NEXTCLOUD_TARBALL} \ - && wget -q https://download.nextcloud.com/server/prereleases/${NEXTCLOUD_TARBALL}.sha512 \ - && wget -q https://download.nextcloud.com/server/prereleases/${NEXTCLOUD_TARBALL}.asc \ + && wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL} \ + && wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL}.sha512 \ + && wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL}.asc \ && wget -q https://nextcloud.com/nextcloud.asc \ && echo "Verifying both integrity and authenticity of ${NEXTCLOUD_TARBALL}..." \ && CHECKSUM_STATE=$(echo -n $(sha512sum -c ${NEXTCLOUD_TARBALL}.sha512) | tail -c 2) \ diff --git a/nextcloud/12.0b/rootfs/etc/s6.d/.s6-svscan/finish b/nextcloud/12.0/rootfs/etc/s6.d/.s6-svscan/finish similarity index 100% rename from nextcloud/12.0b/rootfs/etc/s6.d/.s6-svscan/finish rename to nextcloud/12.0/rootfs/etc/s6.d/.s6-svscan/finish diff --git a/nextcloud/12.0b/rootfs/etc/s6.d/cron/run b/nextcloud/12.0/rootfs/etc/s6.d/cron/run similarity index 100% rename from nextcloud/12.0b/rootfs/etc/s6.d/cron/run rename to nextcloud/12.0/rootfs/etc/s6.d/cron/run diff --git a/nextcloud/12.0b/rootfs/nginx/sites-enabled/nginx.conf b/nextcloud/12.0/rootfs/nginx/sites-enabled/nginx.conf similarity index 100% rename from nextcloud/12.0b/rootfs/nginx/sites-enabled/nginx.conf rename to nextcloud/12.0/rootfs/nginx/sites-enabled/nginx.conf diff --git a/nextcloud/12.0b/rootfs/php/conf.d/apcu.ini b/nextcloud/12.0/rootfs/php/conf.d/apcu.ini similarity index 100% rename from nextcloud/12.0b/rootfs/php/conf.d/apcu.ini rename to nextcloud/12.0/rootfs/php/conf.d/apcu.ini diff --git a/nextcloud/12.0b/rootfs/php/conf.d/opcache.ini b/nextcloud/12.0/rootfs/php/conf.d/opcache.ini similarity index 100% rename from nextcloud/12.0b/rootfs/php/conf.d/opcache.ini rename to nextcloud/12.0/rootfs/php/conf.d/opcache.ini diff --git a/nextcloud/12.0b/rootfs/usr/local/bin/occ b/nextcloud/12.0/rootfs/usr/local/bin/occ similarity index 100% rename from nextcloud/12.0b/rootfs/usr/local/bin/occ rename to nextcloud/12.0/rootfs/usr/local/bin/occ diff --git a/nextcloud/12.0b/rootfs/usr/local/bin/run.sh b/nextcloud/12.0/rootfs/usr/local/bin/run.sh similarity index 100% rename from nextcloud/12.0b/rootfs/usr/local/bin/run.sh rename to nextcloud/12.0/rootfs/usr/local/bin/run.sh diff --git a/nextcloud/12.0b/rootfs/usr/local/bin/setup.sh b/nextcloud/12.0/rootfs/usr/local/bin/setup.sh similarity index 100% rename from nextcloud/12.0b/rootfs/usr/local/bin/setup.sh rename to nextcloud/12.0/rootfs/usr/local/bin/setup.sh diff --git a/nextcloud/README.md b/nextcloud/README.md index 609742b..f803bc2 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -26,9 +26,9 @@ - Environment variables provided (see below). ### Tags -- **latest** : latest stable version. (11.0) -- **12.0** : latest 12.0.x version (**beta**, please report any bug!) -- **11.0** : latest 11.0.x version (stable) +- **latest** : latest stable version. (12.0) +- **12.0** : latest 12.0.x version (stable) +- **11.0** : latest 11.0.x version (old stable) - **10.0** : latest 10.0.x version (old stable) (unmaintained) - **9.0** : latest 9.0.x version. (old stable) (unmaintained) - **daily** : latest code (daily build).