Skip to content

Commit

Permalink
Updated node(8.1.2), yaci-store(0.0.11-beta3)
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Aug 9, 2023
1 parent c222deb commit 6cc222b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
yaci-cli:
image: bloxbean/yaci-devkit:0.4.0
image: bloxbean/yaci-devkit:0.5.0-alpha
ports:
- "3001:3001"
- "8090:8090"
Expand Down
4 changes: 2 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ RUN echo "I'm building for $TARGETOS/$TARGETARCH"
RUN mkdir -p /app/store/config
COPY docker/store-application.properties /app/store/config/application.properties

RUN wget https://github.com/bloxbean/yaci-store/releases/download/v0.0.9/yaci-store-all-0.0.9.jar -O /app/store/yaci-store.jar
RUN wget https://github.com/bloxbean/yaci-store/releases/download/v0.0.11-beta3/yaci-store-all-0.0.11-beta3.jar -O /app/store/yaci-store.jar

RUN wget https://github.com/bloxbean/yaci-cli/releases/download/v0.0.15/yaci-cli-0.0.15.jar -O /app/yaci-cli.jar
RUN wget https://github.com/bloxbean/yaci-cli/releases/download/v0.0.16-beta/yaci-cli-0.0.16-beta.jar -O /app/yaci-cli.jar

RUN mkdir -p /app/config
COPY docker/application.properties /app/config/
Expand Down
4 changes: 2 additions & 2 deletions src/docker/download-amd64.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
file=cardano-node-1.35.5-linux.tar.gz
wget https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.5-linux.tar.gz
file=cardano-node-8.1.2-linux.tar.gz
wget https://github.com/input-output-hk/cardano-node/releases/download/8.1.2/cardano-node-8.1.2-linux.tar.gz

mkdir /app/cardano-bin

Expand Down
2 changes: 1 addition & 1 deletion src/docker/download-arm64.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file=1_35_5.zip
file=8_1_2.zip
wget https://github.com/armada-alliance/cardano-node-binaries/raw/main/static-binaries/$file

unzip $file
Expand Down
2 changes: 2 additions & 0 deletions src/docker/store-application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ store.cardano.shelley-genesis-file=/clusters/default/genesis/shelley/genesis.jso

store.blocks.epoch-calculation-interval=3600

store.account.enabled=true


0 comments on commit 6cc222b

Please sign in to comment.