diff --git a/README.md b/README.md index 12d2588..8ddf5e8 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ This image is fully based on the latest official [fpm-alpine Nextcloud](https:// # Features This image adds built-in support for the following features: -* ImageMagick * Samba * Redis +(ImageMagick support is now included on the official fpm-alpine image) + # Current Version -The current version is: 14.0.2 +The current version is: 15.0.2 diff --git a/fpm-alpine/push-local b/fpm-alpine/push-local new file mode 100755 index 0000000..6d77042 --- /dev/null +++ b/fpm-alpine/push-local @@ -0,0 +1,5 @@ +#!/bin/sh + +docker push docker-registry.belmankraul.com/bkraul/nextcloud:latest +docker push docker-registry.belmankraul.com/bkraul/nextcloud:fpm-alpine + diff --git a/fpm-alpine/tag-local b/fpm-alpine/tag-local new file mode 100755 index 0000000..f159b9d --- /dev/null +++ b/fpm-alpine/tag-local @@ -0,0 +1,2 @@ +docker tag bkraul/nextcloud:latest docker-registry.belmankraul.com/bkraul/nextcloud:latest +docker tag bkraul/nextcloud:fpm-alpine docker-registry.belmankraul.com/bkraul/nextcloud:fpm-alpine