Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit b13eaa3

Browse files
Dependabot/docker/docker/testpmd/ubuntu 24.04 manual intervention (#381)
* Bump ubuntu from 22.04 to 24.04 in /docker/testpmd Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Eoghan Conlon <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 167a106 commit b13eaa3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docker/testpmd/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM ubuntu:22.04@sha256:bbf3d1baa208b7649d1d0264ef7d522e1dc0deeeaaf6085bf8e4618867f03494
2-
COPY ./requirements.txt /
1+
FROM ubuntu:24.04@sha256:e3f92abc0967a6c19d0dfa2d55838833e947b9d74edbcb0113e48535ad4be12a
32
RUN apt-get -q update \
43
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
54
git \
@@ -10,7 +9,6 @@ RUN apt-get -q update \
109
python3-pip \
1110
ninja-build \
1211
build-essential \
13-
&& pip3 install --no-cache-dir --upgrade --require-hashes -r requirements.txt \
1412
&& rm -rf /var/lib/apt/lists/*
1513
RUN apt-get update -y \
1614
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates \

docker/testpmd/requirements.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)