From e780de2e583470b4a049fed094240f0c2436c2a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Jul 2017 22:50:43 +0200 Subject: Updating default url to download images from in curl container create script. Signed-off-by: Daniel Baumann --- share/scripts/curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/scripts/curl') diff --git a/share/scripts/curl b/share/scripts/curl index a893b10..f7419e9 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/system/container/debian}" PASSWORD="${PASSWORD:-$(dd if=/dev/urandom bs=12 count=1 2> /dev/null | base64)}" VERSION="$(container version)" -- cgit v1.2.3