Skip to content

Commit

Permalink
Update Dockerfile.submitapi for 8.12.2
Browse files Browse the repository at this point in the history
 8.12.2 need these https://book.play.dev.cardano.org/adv-mainnet.html  as per discord. mainnet-dev is syncing now with 8.12.2 and sancho-5.0.8122 (sancho-5.0.0)
  • Loading branch information
sagarfale authored Jul 10, 2024
1 parent 42b7cc6 commit 6bf4aee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile.submitapi
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ RUN useradd -rm -d /home/cardano -s /bin/bash -g 1001 -G sudo -u 1001 cardano
RUN mkdir -p /home/cardano/data/db
RUN mkdir /home/cardano/ipc
RUN cd /home/cardano && git clone https://github.com/input-output-hk/cardano-configurations.git
RUN cd /home/cardano/cardano-configurations/network/mainnet/cardano-node && \
rm -f config.json topology.json config.json.1 && \
wget https://book.play.dev.cardano.org/environments-pre/mainnet/config.json && \
wget https://book.play.dev.cardano.org/environments-pre/mainnet/topology.json && \
wget https://book.play.dev.cardano.org/environments-pre/mainnet/byron-genesis.json && \
wget https://book.play.dev.cardano.org/environments-pre/mainnet/shelley-genesis.json && \
wget https://book.play.dev.cardano.org/environments-pre/mainnet/alonzo-genesis.json && \
wget https://book.play.dev.cardano.org/environments/mainnet/conway-genesis.json
RUN cd /home/cardano/cardano-configurations/network/mainnet/cardano-node/ && sed -i -e 's/127.0.0.1/0.0.0.0/g' config.json
RUN chown -R 1001:1001 /home/cardano/ipc
RUN chown -R 1001:1001 /home/cardano/data
RUN chown -R 1001:1001 /home/cardano/cardano-configurations
Expand Down

0 comments on commit 6bf4aee

Please sign in to comment.