Skip to content

Commit

Permalink
bump dpdk base image to ubuntu 24.04 (#4770)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
  • Loading branch information
zhangzujian authored Nov 28, 2024
1 parent 9dc2ab2 commit 86794c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/images/Dockerfile.base-dpdk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM ubuntu:23.04 as ovs-builder
FROM ubuntu:24.04 as ovs-builder

ARG ARCH
ARG DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -86,7 +86,7 @@ RUN mkdir /packages/ && \
cp /usr/src/ovn-*deb /packages && \
cd /packages && rm -f *source* *doc* *datapath* *docker* *vtep* *test* *dev*

FROM ubuntu:23.04
FROM ubuntu:24.04

ARG DEBIAN_FRONTEND=noninteractive
ENV PIP_BREAK_SYSTEM_PACKAGES=1
Expand Down

0 comments on commit 86794c2

Please sign in to comment.