ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add --no-cache bash ca-certificates jq expect iputils curl # buildkit |
WORKDIR / |
COPY /usr/bin/neo-go /usr/bin/neo-go # buildkit |
COPY /bin/frostfs-adm /usr/bin/frostfs-adm # buildkit |
COPY /bin/frostfs-cli /usr/bin/frostfs-cli # buildkit |
COPY /bin/frostfs-ir /usr/bin/frostfs-ir # buildkit |
COPY /bin/frostfs-node /usr/bin/frostfs-node # buildkit |
COPY /bin/frostfs-s3-gw /usr/bin/frostfs-s3-gw # buildkit |
COPY /bin/frostfs-s3-authmate /usr/bin/frostfs-s3-authmate # buildkit |
COPY /bin/frostfs-http-gw /usr/bin/frostfs-http-gw # buildkit |
COPY ./adm/frostfs-adm.yml /config/frostfs-adm.yml # buildkit |
COPY ./ir/cli-cfg.yaml /config/cli-cfg-ir.yaml # buildkit |
COPY ./ir/config.yaml /config/config-ir.yaml # buildkit |
COPY ./morph/protocol.privnet.yml /config/protocol.privnet.yml # buildkit |
COPY ./morph/node-wallet.json /config/alphabet/az.json # buildkit |
COPY ./morph/node-wallet.json /config/alphabet/contract.json # buildkit |
COPY ./morph/node-wallet.json /config/node-wallet.json # buildkit |
COPY ./morph/node-config.yaml /config/node-config.yaml # buildkit |
COPY ./http-gw/http-gw-config.yaml /config/http-gw-config.yaml # buildkit |
COPY ./http-gw/http-gw-wallet.json /config/http-gw-wallet.json # buildkit |
COPY ./s3-gw/rules.json /config/bearer-rules.json # buildkit |
COPY ./s3-gw/regions.json /config/regions.json # buildkit |
COPY ./s3-gw/s3-gw-config.yaml /config/s3-gw-config.yaml # buildkit |
COPY ./s3-gw/s3-gw-wallet.json /config/s3-gw-wallet.json # buildkit |
COPY ./s3-gw/s3-gw-tls.crt /config/s3-gw-tls.crt # buildkit |
COPY ./s3-gw/s3-gw-tls.key /config/s3-gw-tls.key # buildkit |
COPY ./s3-gw/user-wallet.json /config/user-wallet.json # buildkit |
COPY ./sn/cli-cfg.yaml /config/cli-cfg-sn.yaml # buildkit |
COPY ./sn/wallet.json /config/wallet-sn.json # buildkit |
COPY ./sn/config.yaml /config/config-sn.yaml # buildkit |
COPY ./vendor/locode_db /config/locode.db # buildkit |
COPY ./vendor/contracts/ /config/contracts # buildkit |
COPY ./bin/init-aio.sh /usr/bin/init-aio.sh # buildkit |
COPY ./bin/issue-creds.sh /usr/bin/issue-creds.sh # buildkit |
ENV AUTHMATE_WALLET_PASSPHRASE= |
ENV AUTHMATE_WALLET_CONTRACT_PASSPHRASE= |
ENTRYPOINT ["/usr/bin/init-aio.sh"] |