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

Commit e40e4e1

Browse files
Dependabot/docker/ci/ovs test setup/testpmd image/ubuntu 24.04 Manual intervention (#382)
* Bump ubuntu from 22.04 to 24.04 in /ci/ovs_test_setup/testpmd_image 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 b13eaa3 commit e40e4e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/ovs_test_setup/testpmd_image/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM ubuntu:22.04@sha256:6042500cf4b44023ea1894effe7890666b0c5c7871ed83a97c36c76ae560bb9b
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 \

0 commit comments

Comments
 (0)