git.delta.rocks / unique-network / refs/commits / f618782d793b

difftreelog

fix opal rococo stand

Daniel Shiposha2023-03-30parent: #9138477.patch.diff
in: master

1 file changed

modified.docker/additional/xcm-rococo/Dockerfile-xcm-opal-rococo.tempdiffbeforeafterboth
1FROM uniquenetwork/builder-polkadot:{{ POLKADOT_BUILD_BRANCH }} as polkadot1FROM uniquenetwork/builder-polkadot:{{ UNIQUEWEST_MAINNET_BRANCH }} as polkadot
2FROM uniquenetwork/builder-cumulus:{{ STATEMINE_BUILD_BRANCH }} as cumulus2FROM uniquenetwork/builder-cumulus:{{ WESTMINT_BUILD_BRANCH }} as cumulus
33
4# ===== Rust builder =====4# ===== Rust builder =====
5FROM ubuntu:22.04 as rust-builder5FROM ubuntu:22.04 as rust-builder
60 yarn install60 yarn install
6161
62COPY --from=builder-unique /unique_parachain/.docker/additional/xcm-rococo/launch-config-xcm-opal-rococo.json /polkadot-launch/launch-config.json62COPY --from=builder-unique /unique_parachain/.docker/additional/xcm-rococo/launch-config-xcm-opal-rococo.json /polkadot-launch/launch-config.json
63COPY --from=builder-unique /unique_parachain/.docker/xcm-config/5validators.jsonnet /polkadot-launch/5validators.jsonnet
6364
64COPY --from=builder-unique /unique_parachain/target/release/unique-collator /unique-chain/target/release/65COPY --from=builder-unique /unique_parachain/target/release/unique-collator /unique-chain/target/release/
65COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/66COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/