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
095dbf56
Unverified
Commit
095dbf56
authored
Jan 06, 2025
by
Yann Hodique
Committed by
GitHub
Jan 06, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: outdated to anton-rs images (#13596)
parent
d1ccc976
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
justfile
kurtosis-devnet/justfile
+1
-1
Dockerfile
ops/docker/op-stack-go/Dockerfile
+1
-1
Dockerfile
ops/docker/proofs-tools/Dockerfile
+1
-1
No files found.
kurtosis-devnet/justfile
View file @
095dbf56
...
@@ -28,7 +28,7 @@ op-batcher-image TAG='op-batcher:devnet': (_docker_build_stack TAG "op-batcher-t
...
@@ -28,7 +28,7 @@ op-batcher-image TAG='op-batcher:devnet': (_docker_build_stack TAG "op-batcher-t
# TODO: this is a temporary hack to get the kona version right.
# TODO: this is a temporary hack to get the kona version right.
# Ideally the Dockerfile should be self-sufficient (right now we depend on
# Ideally the Dockerfile should be self-sufficient (right now we depend on
# docker-bake.hcl to do the right thing).
# docker-bake.hcl to do the right thing).
op-challenger-image TAG='op-challenger:devnet': (_docker_build_stack TAG "op-challenger-target" "--build-arg" "KONA_VERSION=kona-client-v0.1.0-beta.
5
")
op-challenger-image TAG='op-challenger:devnet': (_docker_build_stack TAG "op-challenger-target" "--build-arg" "KONA_VERSION=kona-client-v0.1.0-beta.
6
")
op-conductor-image TAG='op-conductor:devnet': (_docker_build_stack TAG "op-conductor-target")
op-conductor-image TAG='op-conductor:devnet': (_docker_build_stack TAG "op-conductor-target")
op-deployer-image TAG='op-deployer:devnet': (_docker_build_stack TAG "op-deployer-target")
op-deployer-image TAG='op-deployer:devnet': (_docker_build_stack TAG "op-deployer-target")
op-dispute-mon-image TAG='op-dispute-mon:devnet': (_docker_build_stack TAG "op-dispute-mon-target")
op-dispute-mon-image TAG='op-dispute-mon:devnet': (_docker_build_stack TAG "op-dispute-mon-target")
...
...
ops/docker/op-stack-go/Dockerfile
View file @
095dbf56
...
@@ -148,7 +148,7 @@ COPY --from=op-node-builder /app/op-node/bin/op-node /usr/local/bin/
...
@@ -148,7 +148,7 @@ COPY --from=op-node-builder /app/op-node/bin/op-node /usr/local/bin/
CMD
["op-node"]
CMD
["op-node"]
# Make the kona docker image published by upstream available as a source to copy kona and asterisc from.
# Make the kona docker image published by upstream available as a source to copy kona and asterisc from.
FROM
--platform=$TARGETPLATFORM ghcr.io/
anton
-rs/kona/kona-fpp-asterisc:$KONA_VERSION AS kona
FROM
--platform=$TARGETPLATFORM ghcr.io/
op
-rs/kona/kona-fpp-asterisc:$KONA_VERSION AS kona
# Also produce an op-challenger loaded with kona and asterisc using ubuntu
# Also produce an op-challenger loaded with kona and asterisc using ubuntu
FROM
--platform=$TARGETPLATFORM $UBUNTU_TARGET_BASE_IMAGE AS op-challenger-target
FROM
--platform=$TARGETPLATFORM $UBUNTU_TARGET_BASE_IMAGE AS op-challenger-target
...
...
ops/docker/proofs-tools/Dockerfile
View file @
095dbf56
...
@@ -5,7 +5,7 @@ ARG CHALLENGER_VERSION
...
@@ -5,7 +5,7 @@ ARG CHALLENGER_VERSION
ARG
KONA_VERSION
ARG
KONA_VERSION
FROM
--platform=$BUILDPLATFORM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-challenger:$CHALLENGER_VERSION AS challenger
FROM
--platform=$BUILDPLATFORM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-challenger:$CHALLENGER_VERSION AS challenger
FROM
--platform=$BUILDPLATFORM ghcr.io/
anton
-rs/kona/kona-fpp-asterisc:$KONA_VERSION AS kona
FROM
--platform=$BUILDPLATFORM ghcr.io/
op
-rs/kona/kona-fpp-asterisc:$KONA_VERSION AS kona
FROM
--platform=$BUILDPLATFORM ubuntu:22.04 AS proofs-tools
FROM
--platform=$BUILDPLATFORM ubuntu:22.04 AS proofs-tools
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
musl openssl ca-certificates
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
musl openssl ca-certificates
...
...
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