Skip to content

Commit

Permalink
Merge pull request #146 from paketo-buildpacks/remove-java16
Browse files Browse the repository at this point in the history
Remove Java 16
  • Loading branch information
Daniel Mikusa authored Nov 1, 2021
2 parents d6b2268 + d98fc87 commit 3a435c2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 244 deletions.
14 changes: 0 additions & 14 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,6 @@ dependencies:
with:
type: headfull
version: "11"
- name: JDK 16
id: jdk
version_pattern: "16\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/azul-zulu-dependency:main
with:
type: jdk
version: "16"
- name: JRE 16
id: jre
version_pattern: "16\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/azul-zulu-dependency:main
with:
type: headfull
version: "16"
- name: JDK 17
id: jdk
version_pattern: "17\\.[\\d]+\\.[\\d]+"
Expand Down
103 changes: 0 additions & 103 deletions .github/workflows/update-jdk-16.yml

This file was deleted.

103 changes: 0 additions & 103 deletions .github/workflows/update-jre-16.yml

This file was deleted.

24 changes: 0 additions & 24 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,30 +173,6 @@ api = "0.6"
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
id = "jdk"
name = "Azul Zulu JDK"
sha256 = "8eb9764ed708d6953bf77e8f04c03260801e87a1fe7b85b41648dab2e99ff31b"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://cdn.azul.com/zulu/bin/zulu16.32.15-ca-jdk16.0.2-linux_x64.tar.gz"
version = "16.0.2"

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

[[metadata.dependencies]]
id = "jre"
name = "Azul Zulu JRE"
sha256 = "a256bcf7383957e022433d5421affceea98a032dc11763249f6944f836eadb73"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://cdn.azul.com/zulu/bin/zulu16.32.15-ca-jre16.0.2-linux_x64.tar.gz"
version = "16.0.2"

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

[[metadata.dependencies]]
id = "jdk"
name = "Azul Zulu JDK"
Expand Down

0 comments on commit 3a435c2

Please sign in to comment.