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/strongswan/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 automake autoconf libtool pkg-config gettext perl python flex bison gperf lcov libgmp3-dev
RUN git clone --depth 1 https://github.com/strongswan/strongswan.git strongswan
RUN git clone --depth 1 https://github.com/strongswan/fuzzing-corpora.git strongswan/fuzzing-corpora
Expand Down
1 change: 1 addition & 0 deletions projects/strongswan/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.strongswan.org"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/struts/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

#
# install maven configuration, which is also used by gradles's publishToMavenLocal
Expand Down
1 change: 1 addition & 0 deletions projects/struts/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/apache/struts"
language: jvm
main_repo: "https://github.com/apache/struts.git"
Expand Down
2 changes: 1 addition & 1 deletion projects/sudoers/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 git clone https://github.com/sudo-project/sudo

WORKDIR $SRC/sudo
Expand Down
1 change: 1 addition & 0 deletions projects/sudoers/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/sudo-project"
primary_contact: "[email protected]"
language: c
Expand Down
2 changes: 1 addition & 1 deletion projects/suricata/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-rust
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04
RUN apt-get update && apt-get install -y build-essential autoconf automake libtool make pkg-config python flex bison zlib1g-dev libpcre3-dev cmake tshark

# TODO libmagic, liblzma and other optional libraries
Expand Down
1 change: 1 addition & 0 deletions projects/suricata/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://suricata.io"
language: rust
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/swagger-core/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-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.9.2/binaries/apache-maven-3.9.2-bin.zip -o maven.zip && \
unzip maven.zip -d $SRC/maven && \
rm -rf maven.zip
Expand Down
1 change: 1 addition & 0 deletions projects/swagger-core/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/swagger-api/swagger-core
main_repo: https://github.com/swagger-api/swagger-core
language: jvm
Expand Down
2 changes: 1 addition & 1 deletion projects/swift-nio/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-swift
FROM gcr.io/oss-fuzz-base/base-builder-swift:ubuntu-24-04

# specific swift-nio
RUN git clone --depth 1 https://github.com/google/fuzzing
Expand Down
1 change: 1 addition & 0 deletions projects/swift-nio/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/apple/swift-nio"
language: swift
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/swift-protobuf/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-swift
FROM gcr.io/oss-fuzz-base/base-builder-swift:ubuntu-24-04

RUN git clone --depth 1 https://github.com/apple/swift-protobuf.git
COPY build.sh $SRC
Expand Down
1 change: 1 addition & 0 deletions projects/swift-protobuf/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/apple/swift-protobuf"
language: swift
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/systemd/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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

systemd is tracked in #14264.

RUN git clone --depth 1 https://github.com/systemd/systemd systemd
WORKDIR systemd
COPY build.sh $SRC/
1 change: 1 addition & 0 deletions projects/systemd/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://freedesktop.org/wiki/Software/systemd/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/syzkaller/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/google/syzkaller/

Expand Down
1 change: 1 addition & 0 deletions projects/syzkaller/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/syzkaller.git"
primary_contact: "[email protected]"
auto_ccs:
Expand Down
2 changes: 1 addition & 1 deletion projects/tablesaw/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/tablesaw/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://jtablesaw.github.io/tablesaw/"
language: jvm
fuzzing_engines:
Expand Down
2 changes: 1 addition & 1 deletion projects/tailscale/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-get update && apt-get install -y wget
RUN git clone --depth 1 https://github.com/tailscale/tailscale
RUN wget https://go.dev/dl/go1.23.1.linux-amd64.tar.gz \
Expand Down
1 change: 1 addition & 0 deletions projects/tailscale/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://tailscale.com/"
main_repo: "https://github.com/tailscale/tailscale"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/tar-rs/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-rust
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04

RUN git clone https://github.com/alexcrichton/tar-rs
WORKDIR $SRC/tar-rs
Expand Down
1 change: 1 addition & 0 deletions projects/tar-rs/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/alexcrichton/tar-rs"
main_repo: "https://github.com/alexcrichton/tar-rs.git"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/tarantool/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 make coreutils sed lld \
autoconf automake libtool zlib1g-dev \
Expand Down
1 change: 1 addition & 0 deletions projects/tarantool/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.tarantool.io/en/"
language: c
builds_per_day: 4
Expand Down
2 changes: 1 addition & 1 deletion projects/tcmalloc/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 python python3
RUN git clone --depth 1 https://github.com/google/tcmalloc tcmalloc
WORKDIR tcmalloc
Expand Down
1 change: 1 addition & 0 deletions projects/tcmalloc/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "tcmalloc"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/td-shim/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-rust
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04
# Install packages we need to build dependencies
RUN apt-get update && apt-get install -y nasm
RUN git clone --depth 1 https://github.com/confidential-containers/td-shim.git
Expand Down
1 change: 1 addition & 0 deletions projects/td-shim/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/confidential-containers/td-shim"
language: rust
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/teleport/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/gravitational/teleport.git teleport
WORKDIR teleport
COPY build.sh $SRC/
1 change: 1 addition & 0 deletions projects/teleport/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/gravitational/teleport"
language: go
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/tendermint/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 https://github.com/cometbft/cometbft

COPY build.sh $SRC
Expand Down
1 change: 1 addition & 0 deletions projects/tendermint/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/cometbft/cometbft"
primary_contact: "[email protected]"
auto_ccs:
Expand Down
2 changes: 1 addition & 1 deletion projects/tensorflow-py/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-python
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04

RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
Expand Down
1 change: 1 addition & 0 deletions projects/tensorflow-py/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.tensorflow.org"
language: python
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/tensorflow-serving/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@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors
RUN apt-get update && apt-get install -y make autoconf automake libtool default-jdk bison m4 \
build-essential\
Expand Down
1 change: 1 addition & 0 deletions projects/tensorflow-serving/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/tensorflow/serving"
primary_contact: "[email protected]"
main_repo: "https://github.com/tensorflow/serving"
Expand Down
2 changes: 1 addition & 1 deletion projects/tensorflow/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@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors

RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
1 change: 1 addition & 0 deletions projects/tensorflow/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.tensorflow.org"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/tesseract-ocr/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 automake libtool pkg-config libtiff-dev libwebp-dev libzstd-dev

RUN git clone --depth 1 https://github.com/DanBloomberg/leptonica.git
Expand Down
1 change: 1 addition & 0 deletions projects/tesseract-ocr/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/tesseract-ocr/tesseract"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/textdistance/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-python
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
RUN pip3 install --upgrade pip
RUN git clone --depth 1 https://github.com/life4/textdistance.git textdistance \
&& cp textdistance/fuzzing/build.sh $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/textdistance/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/life4/textdistance"
language: python
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/textwrap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-rust
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04

RUN git clone --depth 1 https://github.com/mgeisler/textwrap.git
COPY build.sh $SRC/
1 change: 1 addition & 0 deletions projects/textwrap/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://crates.io/crates/textwrap"
language: rust
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/threetenbp/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-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/threetenbp/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/ThreeTen/threetenbp
main_repo: https://github.com/ThreeTen/threetenbp
language: jvm
Expand Down
4 changes: 2 additions & 2 deletions projects/thrift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
#
################################################################################

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

# We use compile_go_fuzzer in this set up and also go itself
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04

RUN apt-get update && apt-get install -y libssl-dev pkg-config autoconf automake libtool bison flex wget make \
autoconf \
Expand Down
1 change: 1 addition & 0 deletions projects/thrift/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://thrift.apache.org/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/tidb/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/pingcap/tidb
COPY build.sh \
fuzzMarshalJSON.go \
Expand Down
1 change: 1 addition & 0 deletions projects/tidb/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/pingcap/tidb"
primary_contact: "[email protected]"
auto_ccs :
Expand Down
2 changes: 1 addition & 1 deletion projects/time/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/facebook/time.git
COPY build.sh $SRC/
WORKDIR $SRC/time
1 change: 1 addition & 0 deletions projects/time/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://opensource.fb.com"
language: go
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/timestamp-authority/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/sigstore/timestamp-authority
# For json corpus
RUN git clone --depth=1 https://github.com/dvyukov/go-fuzz-corpus
Expand Down
1 change: 1 addition & 0 deletions projects/timestamp-authority/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://sigstore.dev"
main_repo: "https://github.com/sigstore/timestamp-authority"
primary_contact: "[email protected]"
Expand Down
Loading
Loading