Added support for fpm (debian buster)

This commit is contained in:
2019-11-27 12:38:45 -06:00
parent e794a963e8
commit 5871baee0b
15 changed files with 115 additions and 19 deletions
-5
View File
@@ -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
-2
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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 \
.
-2
View File
@@ -1,6 +1,4 @@
#!/bin/sh
docker push bkraul/nextcloud:latest
docker push bkraul/nextcloud:fpm-alpine
docker push bkraul/nextcloud:17-fpm-alpine
-5
View File
@@ -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
-2
View File
@@ -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