From 08c6e6a2a2b47c89fd717f783ac26d01ea0139d4 Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Wed, 11 Dec 2024 17:32:24 +0000 Subject: [PATCH] Add an overview for the javaenv Docker image Signed-off-by: Mark S. Lewis --- fabric-chaincode-docker/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 fabric-chaincode-docker/README.md diff --git a/fabric-chaincode-docker/README.md b/fabric-chaincode-docker/README.md new file mode 100644 index 00000000..028052a0 --- /dev/null +++ b/fabric-chaincode-docker/README.md @@ -0,0 +1,16 @@ +# Quick reference + +- **Maintained by**: + [The Fabric Java chaincode maintainers](https://github.com/hyperledger/fabric-chaincode-java) + +# Overview + +This image is used by the default [Hyperledger Fabric](https://hyperledger-fabric.readthedocs.io/) chaincode builder when deploying Java smart contracts. It is not intended for use independently of Hyperledger Fabric. + +# 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. + +# License + +This image is provided under the [Apache-2.0](https://github.com/hyperledger/fabric-chaincode-java/blob/main/LICENSE) license.