This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree 4 files changed +6
-2
lines changed
ci/ovs_test_setup/testpmd_image
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM ubuntu:22.04@sha256:6042500cf4b44023ea1894effe7890666b0c5c7871ed83a97c36c76ae560bb9b
2
+ COPY ./requirements.txt /
2
3
RUN apt-get -q update \
3
4
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4
5
git \
@@ -9,7 +10,7 @@ RUN apt-get -q update \
9
10
python3-pip \
10
11
ninja-build \
11
12
build-essential \
12
- && pip3 install --no-cache-dir --upgrade meson==1.3.0 \
13
+ && pip3 install --no-cache-dir --upgrade --require-hashes -r requirements.txt \
13
14
&& rm -rf /var/lib/apt/lists/*
14
15
RUN apt-get update -y \
15
16
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates \
Original file line number Diff line number Diff line change
1
+ meson == 1.3.0 --hash =sha256:e9f54046ce5b9a1f3024f7a7d52f19f085fd57c9d26a5db0cfcf0750572a8fd8
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:22.04@sha256:bbf3d1baa208b7649d1d0264ef7d522e1dc0deeeaaf6085bf8e4618867f03494
2
+ COPY ./requirements.txt /
2
3
RUN apt-get -q update \
3
4
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4
5
git \
@@ -9,7 +10,7 @@ RUN apt-get -q update \
9
10
python3-pip \
10
11
ninja-build \
11
12
build-essential \
12
- && pip3 install --no-cache-dir --upgrade meson==1.3.0 \
13
+ && pip3 install --no-cache-dir --upgrade --require-hashes -r requirements.txt \
13
14
&& rm -rf /var/lib/apt/lists/*
14
15
RUN apt-get update -y \
15
16
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates \
Original file line number Diff line number Diff line change
1
+ meson == 1.3.0 --hash =sha256:e9f54046ce5b9a1f3024f7a7d52f19f085fd57c9d26a5db0cfcf0750572a8fd8
You can’t perform that action at this time.
0 commit comments