Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-05-27 22:33:03 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-28 12:32:13 +0300
commita070860a58440326861583958d7186cc568eef48 (patch)
tree3ad3dab8a66238a53cde38d0e57f2bac7a87e090 /docker-armhf
parent003c29c016b1b6223425662212a0c76b4ccee829 (diff)
re-rename to NCPiv0.56.14
Diffstat (limited to 'docker-armhf')
-rw-r--r--docker-armhf/build-container.sh6
-rw-r--r--docker-armhf/nextcloudpi/Dockerfile (renamed from docker-armhf/nextcloudplus/Dockerfile)0
2 files changed, 3 insertions, 3 deletions
diff --git a/docker-armhf/build-container.sh b/docker-armhf/build-container.sh
index 73c3d39c..46cd10cc 100644
--- a/docker-armhf/build-container.sh
+++ b/docker-armhf/build-container.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Build NextCloudPlus ARM docker container in a QEMU Raspbian with docker
+# Build NextCloudPi ARM docker container in a QEMU Raspbian with docker
#
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
@@ -16,13 +16,13 @@ install()
git pull origin master
docker pull arm32v7/debian:stretch-slim
make && {
- docker push ownyourbits/nextcloudplus-armhf
+ docker push ownyourbits/nextcloudpi-armhf
docker push ownyourbits/nextcloud-armhf
docker push ownyourbits/lamp-armhf
docker push ownyourbits/debian-ncp-armhf
# keep old container updated, at least for a while
- docker tag ownyourbits/nextcloudplus-armhf ownyourbits/nextcloudpi-armhf
+ docker tag ownyourbits/nextcloudpi-armhf ownyourbits/nextcloudpi-armhf
docker push ownyourbits/nextcloudpi-armhf
}
}
diff --git a/docker-armhf/nextcloudplus/Dockerfile b/docker-armhf/nextcloudpi/Dockerfile
index 01cc58d9..01cc58d9 100644
--- a/docker-armhf/nextcloudplus/Dockerfile
+++ b/docker-armhf/nextcloudpi/Dockerfile