Skip to content

Commit

Permalink
hyperledger fabric peer -> 2.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoMotsumi committed Sep 24, 2024
1 parent 3d482df commit 582d368
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hyperledger-fabric/peer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: build
APP_VERSION:=2.5.0
APP_VERSION:=2.5.10

build: package tag

Expand Down
1 change: 1 addition & 0 deletions hyperledger-fabric/peer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ docker pull nimbostack/hyperledger-fabric-peer:2.5.0
NimboStack Hyperledger Fabric Peer images are available starting from version 2.5.0. Supported tags include:

- `2.5.0`
- `2.5.10`

## Issues

Expand Down
6 changes: 3 additions & 3 deletions hyperledger-fabric/peer/apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contents:

environment:
FABRIC_CFG_PATH: /etc/hyperledger/fabric
FABRIC_VER: 2.5.0
FABRIC_VER: 2.5.10
PATH: /usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/hyperledger/ccaas_builder/bin

annotations:
Expand All @@ -20,11 +20,11 @@ annotations:
org.opencontainers.image.description: "Hyperledger Fabric Peer application packaged by Nimbostack"
org.opencontainers.image.licenses: "Apache-2.0"
org.opencontainers.image.vendor: "Nimbostack"
org.opencontainers.image.version: "2.5.0"
org.opencontainers.image.version: "2.5.10"
org.opencontainers.image.source: "github.com/Nimbostack/blockstax-containers/tree/main/hyperledger-fabric/peer"
org.opencontainers.image.documentation: "github.com/Nimbostack/blockstax-containers/tree/main/hyperledger-fabric/peer/README.md"
org.opencontainers.image.ref.name: hyperledger-fabric-peer
org.hyperledger.fabric.version: "2.5.0"
org.hyperledger.fabric.version: "2.5.10"


entrypoint:
Expand Down
2 changes: 1 addition & 1 deletion hyperledger-fabric/peer/melange.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: hyperledger-fabric-peer
version: 2.5.0
version: 2.5.10
epoch: 0
description: A package for a Hyperledger Fabric Peer
target-architecture: [x86_64, aarch64]
Expand Down

0 comments on commit 582d368

Please sign in to comment.