From 681dc69dc75cd99c951d929e416ff88c0646007f Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 23 Nov 2017 17:17:40 +0100 Subject: build: batch creation of all images and containers --- docker-armhf/build-container.sh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'docker-armhf/build-container.sh') diff --git a/docker-armhf/build-container.sh b/docker-armhf/build-container.sh index 7080ae0b..d7d0eed3 100644 --- a/docker-armhf/build-container.sh +++ b/docker-armhf/build-container.sh @@ -11,9 +11,16 @@ install() { - git clone https://github.com/nextcloud/nextcloudpi.git - make -C nextcloudpi - # TODO docker push + [[ -d nextcloudpi ]] || git clone --depth 1 https://github.com/nextcloud/nextcloudpi.git + cd nextcloudpi + git pull origin master + docker pull arm32v7/debian:stretch-slim + make && { + docker push ownyourbits/nextcloudpi-armhf + docker push ownyourbits/nextcloud-armhf + docker push ownyourbits/lamp-armhf + docker push ownyourbits/debian-ncp-armhf + } } configure(){ :; } -- cgit v1.2.3