Skip to content

Commit d973198

Browse files
authored
Update Dockerfile.relay for 8.12.2
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)
1 parent 1b4e1b6 commit d973198

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile.relay

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ RUN useradd -rm -d /home/cardano -s /bin/bash -g 1001 -G sudo -u 1001 cardano
3434
RUN mkdir -p /home/cardano/data/db
3535
RUN mkdir /home/cardano/ipc
3636
RUN cd /home/cardano && git clone https://github.com/input-output-hk/cardano-configurations.git
37+
RUN cd /home/cardano/cardano-configurations/network/mainnet/cardano-node && \
38+
rm -f config.json topology.json config.json.1 && \
39+
wget https://book.play.dev.cardano.org/environments-pre/mainnet/config.json && \
40+
wget https://book.play.dev.cardano.org/environments-pre/mainnet/topology.json && \
41+
wget https://book.play.dev.cardano.org/environments-pre/mainnet/byron-genesis.json && \
42+
wget https://book.play.dev.cardano.org/environments-pre/mainnet/shelley-genesis.json && \
43+
wget https://book.play.dev.cardano.org/environments-pre/mainnet/alonzo-genesis.json && \
44+
wget https://book.play.dev.cardano.org/environments/mainnet/conway-genesis.json
3745
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
3846
RUN chown -R 1001:1001 /home/cardano/ipc
3947
RUN chown -R 1001:1001 /home/cardano/data

0 commit comments

Comments
 (0)