From a2c40e652273cd795944ec183962eb1a0c91b909 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 21 May 2026 11:30:24 +0100 Subject: [PATCH] test-network-k8s: ghcr.io for Hyperledger images (#1416) Default to using ghcr.io for Hyperledger images in the k8s test network 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