ops

base-node-reth (v0.11.8)

Published 2025-03-25 00:51:35 +00:00 by srw

Installation

docker pull git.vdb.to/ops/base-node-reth:v0.11.8
sha256:87255643ae01a14a213948ce20d2a1f7bbabbd7eddd16aa15b86c213d7203b6c

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:1b6c8c9518be42fa2afe5e241ca31677fce58d27cdfa88baa91a65a259be3637 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y jq curl supervisor && rm -rf /var/lib/apt/lists # buildkit
RUN /bin/sh -c mkdir -p /var/log/supervisor # buildkit
WORKDIR /app
COPY /app/op-node/bin/op-node ./ # buildkit
COPY /app/target/maxperf/op-reth ./ # buildkit
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit
COPY ./reth/reth-entrypoint ./execution-entrypoint # buildkit
COPY op-node-entrypoint . # buildkit
CMD ["/usr/bin/supervisord"]

Labels

Key Value
com.docker.compose.project base-node
com.docker.compose.service node
com.docker.compose.version 2.29.2
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-03-25 00:51:35 +00:00
0
OCI / Docker
linux/amd64
96 MiB
Versions (1) View all
v0.11.8 2025-03-25