From 824cc711daa1d356761e3d90dcbccdb3a8b7cb4b Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 19 May 2026 09:59:03 +0100 Subject: [PATCH] test-network-k8s: ghcr.io for Hyperledger images Default to using ghcr.io for Hyperledger images in the k8s test network See #1410 Signed-off-by: James Taylor --- test-network-k8s/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-network-k8s/network b/test-network-k8s/network index 7d9ebc2b..6611d8c4 100755 --- a/test-network-k8s/network +++ b/test-network-k8s/network @@ -35,7 +35,7 @@ context CLUSTER_RUNTIME kind # or k3s for Rancher context CONTAINER_CLI docker # or nerdctl for containerd context CONTAINER_NAMESPACE "" # or "--namespace k8s.io" for containerd / nerdctl -context FABRIC_CONTAINER_REGISTRY hyperledger +context FABRIC_CONTAINER_REGISTRY ghcr.io/hyperledger context FABRIC_PEER_IMAGE ${FABRIC_CONTAINER_REGISTRY}/fabric-peer:${FABRIC_VERSION} context COUCHDB_VERSION 3.4.2 context NETWORK_NAME test-network