upg-testing (testing-86)

Published 2025-07-04 08:43:46 +02:00 by mogaika

Installation

docker pull registry.mogaika.dev/mogaika/upg-testing:testing-86
sha256:aa37d229ec5dd99fc0f787ed2ee99cd49ec1a0644c681f465368d007b06bc8cf

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:36d136943d44dbe1fed342b933d9abb8e0694bf141a0c0af85ca83cc73e25158 in /
CMD ["/bin/bash"]
ARG BUILD_TYPE
WORKDIR /
ENV VPP_INSTALL_SKIP_SYSCTL=1
RUN |1 BUILD_TYPE=debug /bin/sh -c 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"; 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} && apt-get clean # buildkit
ENTRYPOINT ["/bin/sh" "-c" "/usr/bin/vpp"]
WORKDIR /
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y dumb-init jq bird iproute2 && apt-get clean # buildkit
RUN /bin/sh -c apt-get install --no-install-recommends -yy /install_netcap/netcap*.deb && apt-get clean # 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-07-04 08:43:46 +02:00
3
OCI / Docker
linux/amd64
246 MiB
Versions (73) View all
testing-90 2025-07-04
testing-89 2025-07-04
testing-88 2025-07-04
testing-87 2025-07-04
testing-86 2025-07-04