From 50b71d87cbfabd2ea4975c683768cc64a2531fab Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Fri, 14 Oct 2022 10:51:46 +0200 Subject: [PATCH] WIP: use pigz fork --- ci-automation/ci-config.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-automation/ci-config.env b/ci-automation/ci-config.env index 9d213db1e5..961760ae21 100644 --- a/ci-automation/ci-config.env +++ b/ci-automation/ci-config.env @@ -21,7 +21,7 @@ DEFAULT_HTTP_IMAGE_URL_TEMPLATE="@PROTO@://${BUILDCACHE_SERVER}/images/@ARCH@/@V if ! command -v pigz > /dev/null; then # No PIGZ on Flatcar - PIGZ="docker run --rm -i ghcr.io/flatcar-linux/pigz --fast" + PIGZ="docker run --rm -i ghcr.io/jepio/pigz --fast" fi CI_GIT_AUTHOR="flatcar-ci"