Skip to content

Commit

Permalink
Support cflinuxfs3
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <bhale@pivotal.io>
  • Loading branch information
nebhale committed Apr 17, 2020
1 parent 2a8bf4e commit dab3c70
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ version = "{{.version}}"
[[stacks]]
id = "io.buildpacks.stacks.bionic"

[[stacks]]
id = "org.cloudfoundry.stacks.cflinuxfs3"

[metadata.default-versions]
java = "11.*"

Expand All @@ -31,7 +34,7 @@ name = "AdoptOpenJDK JRE"
version = "8.0.252"
uri = "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u252-b09/OpenJDK8U-jre_x64_linux_hotspot_8u252b09.tar.gz"
sha256 = "a93be303ed62398dba9acb0376fb3caf8f488fcde80dc62d0a8e46256b3adfb1"
stacks = [ "io.buildpacks.stacks.bionic" ]
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
Expand All @@ -43,7 +46,7 @@ name = "AdoptOpenJDK JRE"
version = "11.0.7"
uri = "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.7%2B10/OpenJDK11U-jre_x64_linux_hotspot_11.0.7_10.tar.gz"
sha256 = "74b493dd8a884dcbee29682ead51b182d9d3e52b40c3d4cbb3167c2fd0063503"
stacks = [ "io.buildpacks.stacks.bionic" ]
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
Expand All @@ -55,7 +58,7 @@ name = "AdoptOpenJDK JRE"
version = "14.0.0"
uri = "https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14%2B36/OpenJDK14U-jre_x64_linux_hotspot_14_36.tar.gz"
sha256 = "2103fc385b738bc7dd64ccbf53d9c35353033f49fce98f3ed2e3a41ff8a57190"
stacks = [ "io.buildpacks.stacks.bionic" ]
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
Expand All @@ -67,7 +70,7 @@ name = "AdoptOpenJDK JDK"
version = "8.0.252"
uri = "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u252-b09/OpenJDK8U-jdk_x64_linux_hotspot_8u252b09.tar.gz"
sha256 = "2b59b5282ff32bce7abba8ad6b9fde34c15a98f949ad8ae43e789bbd78fc8862"
stacks = [ "io.buildpacks.stacks.bionic" ]
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
Expand All @@ -79,7 +82,7 @@ name = "AdoptOpenJDK JDK"
version = "11.0.7"
uri = "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.7%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.7_10.tar.gz"
sha256 = "ee60304d782c9d5654bf1a6b3f38c683921c1711045e1db94525a51b7024a2ca"
stacks = [ "io.buildpacks.stacks.bionic" ]
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
Expand All @@ -91,7 +94,7 @@ name = "AdoptOpenJDK JDK"
version = "14.0.0"
uri = "https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14%2B36/OpenJDK14U-jdk_x64_linux_hotspot_14_36.tar.gz"
sha256 = "6c06853332585ab58834d9e8a02774b388e6e062ef6c4084b4f058c67f2e81b5"
stacks = [ "io.buildpacks.stacks.bionic" ]
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
Expand All @@ -103,7 +106,7 @@ name = "JVMKill Agent"
version = "1.16.0"
uri = "https://github.com/cloudfoundry/jvmkill/releases/download/v1.16.0.RELEASE/jvmkill-1.16.0-RELEASE.so"
sha256 = "a3092627b082cb3cdbbe4b255d35687126aa604e6b613dcda33be9f7e1277162"
stacks = [ "io.buildpacks.stacks.bionic" ]
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
Expand All @@ -115,7 +118,7 @@ name = "Memory Calculator"
version = "4.0.0"
uri = "https://github.com/cloudfoundry/java-buildpack-memory-calculator/releases/download/v4.0.0/memory-calculator-4.0.0.tgz"
sha256 = "90d40eab6959a7b4059c6409c4505040e8a04f75a481f7282e53430df3edda3e"
stacks = [ "io.buildpacks.stacks.bionic" ]
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
Expand Down

0 comments on commit dab3c70

Please sign in to comment.