Added support for fpm (debian buster)
This commit is contained in:
@@ -12,7 +12,7 @@ RUN set -ex; \
|
||||
re2c \
|
||||
samba-dev \
|
||||
zlib-dev; \
|
||||
apk add --no-cache libsmbclient; \
|
||||
apk add --no-cache libsmbclient; \
|
||||
pecl install smbclient; \
|
||||
docker-php-ext-enable smbclient; \
|
||||
apk add --no-cache imagemagick; \
|
||||
|
||||
@@ -2,7 +2,5 @@
|
||||
|
||||
docker pull nextcloud:17-fpm-alpine
|
||||
docker build $1\
|
||||
-t bkraul/nextcloud:latest \
|
||||
-t bkraul/nextcloud:fpm-alpine \
|
||||
-t bkraul/nextcloud:17-fpm-alpine \
|
||||
.
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker push bkraul/nextcloud:latest
|
||||
docker push bkraul/nextcloud:fpm-alpine
|
||||
docker push bkraul/nextcloud:17-fpm-alpine
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker push docker-registry.belmankraul.com/bkraul/nextcloud:latest
|
||||
docker push docker-registry.belmankraul.com/bkraul/nextcloud:fpm-alpine
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user