Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ include_files:
pre_package: scripts/build.sh
packaging_profiles:
minimal:
description: "JDKs, CF utilities, Tomcat, and common frameworks only. No APM agents, profilers, or JDBC drivers."
description: JDKs, CF utilities, Tomcat, and common frameworks only. No APM agents,
profilers, or JDBC drivers.
exclude:
- datadog-javaagent
- elastic-apm-agent
Expand All @@ -37,7 +38,8 @@ packaging_profiles:
- postgresql-jdbc
- mariadb-jdbc
standard:
description: "Core + open-source APM, OTel, and JDBC drivers. No commercial agents or profilers."
description: Core + open-source APM, OTel, and JDBC drivers. No commercial agents
or profilers.
exclude:
- datadog-javaagent
- elastic-apm-agent
Expand Down Expand Up @@ -439,14 +441,14 @@ dependencies:
source: https://github.com/bell-sw/Liberica/releases/download/17.0.18+10/bellsoft-jre17.0.18+10-linux-amd64.tar.gz
source_sha256: 5c495a4f8653f5368bc795a4ad33135ea7ce4612b3a44bc70494ea0c87a6956d
- name: openjdk
version: 21.0.10+10
uri: https://buildpacks.cloudfoundry.org/dependencies/openjdk/openjdk_21.0.10%2B10_linux_x64_any-stack_093103d2.tgz
sha256: '093103d28af566cc3097e152e415c8c937dbc288cb31aebdef2f69ffc5996e2d'
version: 21.0.11+11
uri: https://buildpacks.cloudfoundry.org/dependencies/openjdk/openjdk_21.0.11%2B11_linux_x64_cflinuxfs4_6d241fd7.tgz
sha256: 6d241fd70cc94af667a33c84ec5f87d02b61815b081d255ca8f85a1b6df72d4c
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://github.com/bell-sw/Liberica/releases/download/21.0.10+10/bellsoft-jre21.0.10+10-linux-amd64.tar.gz
source_sha256: '093103d28af566cc3097e152e415c8c937dbc288cb31aebdef2f69ffc5996e2d'
source: https://github.com/bell-sw/Liberica/releases/download/21.0.11+11/bellsoft-jre21.0.11+11-linux-amd64.tar.gz
source_sha256: ''
- name: openjdk
version: 25.0.2+12
uri: https://buildpacks.cloudfoundry.org/dependencies/openjdk/openjdk_25.0.2%2B12_linux_x64_any-stack_c6c8e022.tgz
Expand Down