summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-17 20:50:43 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-21 17:41:06 +0000
commit0bd522fec2d40f024b9e758f3731b2a5d3f5ed41 (patch)
tree72142577a3e28c554373c923adcd02daf96688a2
parentAdding myself to copyright notice in bash-completion. (diff)
downloadcompute-tools-0bd522fec2d40f024b9e758f3731b2a5d3f5ed41.tar.xz
compute-tools-0bd522fec2d40f024b9e758f3731b2a5d3f5ed41.zip
Updating default url to download images from in curl container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xshare/scripts/curl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/curl b/share/scripts/curl
index a893b10..1f41e7e 100755
--- a/share/scripts/curl
+++ b/share/scripts/curl
@@ -138,7 +138,7 @@ fi
ARCHITECTURE="${ARCHITECTURE:-$(dpkg --print-architecture)}"
IMAGE="${IMAGE:-debian-stretch-${ARCHITECTURE}.tar.xz}"
-SERVER="${SERVER:-https://files.open-infrastructure.net/images/container-tools/current}"
+SERVER="${SERVER:-https://files.open-infrastructure.net/images/container/current}"
PASSWORD="${PASSWORD:-$(dd if=/dev/urandom bs=12 count=1 2> /dev/null | base64)}"
VERSION="$(container version)"