We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6756342 commit c9db9f9Copy full SHA for c9db9f9
projects/fluent-bit/Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
#
15
################################################################################
16
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
17
RUN apt-get update && apt-get install -y make cmake flex bison libssl-dev libyaml-dev
18
RUN git clone --depth 1 https://github.com/fluent/fluent-bit/ fluent-bit
19
projects/fluent-bit/project.yaml
@@ -1,6 +1,7 @@
1
homepage: "https://github.com/fluent/fluent-bit"
2
primary_contact: "edsiper@gmail.com"
3
language: c++
4
+base_os_version: ubuntu-24-04
5
auto_ccs:
6
- "david@adalogics.com"
7
- "wppttt@amazon.com"
0 commit comments