Skip to content

Commit

Permalink
Add jdk 23 for amd64 architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Jerico Pena <[email protected]>
  • Loading branch information
jericop committed Jan 14, 2025
1 parent d4c8161 commit e6eef49
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,20 @@ api = "0.7"
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:23.0.1:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:23.0.1:*:*:*:*:*:*:*"]
id = "jdk"
name = "Azul Zulu JDK"
purl = "pkg:generic/[email protected]?arch=amd64"
sha256 = "ac016766bf3e6b6f6fad79925f0510eeb817e86f0380fbc08a81d2754eb89092"
stacks = ["*"]
uri = "https://cdn.azul.com/zulu/bin/zulu23.30.13-ca-jdk23.0.1-linux_x64.tar.gz"
version = "23.0.1"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jre:23.0.1:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:23.0.1:*:*:*:*:*:*:*"]
id = "jre"
Expand Down

0 comments on commit e6eef49

Please sign in to comment.