Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions containerization/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2020-2025 Intel Corporation.

FROM public.ecr.aws/ubuntu/ubuntu:25.04 AS build
FROM public.ecr.aws/ubuntu/ubuntu:25.10 AS build

# Setup container to build CNDP applications
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -102,7 +102,7 @@ RUN go build prometheus.go
# RUN CNDP_INSTALL_PATH="/cndp" cargo install --root /cndp/usr/local/ --path examples/fwd

# Setup container to run CNDP applications
FROM public.ecr.aws/ubuntu/ubuntu:25.04
FROM public.ecr.aws/ubuntu/ubuntu:25.10

# Ubuntu 20.04 has libjson-c4 but Ubuntu 21.04 has libjson-c5. Try either.
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
Loading