cilium-envoy (latest)

Published 2025-06-17 17:51:43 -04:00 by smig

Installation

docker pull git.thecodedom.com/smig/cilium-envoy:latest
sha256:bb73643e4b8c95d852bf25fc0e2f44e6d77617a809b63b119aba9edc001f4ea4

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:6eb9adae2c7e3a73446b74d4e61e58d6e1d0db6c07cc49612eb0b9f38fefef15 in /
CMD ["/bin/bash"]
LABEL maintainer=maintainer@cilium.io
RUN /bin/sh -c apt-get update && apt-get upgrade -y && apt-get install --no-install-recommends -y ca-certificates && apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/tmp/* && rm -rf /var/lib/apt/lists/* # buildkit
COPY /tmp/install / # buildkit

Labels

Key Value
maintainer maintainer@cilium.io
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-06-17 17:51:43 -04:00
58
OCI / Docker
linux/arm64
61 MiB
Versions (1) View all
latest 2025-06-17