forked from cerc-io/stack-orchestrator
Update mobymask-v2 stack with lighthouse-cli and branch checkout feature (#425)
* Update optimism stack yml for lighthouse-cli * Use branch checkout feature in mobymask stack
This commit is contained in:
parent
d19b9a65b9
commit
32f8d65bb8
@ -1,8 +1,9 @@
|
|||||||
version: '3.2'
|
version: '3.2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
peer-test-app:
|
|
||||||
# Builds and serves the peer-test react-app
|
# Builds and serves the peer-test react-app
|
||||||
|
peer-test-app:
|
||||||
|
restart: unless-stopped
|
||||||
image: cerc/react-peer:local
|
image: cerc/react-peer:local
|
||||||
working_dir: /scripts
|
working_dir: /scripts
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -14,14 +14,6 @@ laconic-so --stack fixturenet-optimism setup-repositories
|
|||||||
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories mentioned below and re-run the command
|
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories mentioned below and re-run the command
|
||||||
```
|
```
|
||||||
|
|
||||||
Checkout to the required versions and branches in repos:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Optimism
|
|
||||||
cd ~/cerc/optimism
|
|
||||||
git checkout v1.0.4
|
|
||||||
```
|
|
||||||
|
|
||||||
Build the container images:
|
Build the container images:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -14,14 +14,6 @@ laconic-so --stack fixturenet-optimism setup-repositories --exclude github.com/c
|
|||||||
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories mentioned below and re-run the command
|
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories mentioned below and re-run the command
|
||||||
```
|
```
|
||||||
|
|
||||||
Checkout to the required versions and branches in repos:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Optimism
|
|
||||||
cd ~/cerc/optimism
|
|
||||||
git checkout v1.0.4
|
|
||||||
```
|
|
||||||
|
|
||||||
Build the container images:
|
Build the container images:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -3,12 +3,14 @@ name: fixturenet-optimism
|
|||||||
decription: "Optimism Fixturenet"
|
decription: "Optimism Fixturenet"
|
||||||
repos:
|
repos:
|
||||||
- github.com/cerc-io/go-ethereum
|
- github.com/cerc-io/go-ethereum
|
||||||
|
- github.com/cerc-io/lighthouse
|
||||||
- github.com/dboreham/foundry
|
- github.com/dboreham/foundry
|
||||||
- github.com/ethereum-optimism/optimism
|
- github.com/ethereum-optimism/optimism@v1.0.4
|
||||||
- github.com/ethereum-optimism/op-geth
|
- github.com/ethereum-optimism/op-geth@v1.101105.2
|
||||||
containers:
|
containers:
|
||||||
- cerc/go-ethereum
|
- cerc/go-ethereum
|
||||||
- cerc/lighthouse
|
- cerc/lighthouse
|
||||||
|
- cerc/lighthouse-cli
|
||||||
- cerc/fixturenet-eth-geth
|
- cerc/fixturenet-eth-geth
|
||||||
- cerc/fixturenet-eth-lighthouse
|
- cerc/fixturenet-eth-lighthouse
|
||||||
- cerc/foundry
|
- cerc/foundry
|
||||||
|
@ -18,26 +18,6 @@ laconic-so --stack mobymask-v2 setup-repositories
|
|||||||
NOTE: If repositories already exist and are checked out to different versions, `setup-repositories` command will throw an error.
|
NOTE: If repositories already exist and are checked out to different versions, `setup-repositories` command will throw an error.
|
||||||
For getting around this, the repositories mentioned below can be removed and then run the command.
|
For getting around this, the repositories mentioned below can be removed and then run the command.
|
||||||
|
|
||||||
Checkout to the required versions and branches in repos
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# watcher-ts
|
|
||||||
cd ~/cerc/watcher-ts
|
|
||||||
git checkout v0.2.41
|
|
||||||
|
|
||||||
# mobymask-v2-watcher-ts
|
|
||||||
cd ~/cerc/mobymask-v2-watcher-ts
|
|
||||||
git checkout v0.1.1
|
|
||||||
|
|
||||||
# MobyMask
|
|
||||||
cd ~/cerc/MobyMask
|
|
||||||
git checkout v0.1.2
|
|
||||||
|
|
||||||
# Optimism
|
|
||||||
cd ~/cerc/optimism
|
|
||||||
git checkout v1.0.4
|
|
||||||
```
|
|
||||||
|
|
||||||
Build the container images:
|
Build the container images:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -14,22 +14,6 @@ laconic-so --stack mobymask-v2 setup-repositories --include github.com/cerc-io/M
|
|||||||
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories mentioned below and re-run the command
|
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories mentioned below and re-run the command
|
||||||
```
|
```
|
||||||
|
|
||||||
Checkout to the required versions and branches in repos:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# watcher-ts
|
|
||||||
cd ~/cerc/watcher-ts
|
|
||||||
git checkout v0.2.41
|
|
||||||
|
|
||||||
# mobymask-v2-watcher-ts
|
|
||||||
cd ~/cerc/mobymask-v2-watcher-ts
|
|
||||||
git checkout v0.1.1
|
|
||||||
|
|
||||||
# MobyMask
|
|
||||||
cd ~/cerc/MobyMask
|
|
||||||
git checkout v0.1.2
|
|
||||||
```
|
|
||||||
|
|
||||||
Build the container images:
|
Build the container images:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -2,21 +2,24 @@ version: "1.0"
|
|||||||
name: mobymask-v2
|
name: mobymask-v2
|
||||||
repos:
|
repos:
|
||||||
- github.com/cerc-io/go-ethereum
|
- github.com/cerc-io/go-ethereum
|
||||||
|
- github.com/cerc-io/lighthouse
|
||||||
- github.com/dboreham/foundry
|
- github.com/dboreham/foundry
|
||||||
- github.com/ethereum-optimism/optimism
|
- github.com/ethereum-optimism/optimism@v1.0.4
|
||||||
- github.com/ethereum-optimism/op-geth
|
- github.com/ethereum-optimism/op-geth@v1.101105.2
|
||||||
- github.com/cerc-io/watcher-ts
|
- github.com/cerc-io/watcher-ts@v0.2.43
|
||||||
- github.com/cerc-io/mobymask-v2-watcher-ts
|
- github.com/cerc-io/mobymask-v2-watcher-ts@v0.1.1
|
||||||
- github.com/cerc-io/MobyMask
|
- github.com/cerc-io/MobyMask@v0.1.2
|
||||||
containers:
|
containers:
|
||||||
- cerc/go-ethereum
|
- cerc/go-ethereum
|
||||||
- cerc/lighthouse
|
- cerc/lighthouse
|
||||||
|
- cerc/lighthouse-cli
|
||||||
- cerc/fixturenet-eth-geth
|
- cerc/fixturenet-eth-geth
|
||||||
- cerc/fixturenet-eth-lighthouse
|
- cerc/fixturenet-eth-lighthouse
|
||||||
- cerc/foundry
|
- cerc/foundry
|
||||||
- cerc/optimism-contracts
|
- cerc/optimism-contracts
|
||||||
- cerc/optimism-l2geth
|
- cerc/optimism-l2geth
|
||||||
- cerc/optimism-op-batcher
|
- cerc/optimism-op-batcher
|
||||||
|
- cerc/optimism-op-proposer
|
||||||
- cerc/optimism-op-node
|
- cerc/optimism-op-node
|
||||||
- cerc/watcher-ts
|
- cerc/watcher-ts
|
||||||
- cerc/watcher-mobymask-v2
|
- cerc/watcher-mobymask-v2
|
||||||
|
@ -30,22 +30,6 @@ Clone required repositories:
|
|||||||
# 100%|##############################################################################################################################################| 1.41k/1.41k [00:18<00:00, 76.4B/s]
|
# 100%|##############################################################################################################################################| 1.41k/1.41k [00:18<00:00, 76.4B/s]
|
||||||
```
|
```
|
||||||
|
|
||||||
Checkout to the required versions and branches in repos:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# watcher-ts
|
|
||||||
cd ~/cerc/watcher-ts
|
|
||||||
git checkout v0.2.41
|
|
||||||
|
|
||||||
# mobymask-v2-watcher-ts
|
|
||||||
cd ~/cerc/mobymask-v2-watcher-ts
|
|
||||||
git checkout v0.1.1
|
|
||||||
|
|
||||||
# MobyMask
|
|
||||||
cd ~/cerc/MobyMask
|
|
||||||
git checkout v0.1.2
|
|
||||||
```
|
|
||||||
|
|
||||||
Build the container images:
|
Build the container images:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user