Skip to content

Commit a1c9d71

Browse files
authored
Migrate keystone to Ubuntu 24.04 (#14390)
### Summary This pull request migrates the `keystone` project to use the new `ubuntu-24-04` base image for fuzzing. ### Changes in this PR 1. **`projects/keystone/project.yaml`**: Sets the `base_os_version` property to `ubuntu-24-04`. 2. **`projects/keystone/Dockerfile`**: Updates the `FROM` instruction. CC: [email protected]
1 parent 6336f23 commit a1c9d71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/keystone/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 make cmake
1919
RUN git clone --depth 1 https://github.com/keystone-engine/keystone.git
2020
# Prepare tests

projects/keystone/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://www.keystone-engine.org"
23
language: c++
34
primary_contact: "[email protected]"

0 commit comments

Comments
 (0)