Skip to content

Commit

Permalink
hyperledger fabric tools -> 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Neo Motsumi <neo12motsumi@gmail.com>
  • Loading branch information
NeoMotsumi committed Sep 27, 2024
1 parent 14dc54d commit 13fa489
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion hyperledger-fabric/orderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NimboStack provides custom-built Hyperledger Fabric images using Melange and Apk
To use a NimboStack Hyperledger Fabric Orderer image in your project, specify the desired version in your Docker commands or Kubernetes manifests:

```bash
docker pull nimbostack/hyperledger-fabric-orderer:2.5.0
docker pull nimbostack/hyperledger-fabric-orderer:<TAG>
```

## Why use Nimbostack Images?
Expand Down
2 changes: 1 addition & 1 deletion hyperledger-fabric/peer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NimboStack provides custom-built Hyperledger Fabric images using Melange and Apk
To use a NimboStack Hyperledger Fabric Peer image in your project, specify the desired version in your Docker commands or Kubernetes manifests:

```bash
docker pull nimbostack/hyperledger-fabric-peer:2.5.0
docker pull nimbostack/hyperledger-fabric-peer:<TAG>
```

## Why use Nimbostack Images?
Expand Down
2 changes: 1 addition & 1 deletion hyperledger-fabric/tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: build
APP_VERSION := 2.5.10
APP_VERSION := 3.0.0

build: package tag

Expand Down
3 changes: 2 additions & 1 deletion hyperledger-fabric/tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Hyperledger Fabric CLI tools allow you to interact with deployed chaincode,
To use a NimboStack Hyperledger Fabric Tools image in your project, specify the desired version in your Docker commands or Kubernetes manifests:

```bash
docker pull nimbostack/hyperledger-fabric-tools:2.5.0
docker pull nimbostack/hyperledger-fabric-tools:<TAG>
```

## Why use Nimbostack Images?
Expand All @@ -29,6 +29,7 @@ NimboStack Hyperledger Fabric Tools images are available starting from version 2

- `2.5.0`
- `2.5.10`
- `3.0.0`

## Issues

Expand Down
4 changes: 2 additions & 2 deletions hyperledger-fabric/tools/apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ environment:
annotations:
org.opencontainers.image.authors: Nimbostack
org.opencontainers.image.title: "hyperledger-fabric-tools"
org.hyperledger.fabric.version: "2.5.10"
org.hyperledger.fabric.version: "3.0.0"
org.opencontainers.image.base.name: "wolfi"
org.opencontainers.image.description: "Hyperledger Fabric Tools application packaged by Nimbostack"
org.opencontainers.image.licenses: "Apache-2.0"
org.opencontainers.image.vendor: "Nimbostack"
org.opencontainers.image.version: "2.5.10"
org.opencontainers.image.version: "3.0.0"
org.opencontainers.image.source: "github.com/Nimbostack/blockstax-containers/tree/main/hyperledger-fabric/tools"
org.opencontainers.image.documentation: "github.com/Nimbostack/blockstax-containers/tree/main/hyperledger-fabric/tools/README.md"
org.opencontainers.image.ref.name: hyperledger-fabric-tools
2 changes: 1 addition & 1 deletion hyperledger-fabric/tools/melange.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: hyperledger-fabric-tools
version: 2.5.10
version: 3.0.0
epoch: 0
description: A package for Hyperledger Fabric Tools
target-architecture: [x86_64, aarch64]
Expand Down

0 comments on commit 13fa489

Please sign in to comment.