Skip to content

Commit a6322ef

Browse files
committed
Mass migrate batch 10: 100 projects to Ubuntu 24.04
1 parent c72ef09 commit a6322ef

File tree

200 files changed

+200
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+200
-100
lines changed

projects/rekor/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-go
17+
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
1818
RUN git clone --depth 1 https://github.com/sigstore/rekor
1919
RUN git clone --depth=1 https://github.com/AdamKorcz/instrumentation
2020
RUN git clone --depth=1 https://github.com/sassoftware/relic

projects/rekor/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://sigstore.dev"
23
main_repo: "https://github.com/sigstore/rekor"
34
primary_contact: "bcallaway@sigstore.dev"

projects/relic/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 wget python
1919
RUN git clone --depth 1 https://github.com/relic-toolkit/relic.git
2020
RUN git clone --depth 1 https://github.com/randombit/botan.git

projects/relic/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://github.com/relic-toolkit/relic"
23
language: c++
34
primary_contact: "guidovranken@gmail.com"

projects/reload4j/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-jvm
17+
FROM gcr.io/oss-fuzz-base/base-builder-jvm:ubuntu-24-04
1818

1919
RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o maven.zip && \
2020
unzip maven.zip -d $SRC/maven && \

projects/reload4j/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://reload4j.qos.ch"
23
language: jvm
34
main_repo: "https://github.com/qos-ch/reload4j.git"

projects/requests/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-python
17+
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
1818

1919
RUN git clone --depth 1 --branch main https://github.com/psf/requests.git requests \
2020
&& python3 -m pip install --upgrade pip \

projects/requests/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
auto_ccs:
23
- david@adalogics.com
34
fuzzing_engines:

projects/resiprocate/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 cmake ninja-build pkg-config libfmt-dev
1919
RUN git clone --depth 1 --single-branch --branch master https://github.com/resiprocate/resiprocate.git resiprocate
2020
WORKDIR resiprocate

projects/resiprocate/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://www.resiprocate.org/"
23
language: c++
34
primary_contact: "gjasny@googlemail.com"

0 commit comments

Comments
 (0)