diff --git a/Makefile b/Makefile index 67a75cd..f9daee2 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ KOPANO_WEBAPP_FILES_REPOSITORY_URL := file:/kopano/repo/files KOPANO_WEBAPP_MDM_REPOSITORY_URL := file:/kopano/repo/mdm KOPANO_WEBAPP_REPOSITORY_URL := file:/kopano/repo/webapp KOPANO_WEBAPP_SMIME_REPOSITORY_URL := file:/kopano/repo/smime -KOPANO_ZPUSH_REPOSITORY_URL := http://repo.z-hub.io/z-push:/final/Debian_10/ +KOPANO_ZPUSH_REPOSITORY_URL := https://download.kopano.io/zhub/z-push:/final/Debian_10/ DOWNLOAD_COMMUNITY_PACKAGES := 1 KOPANO_UID := 999 KOPANO_GID := 999 diff --git a/README.md b/README.md index 02900c1..a3611da 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ COMPOSE_FILE=docker-compose.yml:docker-compose.ports.yml:docker-compose.db.yml:d #KOPANO_WEBAPP_FILES_REPOSITORY_URL=https://download.kopano.io/supported/files:/final/Debian_10/ #KOPANO_WEBAPP_MDM_REPOSITORY_URL=https://download.kopano.io/supported/mdm:/final/Debian_10/ #KOPANO_WEBAPP_SMIME_REPOSITORY_URL=https://download.kopano.io/supported/smime:/final/Debian_10/ -#KOPANO_ZPUSH_REPOSITORY_URL=http://repo.z-hub.io/z-push:/final/Debian_10/ +#KOPANO_ZPUSH_REPOSITORY_URL=https://download.kopano.io/zhub/z-push:/final/Debian_10/ #DOWNLOAD_COMMUNITY_PACKAGES=0 ``` diff --git a/setup.sh b/setup.sh index f1b8fd6..6326e21 100755 --- a/setup.sh +++ b/setup.sh @@ -335,7 +335,7 @@ COMPOSE_FILE=docker-compose.yml:docker-compose.ports.yml:docker-compose.db.yml:d #KOPANO_WEBAPP_MDM_REPOSITORY_URL=https://download.kopano.io/supported/mdm:/final/Debian_10/ #KOPANO_WEBAPP_REPOSITORY_URL=https://download.kopano.io/supported/webapp:/final/Debian_10/ #KOPANO_WEBAPP_SMIME_REPOSITORY_URL=https://download.kopano.io/supported/smime:/final/Debian_10/ -#KOPANO_ZPUSH_REPOSITORY_URL=http://repo.z-hub.io/z-push:/final/Debian_10/ +#KOPANO_ZPUSH_REPOSITORY_URL=https://download.kopano.io/zhub/z-push:/final/Debian_10/ #DOWNLOAD_COMMUNITY_PACKAGES=0 # Remove this variable to not push versioned containers with the :latest tag diff --git a/version.sh b/version.sh index 0aeb6e9..5b07108 100755 --- a/version.sh +++ b/version.sh @@ -55,7 +55,7 @@ webapp) fi ;; zpush) - KOPANO_ZPUSH_REPOSITORY_URL=${KOPANO_ZPUSH_REPOSITORY_URL:-"http://repo.z-hub.io/z-push:/final/Debian_9.0/"} + KOPANO_ZPUSH_REPOSITORY_URL=${KOPANO_ZPUSH_REPOSITORY_URL:-"https://download.kopano.io/zhub/z-push:/final/Debian_10/"} if [[ $KOPANO_ZPUSH_REPOSITORY_URL == http* ]]; then version=$(curl -m 1 -s -S -L "$KOPANO_ZPUSH_REPOSITORY_URL"/Packages | grep -m2 -A2 "Package: z-push-kopano") echo "${version##* }" diff --git a/zpush/Dockerfile b/zpush/Dockerfile index 1cdbd88..c594fac 100644 --- a/zpush/Dockerfile +++ b/zpush/Dockerfile @@ -8,7 +8,7 @@ ARG KOPANO_REPOSITORY_FLAGS="trusted=yes" ARG DEBIAN_FRONTEND=noninteractive ARG KOPANO_CORE_REPOSITORY_URL="file:/kopano/repo/core" ARG KOPANO_CORE_VERSION=newest -ARG KOPANO_ZPUSH_REPOSITORY_URL="http://repo.z-hub.io/z-push:/final/Debian_10/" +ARG KOPANO_ZPUSH_REPOSITORY_URL="https://download.kopano.io/zhub/z-push:/final/Debian_10/" ARG KOPANO_ZPUSH_VERSION=newest ENV \