Skip to content

Commit 1b95313

Browse files
authored
Update Jackal to v5.1.2 (#1176)
* Update Jackal to v5.1.2 * Remove version override
1 parent 6a912a0 commit 1b95313

5 files changed

Lines changed: 12 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
8484
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.15.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.43-injective-v1.15.0`|[Example](./injective)|
8585
|[intento](https://github.com/trstlabs/intento)|`v1.1.0-hotfix.13`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.43-intento-v1.1.0-hotfix.13`|[Example](./intento)|
8686
|[irisnet](https://github.com/irisnet/irishub)|`v3.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.43-irisnet-v3.1.1`|[Example](./irisnet)|
87-
|[jackal](https://github.com/JackalLabs/canine-chain)|`v5.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.0`|[Example](./jackal)|
87+
|[jackal](https://github.com/JackalLabs/canine-chain)|`v5.1.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.2`|[Example](./jackal)|
8888
|[juno](https://github.com/CosmosContracts/Juno)|`v29.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.43-juno-v29.0.0`|[Example](./juno)|
8989
|[kava](https://github.com/Kava-Labs/kava)|`v0.25.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.43-kava-v0.25.0`|[Example](./kava)|
9090
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.43-kichain-5.0.1`|[Example](./kichain)|

jackal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
| | |
44
|---|---|
5-
|Version|`v5.1.0`|
5+
|Version|`v5.1.2`|
66
|Binary|`canined`|
77
|Directory|`.canine`|
88
|ENV namespace|`CANINED`|
99
|Repository|`https://github.com/JackalLabs/canine-chain`|
10-
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.0`|
10+
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.2`|
1111

1212
## Examples
1313

jackal/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ services:
55
args:
66
PROJECT: jackal
77
PROJECT_BIN: canined
8-
VERSION: v5.1.0
8+
VERSION: v5.1.2
99
REPOSITORY: https://github.com/JackalLabs/canine-chain
1010
PROJECT_DIR: .canine
1111
GOLANG_VERSION: 1.24
12-
BUILD_CMD: make install VERSION=5.1.0
1312
ports:
14-
- '26656:26656'
15-
- '26657:26657'
16-
- '1317:1317'
13+
- "26656:26656"
14+
- "26657:26657"
15+
- "1317:1317"
1716
volumes:
1817
- ./node-data:/root/.canine

jackal/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "2.0"
33
services:
44
node:
5-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.0
5+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.2
66
env:
77
- MONIKER=Cosmos Omnibus Node
88
- P2P_POLKACHU=1

jackal/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
services:
22
node:
3-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.0
3+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.43-jackal-v5.1.2
44
ports:
5-
- '26656:26656'
6-
- '26657:26657'
7-
- '1317:1317'
5+
- "26656:26656"
6+
- "26657:26657"
7+
- "1317:1317"
88
environment:
99
- MONIKER=Cosmos Omnibus Node
1010
- P2P_POLKACHU=1

0 commit comments

Comments
 (0)