From 41768f5e23e2d29d3758722743cb446ae9d1e314 Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Fri, 13 Dec 2024 10:28:00 +0000 Subject: [PATCH] Update Docker image overview Simplify to text to avoid confusion on the relationship between image tags and Fabric versions. Signed-off-by: Mark S. Lewis --- fabric-chaincode-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric-chaincode-docker/README.md b/fabric-chaincode-docker/README.md index 028052a0..4c87631d 100644 --- a/fabric-chaincode-docker/README.md +++ b/fabric-chaincode-docker/README.md @@ -9,7 +9,7 @@ This image is used by the default [Hyperledger Fabric](https://hyperledger-fabri # Image variants -Image tags correspond broadly to the major and minor version of Hyperledger Fabric for which they are primarily intended. More detailed information on image tags, interoperability, and supported Java versions can be found in the [compatibility](https://github.com/hyperledger/fabric-chaincode-java/blob/main/COMPATIBILITY.md) documentation. +Detailed information on image tags, interoperability, and supported Java versions can be found in the [compatibility](https://github.com/hyperledger/fabric-chaincode-java/blob/main/COMPATIBILITY.md) documentation. # License