Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
2c54f818
Unverified
Commit
2c54f818
authored
Mar 02, 2023
by
mergify[bot]
Committed by
GitHub
Mar 02, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5033 from ethereum-optimism/aj/devnet-updates
ops-bedrock: Update geth and op-geth used in local devnet
parents
551c4198
78bd8d8a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
Dockerfile.l1
ops-bedrock/Dockerfile.l1
+1
-1
Dockerfile.l2
ops-bedrock/Dockerfile.l2
+1
-1
docker-compose.yml
ops-bedrock/docker-compose.yml
+2
-0
entrypoint.sh
ops-bedrock/entrypoint.sh
+3
-0
No files found.
ops-bedrock/Dockerfile.l1
View file @
2c54f818
FROM ethereum/client-go:v1.1
0.2
2
FROM ethereum/client-go:v1.1
1.
2
RUN apk add --no-cache jq
RUN apk add --no-cache jq
...
...
ops-bedrock/Dockerfile.l2
View file @
2c54f818
FROM ethereumoptimism/op-geth:optimism
-history
FROM ethereumoptimism/op-geth:optimism
RUN apk add --no-cache jq
RUN apk add --no-cache jq
...
...
ops-bedrock/docker-compose.yml
View file @
2c54f818
...
@@ -17,6 +17,7 @@ services:
...
@@ -17,6 +17,7 @@ services:
dockerfile
:
Dockerfile.l1
dockerfile
:
Dockerfile.l1
ports
:
ports
:
-
"
8545:8545"
-
"
8545:8545"
-
"
7060:6060"
volumes
:
volumes
:
-
"
l1_data:/db"
-
"
l1_data:/db"
-
"
${PWD}/../.devnet/genesis-l1.json:/genesis.json"
-
"
${PWD}/../.devnet/genesis-l1.json:/genesis.json"
...
@@ -28,6 +29,7 @@ services:
...
@@ -28,6 +29,7 @@ services:
dockerfile
:
Dockerfile.l2
dockerfile
:
Dockerfile.l2
ports
:
ports
:
-
"
9545:8545"
-
"
9545:8545"
-
"
8060:6060"
volumes
:
volumes
:
-
"
l2_data:/db"
-
"
l2_data:/db"
-
"
${PWD}/../.devnet/genesis-l2.json:/genesis.json"
-
"
${PWD}/../.devnet/genesis-l2.json:/genesis.json"
...
...
ops-bedrock/entrypoint.sh
View file @
2c54f818
...
@@ -65,4 +65,7 @@ exec geth \
...
@@ -65,4 +65,7 @@ exec geth \
--authrpc
.vhosts
=
"*"
\
--authrpc
.vhosts
=
"*"
\
--authrpc
.jwtsecret
=
/config/jwt-secret.txt
\
--authrpc
.jwtsecret
=
/config/jwt-secret.txt
\
--gcmode
=
archive
\
--gcmode
=
archive
\
--metrics
\
--metrics
.addr
=
0.0.0.0
\
--metrics
.port
=
6060
\
"
$@
"
"
$@
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment