Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/upstream/master'
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
	omniflixhub/README.md
	omniflixhub/deploy.yml
	omniflixhub/docker-compose.yml
  • Loading branch information
tombeynon committed Jul 10, 2023
2 parents e7adc80 + 3aacc34 commit e591daf
Show file tree
Hide file tree
Showing 199 changed files with 377 additions and 289 deletions.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
S3_KEY=<key>
S3_SECRET=<secret>
KEY_PASSWORD=<password>
STORJ_ACCESS_GRANT=<DCS Storj Access Grant token>
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- project: stargaze
version: v10.0.0
- project: stride
version: v10.0.0
version: v11.0.0
- project: starname
version: v0.11.5
- project: teritori
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: test
on: [push, pull_request]
on:
push:
branches:
- '**'
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
9 changes: 7 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,14 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
&& unzip awscliv2.zip -d /usr/src && rm -f awscliv2.zip \
&& /usr/src/aws/install --bin-dir /usr/bin

# Install Storj DCS uplink client
RUN curl -L https://github.com/storj/storj/releases/latest/download/uplink_linux_amd64.zip -o uplink_linux_amd64.zip && \
unzip -o uplink_linux_amd64.zip && \
install uplink /usr/bin/uplink && \
rm -f uplink uplink_linux_amd64.zip

# Copy scripts
COPY run.sh snapshot.sh /usr/bin/
RUN chmod +x /usr/bin/run.sh /usr/bin/snapshot.sh
ENTRYPOINT ["run.sh"]

CMD $START_CMD
CMD []
123 changes: 63 additions & 60 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _examples/load-balanced-rpc-nodes/node_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion _examples/snapshot_backup/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down
4 changes: 2 additions & 2 deletions _examples/statesync/snapshot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=public-node-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand All @@ -26,7 +26,7 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=public-node-2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion _examples/statesync/statesync-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down
6 changes: 3 additions & 3 deletions _examples/validator-and-private-sentries/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
validator:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=validator
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
# data:
# mount: /root/.akash
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down Expand Up @@ -68,7 +68,7 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=private_node_2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down
4 changes: 2 additions & 2 deletions _examples/validator-and-public-sentries/sentries-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=private_node_2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
validator:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=validator
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion _examples/validator-and-tmkms/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion agoric/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.agoric`|
|ENV namespace|`AG0`|
|Repository|`https://github.com/Agoric/ag0/`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-agoric-agoric-upgrade-7-2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-agoric-agoric-upgrade-7-2`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion agoric/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-agoric-agoric-upgrade-7-2
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-agoric-agoric-upgrade-7-2
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/chain.json
Expand Down
2 changes: 1 addition & 1 deletion agoric/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-agoric-agoric-upgrade-7-2
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-agoric-agoric-upgrade-7-2
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion akash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.akash`|
|ENV namespace|`AKASH`|
|Repository|`https://github.com/akash-network/node`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion akash/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion akash/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-akash-v0.22.7
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-akash-v0.22.7
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion assetmantle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.mantleNode`|
|ENV namespace|`MANTLENODE`|
|Repository|`https://github.com/AssetMantle/node`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-assetmantle-v0.3.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-assetmantle-v0.3.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion assetmantle/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-assetmantle-v0.3.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-assetmantle-v0.3.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/chain.json
Expand Down
2 changes: 1 addition & 1 deletion assetmantle/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-assetmantle-v0.3.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-assetmantle-v0.3.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion autonomy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.autonomy`|
|ENV namespace|`AUTONOMY`|
|Repository|`https://github.com/AutonomyNetwork/autonomy-chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-autonomy-v1.2.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-autonomy-v1.2.1`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion autonomy/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-autonomy-v1.2.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-autonomy-v1.2.1
env:
- MONIKER=my-moniker-1
- CHAIN_ID=autonomy
Expand Down
2 changes: 1 addition & 1 deletion autonomy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-autonomy-v1.2.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-autonomy-v1.2.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion bandchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.band`|
|ENV namespace|`BAND`|
|Repository|`https://github.com/bandprotocol/chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bandchain-v2.5.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bandchain-v2.5.1`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion bandchain/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bandchain-v2.5.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bandchain-v2.5.1
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/chain.json
Expand Down
2 changes: 1 addition & 1 deletion bandchain/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bandchain-v2.5.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bandchain-v2.5.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion bitcanna/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.bcna`|
|ENV namespace|`BCNAD`|
|Repository|`https://github.com/BitCannaGlobal/bcna`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bitcanna-v1.7.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v1.7.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion bitcanna/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bitcanna-v1.7.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v1.7.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/chain.json
Expand Down
2 changes: 1 addition & 1 deletion bitcanna/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bitcanna-v1.7.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v1.7.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion bitsong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.bitsongd`|
|ENV namespace|`BITSONG`|
|Repository|`https://github.com/bitsongofficial/go-bitsong`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bitsong-v0.14.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitsong-v0.14.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion bitsong/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bitsong-v0.14.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitsong-v0.14.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/chain.json
Expand Down
2 changes: 1 addition & 1 deletion bitsong/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bitsong-v0.14.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitsong-v0.14.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion bostrom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.cyber`|
|ENV namespace|`BOSTROM`|
|Repository|`https://github.com/cybercongress/go-cyber`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bostrom-v0.3.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bostrom-v0.3.2`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion bostrom/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bostrom-v0.3.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bostrom-v0.3.2
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/chain.json
Expand Down
2 changes: 1 addition & 1 deletion bostrom/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-bostrom-v0.3.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bostrom-v0.3.2
ports:
- '1317:1317'
- '27146:27146'
Expand Down
2 changes: 1 addition & 1 deletion canto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.cantod`|
|ENV namespace|`CANTOD`|
|Repository|`https://github.com/Canto-Network/Canto`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.37-canto-v5.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-canto-v5.0.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion canto/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-canto-v5.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-canto-v5.0.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/chain.json
Expand Down
2 changes: 1 addition & 1 deletion canto/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.37-canto-v5.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-canto-v5.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
Loading

0 comments on commit e591daf

Please sign in to comment.