vpp-operator (14_test_debug)

Published 2025-11-16 19:00:28 +01:00 by mogaika

Installation

docker pull registry.mogaika.dev/mogaika/vpp-operator:14_test_debug
sha256:a0d0a3d73694143ec21ad4e71fde1ed1572a0a59e3ed1bf442061be2d13d625d

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:ebe009f86035c175ba244badd298a2582914415cf62783d510eab3a311a5d4e1 in /
CMD ["/bin/bash"]
ARG BUILD_TYPE
WORKDIR /
ENV VPP_INSTALL_SKIP_SYSCTL=1
RUN |1 BUILD_TYPE=debug /bin/sh -c rm -f /etc/apt/apt.conf.d/docker-clean && apt-get update && apt-get dist-upgrade -yy && apt-get install --no-install-recommends -yy liblz4-tool tar gdb gdbserver strace apt-utils libhyperscan5 libmbedcrypto7 libmbedtls-dev libmbedx509-1 python3 python3-minimal libpython3-stdlib python3-cffi python3-cffi-backend libnuma1 libnl-3-200 libnl-route-3-200 libpcap0.8 # buildkit
RUN |1 BUILD_TYPE=debug /bin/sh -c extra_debs=; if [ "${BUILD_TYPE}" = "debug" ]; then extra_debs="${extra_debs} /debs/vpp-dev_*.deb"; extra_debs="${extra_debs} /debs/libvppinfra-dev_*.deb"; extra_debs="${extra_debs} libasan8"; extra_debs="${extra_debs} patchelf"; extra_debs="${extra_debs} libstdc++-12-dev"; fi && apt-get install --no-install-recommends -yy /debs/vpp_*.deb /debs/vpp-dbg_*.deb /debs/vpp-plugin-core_*.deb /debs/vpp-plugin-devtools_*.deb /debs/vpp-plugin-dpdk*.deb /debs/libvppinfra_*.deb /debs/python3-vpp-api_*.deb ${extra_debs} && if [ "${BUILD_TYPE}" = "debug" ]; then patchelf --add-needed /usr/lib/gcc/x86_64-linux-gnu/12/libstdc++.so $(which vpp) && true; fi # buildkit
ENTRYPOINT ["/bin/sh" "-c" "/usr/bin/vpp"]
RUN /bin/sh -c apt-get install --no-install-recommends -yy /upg/upf-plugin_*.deb /netcap/netcap-plugin_*.deb && apt-get clean # buildkit
WORKDIR /
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y dumb-init jq bird iproute2 llvm # buildkit
COPY /workspace/vpp-manager /usr/local/bin/vpp-manager # buildkit
COPY /workspace/vpp-wrapper /usr/local/bin/vpp-wrapper # buildkit
COPY /workspace/fpp-cni /usr/local/bin/fpp-cni # buildkit
COPY image/vpp-wrapper.sh /usr/local/bin/vpp-wrapper.sh # buildkit
COPY image/setup.sh /usr/local/bin/setup.sh # buildkit
COPY image/bird-tool.sh /usr/local/bin/bird-tool.sh # buildkit
ENTRYPOINT ["/usr/bin/dumb-init" "--"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-11-16 19:00:28 +01:00
2
OCI / Docker
linux/amd64
447 MiB
Versions (25) View all
28_test_debug 2025-11-21
27_test_debug 2025-11-21
26_test_debug 2025-11-20
25_test_debug 2025-11-20
24_test_debug 2025-11-20