Updated package and documentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||

|

|
||||||
|
|
||||||
**NOTE:** There is no longer a `latest` or `fpm-alpine` tag, as the latest version from nextcloud would be `30` but at the moment, I consider `29` more stable, you will now have to specify which major version you need: `29-fpm-alpine`,`29-fpm`, etc. This should prevent major problems with an unintended upgrade from one major version to another (you cannot easily downgrade).
|
**NOTE:** There is no longer a `latest` or `fpm-alpine` tag, as the latest version from nextcloud would be `34` but at the moment, I consider `33` more stable, you will now have to specify which major version you need: `33-fpm-alpine`,`33-fpm`, etc. This should prevent major problems with an unintended upgrade from one major version to another (you cannot easily downgrade).
|
||||||
|
|
||||||
In the fpm tag, the `www-data` user has been modified to uid/gid 82, to coincide with the alpine version, and also work with the companion nginx container, [`bkraul/nginx-nextcloud`](https://hub.docker.com/repository/docker/bkraul/nginx-nextcloud).
|
In the fpm tag, the `www-data` user has been modified to uid/gid 82, to coincide with the alpine version, and also work with the companion nginx container, [`bkraul/nginx-nextcloud`](https://hub.docker.com/repository/docker/bkraul/nginx-nextcloud).
|
||||||
|
|
||||||
@@ -15,11 +15,15 @@ This image adds built-in support for the following features:
|
|||||||
* ImageMagick: (The `fpm-alpine` image does not natively support any image formats (including the needed SVG format), due to it missing `imagemagick` package). This image corrects that.
|
* ImageMagick: (The `fpm-alpine` image does not natively support any image formats (including the needed SVG format), due to it missing `imagemagick` package). This image corrects that.
|
||||||
|
|
||||||
# Current Versions
|
# Current Versions
|
||||||
The current `30-fpm-alpine` and `30-fpm` version is **30.0.0**\
|
The current `34-fpm-alpine` and `34-fpm` version is **34.0.2**\
|
||||||
The current `29-fpm-alpine` and `29-fpm` version is **29.0.7**\
|
The current `33-fpm-alpine` and `33-fpm` version is **33.0.7**\
|
||||||
The current `28-fpm-alpine` and `28-fpm` version is **28.0.10**
|
The current `32-fpm-alpine` and `32-fpm` version is **32.0.13**\
|
||||||
|
|
||||||
# Deprecated Versions
|
# Deprecated Versions
|
||||||
|
The last `31-fpm-alpine` and `31-fpm` version is **31.0.14** (No longer officially supported/updated by Nextcloud)\
|
||||||
|
The last `30-fpm-alpine` and `30-fpm` version is **30.0.17** (No longer officially supported/updated by Nextcloud)\
|
||||||
|
The last `29-fpm-alpine` and `29-fpm` version is **29.0.16** (No longer officially supported/updated by Nextcloud)\
|
||||||
|
The last `28-fpm-alpine` and `28-fpm` version is **28.0.14** (No longer officially supported/updated by Nextcloud)\
|
||||||
The last `27-fpm-alpine` and `27-fpm` version is **27.1.11** (No longer officially supported/updated by Nextcloud)\
|
The last `27-fpm-alpine` and `27-fpm` version is **27.1.11** (No longer officially supported/updated by Nextcloud)\
|
||||||
The last `26-fpm-alpine` and `26-fpm` version is **26.0.10** (No longer officially supported/updated by Nextcloud)\
|
The last `26-fpm-alpine` and `26-fpm` version is **26.0.10** (No longer officially supported/updated by Nextcloud)\
|
||||||
The last `25-fpm-alpine` and `25-fpm` version is: **25.0.13** (No longer officially supported/updated by Nextcloud)\
|
The last `25-fpm-alpine` and `25-fpm` version is: **25.0.13** (No longer officially supported/updated by Nextcloud)\
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ RUN set -ex \
|
|||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y libmagickcore-6.q16-3-extra libsmbclient; \
|
apt-get install -y libmagickcore-7.q16-10-extra libsmbclient; \
|
||||||
rm -rf /var/lib/apt/lists/*;
|
rm -rf /var/lib/apt/lists/*;
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
Reference in New Issue
Block a user