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 @@ -430,14 +432,14 @@ dependencies:
source: https://github.com/bell-sw/Liberica/releases/download/11.0.30+9/bellsoft-jre11.0.30+9-linux-amd64.tar.gz
source_sha256: ab0da59e1e94928cca33c492d360eb780280ac5f00b414ca73ee41dd199dc564
- name: openjdk
version: 17.0.18+10
uri: https://buildpacks.cloudfoundry.org/dependencies/openjdk/openjdk_17.0.18%2B10_linux_x64_any-stack_5c495a4f.tgz
sha256: 5c495a4f8653f5368bc795a4ad33135ea7ce4612b3a44bc70494ea0c87a6956d
version: 17.0.19+11
uri: https://buildpacks.cloudfoundry.org/dependencies/openjdk/openjdk_17.0.19%2B11_linux_x64_cflinuxfs4_8aad5094.tgz
sha256: 8aad509407cf8701a34df85b9ed437569e542863bd9e6bf4c2463bf38f86ba29
cf_stacks:
- cflinuxfs4
- cflinuxfs5
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
source: https://github.com/bell-sw/Liberica/releases/download/17.0.19+11/bellsoft-jre17.0.19+11-linux-amd64.tar.gz
source_sha256: ''
- 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
Expand Down