ops

base-execution (v0.11.8)

Published 2025-03-19 19:51:10 +00:00 by srw

Installation

docker pull git.vdb.to/ops/base-execution:v0.11.8
sha256:99de4ad9dfe2f58868aeace6986276fdfb86a5f308677ef6da910e181a3f8c7b

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 execution
com.docker.compose.version 2.29.2
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-03-19 19:51:10 +00:00
4
OCI / Docker
linux/amd64
96 MiB
Versions (1) View all
v0.11.8 2025-03-19