forked from TrueCloudLab/neoneo-go
docker: drop default privnet-blocks bootstraps
They're no longer useful, their primary goal was to mint some GAS, but we have plenty of GAS now right in the genesis block. They also contained NEO transfer to non-multisig account, but that's easy to replicate using CLI. So keep the bootstrapping feature (just in case), but drop the default files used for it.
This commit is contained in:
parent
63f4f34659
commit
9b19b08e06
4 changed files with 0 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
@ -81,7 +81,6 @@ services:
|
|||
- ../config/protocol.privnet.docker.single.yml:/config/protocol.privnet.yml
|
||||
- ./wallets/wallet1.json:/wallet1.json
|
||||
- volume_chain:/chains
|
||||
- ./1600-privnet-blocks-single.acc.gz:/privnet-blocks.acc.gz
|
||||
networks:
|
||||
neo_go_network:
|
||||
ipv4_address: 172.200.0.1
|
||||
|
|
|
@ -30,8 +30,6 @@ LABEL version=$VERSION
|
|||
WORKDIR /
|
||||
|
||||
COPY --from=builder /neo-go/config /config
|
||||
COPY --from=builder /neo-go/.docker/6000-privnet-blocks.acc.gz /6000-privnet-blocks.acc.gz
|
||||
COPY --from=builder /neo-go/.docker/1600-privnet-blocks-single.acc.gz /1600-privnet-blocks-single.acc.gz
|
||||
COPY --from=builder /neo-go/.docker/privnet-entrypoint.sh /usr/bin/privnet-entrypoint.sh
|
||||
COPY --from=builder /go/bin/neo-go /usr/bin/neo-go
|
||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
|
|
Loading…
Reference in a new issue