Skip to content

Commit 8539a4b

Browse files
migrate batch of projects to ubuntu 24 (#14480)
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 90cd489 commit 8539a4b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+113
-43
lines changed

projects/apache-cxf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ RUN apt update && apt install -y openjdk-17-jdk
3737
RUN git clone --depth 1 https://github.com/apache/cxf/ $SRC/project-parent/cxf
3838

3939
COPY build.sh $SRC/
40-
WORKDIR $SRC/
40+
WORKDIR $SRC/

projects/args4j/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 git clone --depth 1 https://github.com/kohsuke/args4j $SRC/args4j
2020

projects/args4j/project.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ main_repo: "https://github.com/kohsuke/args4j"
66
sanitizers:
77
- address
88
vendor_ccs:
9-
- "bug-disclosure@code-intelligence.com"
9+
- "bug-disclosure@code-intelligence.com"
10+
base_os_version: ubuntu-24-04

projects/botocore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
FROM gcr.io/oss-fuzz-base/base-builder-python
15+
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
1616
RUN git clone --depth=1 https://github.com/boto/botocore botocore
1717
COPY *.sh *py $SRC/
1818
WORKDIR $SRC/botocore

projects/botocore/project.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ sanitizers:
88
- undefined
99
vendor_ccs:
1010
- david@adalogics.com
11+
12+
base_os_version: ubuntu-24-04

projects/brotli/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
17+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818
RUN apt-get update && apt-get install -y cmake libtool make
1919

2020
RUN git clone --depth 1 https://github.com/google/brotli.git

projects/brotli/project.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ architectures:
1313
- i386
1414
main_repo: 'https://github.com/google/brotli.git'
1515
file_github_issue: True
16+
17+
base_os_version: ubuntu-24-04

projects/bzip2/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
17+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818
RUN git clone git://sourceware.org/git/bzip2.git
1919
RUN git clone git://sourceware.org/git/bzip2-tests.git
2020
COPY build.sh *.c $SRC/

projects/bzip2/project.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ sanitizers:
1616
architectures:
1717
- x86_64
1818
- i386
19+
main_repo: "https://github.com/libarchive/bzip2"
20+
base_os_version: ubuntu-24-04

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

1919
RUN git clone --depth 1 https://github.com/caddyserver/caddy caddy
2020

0 commit comments

Comments
 (0)