From d2815f946cb90150665893cb736806198c75ede9 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 26 Apr 2022 00:46:54 +0200 Subject: [PATCH] CT VouchProxy: Switch repo for vouch-proxy package The feature Vouch Proxy "in a path" that i wanted to us required V 0.33.0 or higher This package will now be installed form the edge community repo where 0.36.0 is available --- CT-Build/Alpine.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CT-Build/Alpine.yaml b/CT-Build/Alpine.yaml index f5f4d9d..1384460 100644 --- a/CT-Build/Alpine.yaml +++ b/CT-Build/Alpine.yaml @@ -585,6 +585,7 @@ packages: http://192.168.200.11/alpine/v{{ image.release }}/community #EndREPOS {% if image.variant == "ddns" %}@TestingEdge http://dl-4.alpinelinux.org/alpine/edge/testing{% endif %} + {% if image.variant == "vouchproxy" %}@CommunityEdge http://dl-4.alpinelinux.org/alpine/edge/community{% endif %} actions: @@ -667,7 +668,7 @@ actions: - mailbackup - elkarbackupALP - heimdall - - vouchproxy + - vouchproxy@CommunityEdge # Enable service for iscsi CT - trigger: post-files