Skip to content

Commit 4525a00

Browse files
authored
Migrate apache-commons-imaging to Ubuntu 24.04 (#14397)
### Summary This pull request migrates the `apache-commons-imaging` project to use the new `ubuntu-24-04` base image for fuzzing. ### Changes in this PR 1. **`projects/apache-commons-imaging/project.yaml`**: Sets the `base_os_version` property to `ubuntu-24-04`. 2. **`projects/apache-commons-imaging/Dockerfile`**: Updates the `FROM` instruction. CC: fuzz-testing@commons.apache.org, security@commons.apache.org, brunodepaulak@gmail.com, peteralfredlee@gmail.com, boards@gmail.com
1 parent a1691a2 commit 4525a00

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/apache-commons-imaging/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/apache-commons-imaging/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://commons.apache.org"
23
language: jvm
34
main_repo: "https://github.com/apache/commons-imaging"

0 commit comments

Comments
 (0)