Skip to content

Commit 583430e

Browse files
radvd, iperf: upgrade to ubuntu 24 (google#14764)
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 722491e commit 583430e

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

projects/iperf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder
17+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818
RUN apt-get update && apt-get install -y make autoconf automake libtool libssl-dev
1919

2020
RUN git clone --depth 1 https://github.com/esnet/iperf iperf

projects/iperf/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ primary_contact: "javanlacerda@google.com"
99
auto_ccs:
1010
- "pedroysb@google.com"
1111
- "david@adalogics.com"
12+
base_os_version: ubuntu-24-04

projects/radvd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder
17+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818
RUN apt-get update && apt-get install -y make autoconf automake libtool bison flex pkg-config libbsd-dev
1919
RUN git clone --depth 1 https://github.com/radvd-project/radvd radvd
2020
WORKDIR radvd

projects/radvd/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ auto_ccs:
99
- "pedroysb@google.com"
1010
- "david@adalogics.com"
1111
main_repo: "http://www.litech.org/radvd"
12+
base_os_version: ubuntu-24-04

0 commit comments

Comments
 (0)