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/rekor/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/rekor
RUN git clone --depth=1 https://github.com/AdamKorcz/instrumentation
RUN git clone --depth=1 https://github.com/sassoftware/relic
Expand Down
1 change: 1 addition & 0 deletions projects/rekor/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/rekor"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/relic/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 wget python
RUN git clone --depth 1 https://github.com/relic-toolkit/relic.git
RUN git clone --depth 1 https://github.com/randombit/botan.git
Expand Down
1 change: 1 addition & 0 deletions projects/relic/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/relic-toolkit/relic"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/reload4j/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/reload4j/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://reload4j.qos.ch"
language: jvm
main_repo: "https://github.com/qos-ch/reload4j.git"
Expand Down
2 changes: 1 addition & 1 deletion projects/requests/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 git clone --depth 1 --branch main https://github.com/psf/requests.git requests \
&& python3 -m pip install --upgrade pip \
Expand Down
1 change: 1 addition & 0 deletions projects/requests/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
auto_ccs:
- [email protected]
fuzzing_engines:
Expand Down
2 changes: 1 addition & 1 deletion projects/resiprocate/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 ninja-build pkg-config libfmt-dev
RUN git clone --depth 1 --single-branch --branch master https://github.com/resiprocate/resiprocate.git resiprocate
WORKDIR resiprocate
Expand Down
1 change: 1 addition & 0 deletions projects/resiprocate/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.resiprocate.org/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/retry/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 git clone https://github.com/invl/retry
WORKDIR retry
Expand Down
1 change: 1 addition & 0 deletions projects/retry/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/invl/retry
Expand Down
2 changes: 1 addition & 1 deletion projects/rfc3967/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# 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 pip3 install --upgrade pip
RUN git clone https://github.com/python-hyper/rfc3986 rfc3986
COPY *.sh *py $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/rfc3967/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/python-hyper/rfc3986
main_repo: https://github.com/python-hyper/rfc3986
language: python
Expand Down
2 changes: 1 addition & 1 deletion projects/rhai/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 git clone --depth 1 https://github.com/rhaiscript/rhai.git rhai
RUN rustup update nightly
WORKDIR rhai
Expand Down
1 change: 1 addition & 0 deletions projects/rhai/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "rhai.rs"
language: rust
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/rhino/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-3.6.3 && \
Expand Down
1 change: 1 addition & 0 deletions projects/rhino/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/mozilla/rhino"
language: jvm
main_repo: "https://github.com/mozilla/rhino.git"
Expand Down
2 changes: 1 addition & 1 deletion projects/rich/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# 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 pip3 install --upgrade pip
RUN git clone https://github.com/Textualize/rich rich
COPY *.sh *py $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/rich/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/Textualize/rich
main_repo: https://github.com/Textualize/rich
language: python
Expand Down
2 changes: 1 addition & 1 deletion projects/rnp/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 \
Expand Down
1 change: 1 addition & 0 deletions projects/rnp/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.rnpgp.com/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/rocksdb/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 gettext pkg-config build-essential zlib1g-dev libbz2-dev cmake ninja-build liblzma-dev libtool autoconf
RUN git clone --depth 1 https://github.com/facebook/rocksdb

Expand Down
1 change: 1 addition & 0 deletions projects/rocksdb/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/facebook/rocksdb"
primary_contact: "[email protected]"
language: c++
Expand Down
2 changes: 1 addition & 1 deletion projects/rome/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.8.7/binaries/apache-maven-3.8.7-bin.zip -o maven.zip && \
unzip maven.zip -d $SRC/maven && \
Expand Down
1 change: 1 addition & 0 deletions projects/rome/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/rometools/rome"
language: jvm
primary_contact: ""
Expand Down
2 changes: 1 addition & 1 deletion projects/ron/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 make autoconf automake libtool
RUN git clone --depth 1 https://github.com/ron-rs/ron ron
WORKDIR ron
Expand Down
1 change: 1 addition & 0 deletions projects/ron/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/ron-rs/ron"
language: rust
main_repo: "https://github.com/ron-rs/ron"
Expand Down
2 changes: 1 addition & 1 deletion projects/roughtime/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/cloudflare/roughtime.git
COPY build.sh $SRC/
WORKDIR $SRC/roughtime
1 change: 1 addition & 0 deletions projects/roughtime/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://developers.cloudflare.com/time-services/roughtime"
language: go
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/rtpproxy/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/sippy/rtpproxy
RUN git -C rtpproxy submodule update --init --recursive

Expand Down
1 change: 1 addition & 0 deletions projects/rtpproxy/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://rtpproxy.org/"
main_repo: "https://github.com/sippy/rtpproxy"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/ruby/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 \
libssl-dev \
libyaml-dev \
Expand Down
1 change: 1 addition & 0 deletions projects/ruby/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.ruby-lang.org/en/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/runc/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/opencontainers/runc
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
COPY build.sh $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/runc/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/opencontainers/runc"
main_repo: "https://github.com/opencontainers/runc"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/rust-brotli/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 as builder
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04 as builder

## Install build dependencies.
RUN apt-get update
Expand Down
1 change: 1 addition & 0 deletions projects/rust-brotli/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/dropbox/rust-brotli"
language: rust
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/rust-coreutils/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 --depth 1 https://github.com/uutils/coreutils rust-coreutils
WORKDIR $SRC
Expand Down
1 change: 1 addition & 0 deletions projects/rust-coreutils/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/coreutils"
main_repo: "https://github.com/uutils/coreutils"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/rust-lexical/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
#
################################################################################

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/Alexhuszagh/rust-lexical
COPY build.sh $SRC/
1 change: 1 addition & 0 deletions projects/rust-lexical/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/Alexhuszagh/rust-lexical"
language: rust
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/rust-regex/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 --depth 1 https://github.com/rust-lang/regex regex
WORKDIR $SRC
Expand Down
1 change: 1 addition & 0 deletions projects/rust-regex/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/rust-lang/regex"
primary_contact: "[email protected]"
main_repo: "https://github.com/rust-lang/regex"
Expand Down
2 changes: 1 addition & 1 deletion projects/rust-semver-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-rust
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04

RUN git clone https://github.com/steveklabnik/semver-parser
WORKDIR $SRC/semver-parser
Expand Down
1 change: 1 addition & 0 deletions projects/rust-semver-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/steveklabnik/semver-parser"
main_repo: "https://github.com/steveklabnik/semver-parser.git"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/rustls/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 make autoconf automake libtool curl cmake python llvm-dev libclang-dev clang
RUN apt-get --yes update \
&& apt-get install --no-install-recommends --yes \
Expand Down
1 change: 1 addition & 0 deletions projects/rustls/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/ctz/rustls"
main_repo: "https://github.com/ctz/rustls"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/ryu/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 git clone --depth 1 https://github.com/dtolnay/ryu
WORKDIR $SRC
Expand Down
1 change: 1 addition & 0 deletions projects/ryu/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/dtolnay/ryu"
main_repo: "https://github.com/dtolnay/ryu"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/s2geometry/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 -y install \
libgflags-dev \
Expand Down
1 change: 1 addition & 0 deletions projects/s2geometry/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/s2geometry"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/s2opc/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 git curl

# Sources and dependencies
Expand Down
1 change: 1 addition & 0 deletions projects/s2opc/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://s2opc.com/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/sacremoses/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/alvations/sacremoses sacremoses
COPY *.sh *py $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/sacremoses/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/alvations/sacremoses
main_repo: https://github.com/alvations/sacremoses
language: python
Expand Down
2 changes: 1 addition & 1 deletion projects/samba/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://gitlab.com/samba-team/samba samba
RUN samba/lib/fuzzing/oss-fuzz/build_image.sh
Expand Down
Loading
Loading