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 @@ -421,14 +423,14 @@ dependencies:
source: https://github.com/bell-sw/Liberica/releases/download/8u482+10/bellsoft-jre8u482+10-linux-amd64.tar.gz
source_sha256: f05d0dba908ad283f8f62d7a0f8c999363d725f2001d67eae84554ac2cc52dda
- name: openjdk
version: 11.0.30+9
uri: https://buildpacks.cloudfoundry.org/dependencies/openjdk/openjdk_11.0.30%2B9_linux_x64_any-stack_ab0da59e.tgz
sha256: ab0da59e1e94928cca33c492d360eb780280ac5f00b414ca73ee41dd199dc564
version: 11.0.31+11
uri: https://buildpacks.cloudfoundry.org/dependencies/openjdk/openjdk_11.0.31%2B11_linux_x64_cflinuxfs4_d9147b32.tgz
sha256: d9147b32654e150954412d46c88e8f18f0424bf2762ed8c5254c01ff1b2e8f80
cf_stacks:
- cflinuxfs4
- cflinuxfs5
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
source: https://github.com/bell-sw/Liberica/releases/download/11.0.31+11/bellsoft-jre11.0.31+11-linux-amd64.tar.gz
source_sha256: ''
- 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
Expand Down