Skip to content

Commit

Permalink
v2.3.0 beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshihitoAso committed Mar 15, 2024
1 parent 354af19 commit e3529ce
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ibet-for-fin-network/general/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.3.0_beta1
git checkout v2.3.0_beta2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion ibet-for-fin-network/validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.3.0_beta1
git checkout v2.3.0_beta2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion ibet-network/general/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.3.0_beta1
git checkout v2.3.0_beta2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion ibet-network/validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.3.0_beta1
git checkout v2.3.0_beta2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
10 changes: 5 additions & 5 deletions local-network/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
validator-0:
hostname: validator-0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0_beta1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0_beta2
volumes:
- /home/ubuntu/quorum_data/v0:/eth
environment:
Expand All @@ -24,7 +24,7 @@ services:
restart: always
validator-1:
hostname: validator-1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0_beta1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0_beta2
volumes:
- /home/ubuntu/quorum_data/v1:/eth
environment:
Expand All @@ -46,7 +46,7 @@ services:
restart: always
validator-2:
hostname: validator-2
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0_beta1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0_beta2
volumes:
- /home/ubuntu/quorum_data/v2:/eth
environment:
Expand All @@ -68,7 +68,7 @@ services:
restart: always
validator-3:
hostname: validator-3
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0_beta1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0_beta2
volumes:
- /home/ubuntu/quorum_data/v3:/eth
environment:
Expand All @@ -90,7 +90,7 @@ services:
restart: always
general-0:
hostname: general-0
image: ghcr.io/boostryjp/ibet-localnet/general:v2.3.0_beta1
image: ghcr.io/boostryjp/ibet-localnet/general:v2.3.0_beta2
volumes:
- /home/ubuntu/quorum_data/g0:/eth
environment:
Expand Down
2 changes: 1 addition & 1 deletion local-network/general/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout feature/#40
git checkout v2.3.0_beta2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion local-network/validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout feature/#40
git checkout v2.3.0_beta2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion test-network/general/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.3.0_beta1
git checkout v2.3.0_beta2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
2 changes: 1 addition & 1 deletion test-network/validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git

RUN git clone https://github.com/BoostryJP/quorum.git && \
cd quorum/ && \
git checkout v2.3.0_beta1
git checkout v2.3.0_beta2
RUN cd quorum/ && \
make geth bootnode && \
mv build/bin/geth /usr/local/bin && \
Expand Down
File renamed without changes.

0 comments on commit e3529ce

Please sign in to comment.