Nextcloud 12.0.0

This commit is contained in:
Wonderfall 2017-05-22 19:24:55 +02:00
parent 461214117d
commit 14ab668a89
10 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
FROM wonderfall/nginx-php:7.1 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" ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"
ENV UID=991 GID=991 \ ENV UID=991 GID=991 \
@ -35,9 +35,9 @@ RUN BUILD_DEPS=" \
&& mkdir /nextcloud \ && mkdir /nextcloud \
&& cd /tmp \ && cd /tmp \
&& NEXTCLOUD_TARBALL="nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \ && NEXTCLOUD_TARBALL="nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \
&& wget -q https://download.nextcloud.com/server/prereleases/${NEXTCLOUD_TARBALL} \ && wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL} \
&& wget -q https://download.nextcloud.com/server/prereleases/${NEXTCLOUD_TARBALL}.sha512 \ && wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL}.sha512 \
&& wget -q https://download.nextcloud.com/server/prereleases/${NEXTCLOUD_TARBALL}.asc \ && wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL}.asc \
&& wget -q https://nextcloud.com/nextcloud.asc \ && wget -q https://nextcloud.com/nextcloud.asc \
&& echo "Verifying both integrity and authenticity of ${NEXTCLOUD_TARBALL}..." \ && echo "Verifying both integrity and authenticity of ${NEXTCLOUD_TARBALL}..." \
&& CHECKSUM_STATE=$(echo -n $(sha512sum -c ${NEXTCLOUD_TARBALL}.sha512) | tail -c 2) \ && CHECKSUM_STATE=$(echo -n $(sha512sum -c ${NEXTCLOUD_TARBALL}.sha512) | tail -c 2) \

View File

@ -26,9 +26,9 @@
- Environment variables provided (see below). - Environment variables provided (see below).
### Tags ### Tags
- **latest** : latest stable version. (11.0) - **latest** : latest stable version. (12.0)
- **12.0** : latest 12.0.x version (**beta**, please report any bug!) - **12.0** : latest 12.0.x version (stable)
- **11.0** : latest 11.0.x version (stable) - **11.0** : latest 11.0.x version (old stable)
- **10.0** : latest 10.0.x version (old stable) (unmaintained) - **10.0** : latest 10.0.x version (old stable) (unmaintained)
- **9.0** : latest 9.0.x version. (old stable) (unmaintained) - **9.0** : latest 9.0.x version. (old stable) (unmaintained)
- **daily** : latest code (daily build). - **daily** : latest code (daily build).