Skip to content

Commit

Permalink
Fix logstash-with-output-opensearch runtime dep
Browse files Browse the repository at this point in the history
Follow up of wolfi-dev#39879

Signed-off-by: Nghia Tran <[email protected]>
  • Loading branch information
tcnghia committed Jan 23, 2025
1 parent 1a0d1d7 commit 19cdba1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions logstash-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package:
name: logstash-8
version: 8.17.1
epoch: 0
epoch: 1
description: Logstash - transport and process your logs, events, or other data
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -344,7 +344,7 @@ subpackages:
runtime:
- bash # some helper scripts use bash and busybox utilities
- busybox
- openjdk-17-default-jvm
- openjdk-17-default-jdk
pipeline:
- name: Re-inject default plugins that have been patched
runs: |
Expand Down Expand Up @@ -398,9 +398,6 @@ subpackages:
test:
environment:
contents:
packages:
- openjdk-17-default-jdk
environment:
LS_JAVA_HOME: /usr/lib/jvm/default-jvm
pipeline:
Expand Down

0 comments on commit 19cdba1

Please sign in to comment.