Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/knative/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
RUN git clone --depth 1 https://github.com/knative/pkg
RUN git clone --depth 1 https://github.com/knative/serving
Expand Down
1 change: 1 addition & 0 deletions projects/knative/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://knative.dev/"
language: go
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/krb5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y autoconf bison
RUN git clone --depth=1 https://github.com/krb5/krb5.git
RUN cp $SRC/krb5/src/tests/fuzzing/oss-fuzz.sh $SRC/build.sh
Expand Down
1 change: 1 addition & 0 deletions projects/krb5/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://web.mit.edu/kerberos/"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/kryo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-jvm
FROM gcr.io/oss-fuzz-base/base-builder-jvm:ubuntu-24-04

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 && \
unzip maven.zip -d $SRC/maven && \
Expand Down
1 change: 1 addition & 0 deletions projects/kryo/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "http://esotericsoftware.com/"
language: jvm
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/kubearmor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
ENV FUZZING_LANGUAGE=go
RUN git clone https://github.com/kubearmor/KubeArmor
COPY build.sh $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/kubearmor/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://kubearmor.io/"
main_repo: "https://github.com/kubearmor/KubeArmor"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/kubeedge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
RUN git clone --depth 1 https://github.com/kubeedge/kubeedge
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
COPY build.sh $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/kubeedge/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://kubeedge.io/en/"
primary_contact: "[email protected]"
auto_ccs :
Expand Down
2 changes: 1 addition & 1 deletion projects/kubeflow-katib/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
RUN git clone --depth 1 https://github.com/kubeflow/katib
RUN wget https://go.dev/dl/go1.25.1.linux-amd64.tar.gz \
&& mkdir temp-go \
Expand Down
1 change: 1 addition & 0 deletions projects/kubeflow-katib/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/kubeflow/katib"
language: go
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/kubeflow-model-registry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
RUN git clone --depth 1 https://github.com/kubeflow/model-registry
WORKDIR model-registry
COPY build.sh *.go $SRC/
1 change: 1 addition & 0 deletions projects/kubeflow-model-registry/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/kubeflow/model-registry"
language: go
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/kubeflow-pipelines/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
RUN git clone --depth 1 https://github.com/kubeflow/pipelines
WORKDIR pipelines
COPY build.sh *.go $SRC/
1 change: 1 addition & 0 deletions projects/kubeflow-pipelines/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/kubeflow/pipelines"
language: go
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/kubeflow-spark-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
RUN git clone --depth 1 https://github.com/kubeflow/spark-operator
WORKDIR spark-operator
COPY build.sh *.go $SRC/
1 change: 1 addition & 0 deletions projects/kubeflow-spark-operator/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/kubeflow/spark-operator"
language: go
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/kubernetes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04

RUN git clone --depth 1 https://github.com/kubernetes/kubernetes.git
RUN git clone --depth 1 https://github.com/google/AFL
Expand Down
1 change: 1 addition & 0 deletions projects/kubernetes/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://kubernetes.io"
primary_contact: "[email protected]"
auto_ccs :
Expand Down
2 changes: 1 addition & 1 deletion projects/kubevirt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
RUN apt update && apt install -y qemu-kvm libvirt-daemon-system
RUN git clone --depth 1 https://github.com/kubevirt/kubevirt
RUN git clone --depth=1 https://github.com/AdamKorcz/go-118-fuzz-build --branch=v2_2 $SRC/go-118-fuzz-build
Expand Down
1 change: 1 addition & 0 deletions projects/kubevirt/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://kubevirt.io"
primary_contact: "[email protected]"
auto_ccs :
Expand Down
2 changes: 1 addition & 1 deletion projects/kyverno/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
RUN git clone --depth 1 https://github.com/kyverno/kyverno
COPY build.sh $SRC/
WORKDIR $SRC/kyverno
1 change: 1 addition & 0 deletions projects/kyverno/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://www.kyverno.io"
main_repo: "https://github.com/kyverno/kyverno"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/lame/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make autoconf automake libtool subversion pkg-config wget

# ubuntu apt has not recent enough mpg123
Expand Down
1 change: 1 addition & 0 deletions projects/lame/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://sourceforge.net/projects/lame/"
main_repo: "https://svn.code.sf.net/p/lame/svn/trunk/lame"
language: c++
Expand Down
2 changes: 1 addition & 1 deletion projects/lark-parser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#
##########################################################################
FROM gcr.io/oss-fuzz-base/base-builder-python
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
RUN pip3 install --upgrade pip
RUN git clone https://github.com/lark-parser/lark lark
COPY *.sh *py $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/lark-parser/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: https://github.com/lark-parser/lark
main_repo: https://github.com/lark-parser/lark
language: python
Expand Down
2 changes: 1 addition & 1 deletion projects/lcms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 https://github.com/mm2/Little-CMS.git lcms
RUN mkdir $SRC/seeds && \
Expand Down
1 change: 1 addition & 0 deletions projects/lcms/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
main_repo: "https://github.com/mm2/Little-CMS"
homepage: "http://www.littlecms.com/"
language: c++
Expand Down
2 changes: 1 addition & 1 deletion projects/leptonica/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make autoconf automake libtool \
pkg-config cmake nasm
RUN git clone --depth 1 https://github.com/DanBloomberg/leptonica.git leptonica
Expand Down
1 change: 1 addition & 0 deletions projects/leptonica/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "http://www.leptonica.com"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/leveldb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y build-essential cmake gettext make
RUN git clone --recurse-submodules https://github.com/google/leveldb.git

Expand Down
1 change: 1 addition & 0 deletions projects/leveldb/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/google/leveldb"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libaom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y cmake yasm wget
RUN git clone https://aomedia.googlesource.com/aom
ADD https://storage.googleapis.com/aom-test-data/fuzzer/dec_fuzzer_seed_corpus.zip $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/libaom/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://aomedia.org/av1-features/get-started/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libarchive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04

RUN apt-get update && apt-get install -y make autoconf libtool pkg-config \
libbz2-dev liblzo2-dev liblzma-dev liblz4-dev libz-dev \
Expand Down
1 change: 1 addition & 0 deletions projects/libarchive/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/libarchive/libarchive"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libass/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config libfontconfig1-dev libfreetype-dev libfribidi-dev python3-pip && \
pip3 install meson==0.60.0 ninja

Expand Down
1 change: 1 addition & 0 deletions projects/libass/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/libass/libass"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libavc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y wget cmake
RUN git clone https://github.com/ittiam-systems/libavc.git
ADD https://storage.googleapis.com/android_media/external/libavc/fuzzer/avc_dec_fuzzer_seed_corpus.zip $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/libavc/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/ittiam-systems/libavc"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libavif/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && \
apt-get install --no-install-recommends -y curl python3-pip python3-setuptools python3-wheel cmake git nasm && \
pip3 install meson ninja
Expand Down
1 change: 1 addition & 0 deletions projects/libavif/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/AOMediaCodec/libavif"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libbpf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN sed -i -e '/^#\s*deb-src.*\smain\s\+restricted/s/^#//' /etc/apt/sources.list && \
apt-get update && \
# libelf build dependencies \
Expand Down
1 change: 1 addition & 0 deletions projects/libbpf/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/libbpf/libbpf"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libcacard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y pkg-config libglib2.0-dev gyp libsqlite3-dev mercurial python3-pip python
# Because Ubuntu has really ancient meson out there
RUN pip3 install meson ninja
Expand Down
1 change: 1 addition & 0 deletions projects/libcacard/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://gitlab.freedesktop.org/spice/libcacard"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libcbor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make cmake
RUN git clone --depth 1 https://github.com/PJK/libcbor
WORKDIR libcbor
Expand Down
1 change: 1 addition & 0 deletions projects/libcbor/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/PJK/libcbor"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libcoap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make autoconf automake libtool \
pkg-config libcunit1 libcunit1-doc libcunit1-dev
RUN git clone --depth 1 https://github.com/obgm/libcoap.git libcoap
Expand Down
1 change: 1 addition & 0 deletions projects/libcoap/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://libcoap.net/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libconfig/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y cmake make

RUN git clone --depth 1 https://github.com/hyperrealm/libconfig.git libconfig \
Expand Down
1 change: 1 addition & 0 deletions projects/libconfig/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://hyperrealm.github.io/libconfig/"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libcst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/oss-fuzz-base/base-builder-python
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
RUN git clone https://github.com/instagram/libcst libcst
RUN apt-get install build-essential libssl-dev libffi-dev pkg-config python3-dev cargo -y
RUN pip3 install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions projects/libcst/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
fuzzing_engines:
- libfuzzer
homepage: https://github.com/instagram/libcst
Expand Down
Loading
Loading