Skip to content

Commit db68bd3

Browse files
Revert "upgrade batch of projects to ubuntu 24 (#14652)"
This reverts commit 36c1082.
1 parent 36c1082 commit db68bd3

File tree

36 files changed

+25
-56
lines changed

36 files changed

+25
-56
lines changed

projects/jackson-modules-java8/Dockerfile

Lines changed: 2 additions & 2 deletions
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:ubuntu-24-04
17+
FROM gcr.io/oss-fuzz-base/base-builder-jvm
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 && \
@@ -30,4 +30,4 @@ RUN git clone --depth 1 https://github.com/FasterXML/jackson-modules-java8
3030

3131
COPY build.sh $SRC/
3232
COPY *Fuzzer.java $SRC/
33-
WORKDIR $SRC/jackson-modules-java8
33+
WORKDIR $SRC/jackson-modules-java8

projects/jackson-modules-java8/project.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ vendor_ccs:
1212
1313
1414
15-
16-
base_os_version: ubuntu-24-04
15+

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

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

projects/jakarta-mail-api/project.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ vendor_ccs:
1212
1313
1414
15-
16-
base_os_version: ubuntu-24-04
15+

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

1919
RUN curl -L https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.14-bin.tar.gz -o ant.tar.gz && \
2020
mkdir -p $SRC/ant && \

projects/jdom/project.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ vendor_ccs:
1515
1616
1717
18-
19-
base_os_version: ubuntu-24-04

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

1919
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 && \
2020
unzip maven.zip -d $SRC/maven && \

projects/jettison/project.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ vendor_ccs:
1111
1212
1313
14-
15-
base_os_version: ubuntu-24-04
14+

projects/jose4j/Dockerfile

Lines changed: 2 additions & 2 deletions
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:ubuntu-24-04
17+
FROM gcr.io/oss-fuzz-base/base-builder-jvm
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 && \
@@ -38,4 +38,4 @@ RUN rm -rf $SRC/project-parent/jose4j
3838
RUN git clone --depth 1 https://bitbucket.org/b_c/jose4j/src/master/ $SRC/project-parent/jose4j
3939

4040
COPY build.sh $SRC/
41-
WORKDIR $SRC/
41+
WORKDIR $SRC/

projects/jose4j/project.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ vendor_ccs:
1111
1212
1313
14-
15-
base_os_version: ubuntu-24-04
14+

0 commit comments

Comments
 (0)