lighthouse (test)

Published 2023-07-31 13:09:04 +00:00 by dboreham

Installation

docker pull git.vdb.to/cerc-io/lighthouse:test
sha256:cedf1ee4dd326b931c7fe17ad4bb40ef1f406e5a2943c0582e8e41e44ab293d3

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:262490f82459c14632f5c9a6d6a5cf6c07b4f307e8fd380fa764662cda46e88f in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libssl-dev ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
COPY ./bin/lighthouse /usr/local/bin/lighthouse # buildkit
/bin/sh -c apt-get update; apt-get install bash netcat curl less jq -y;
WORKDIR /root/
ADD file:f5928799bb36da004bc0a8e6be2583046ca0d4da4b5417b7d587d86b1f167c11 in .
ENTRYPOINT ["./start-lighthouse.sh"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2023-07-31 13:09:04 +00:00
3
OCI / Docker
linux/arm64
100 MiB
Versions (2) View all
local 2023-10-09
test 2023-07-31