Skip to content

Commit

Permalink
Removed Java 18
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-david-osullivan committed Nov 8, 2022
1 parent 59c73c3 commit b48da61
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 282 deletions.
22 changes: 0 additions & 22 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,6 @@ dependencies:
tag_filter: sapmachine-(17.*)
latest_by_creation_time: true
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- name: JDK 18
id: jdk
version_pattern: "18\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/github-release-dependency:main
with:
glob: sapmachine-jdk-.+_linux-x64_bin.tar.gz
owner: SAP
repository: SapMachine
tag_filter: sapmachine-(18.*)
latest_by_creation_time: true
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- name: JRE 18
id: jre
version_pattern: "18\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/github-release-dependency:main
with:
glob: sapmachine-jre-.+_linux-x64_bin.tar.gz
owner: SAP
repository: SapMachine
tag_filter: sapmachine-(18.*)
latest_by_creation_time: true
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- name: JDK 19
id: jdk
version_pattern: "19\\.[\\d]+\\.[\\d]+"
Expand Down
115 changes: 0 additions & 115 deletions .github/workflows/pb-update-jdk-18.yml

This file was deleted.

115 changes: 0 additions & 115 deletions .github/workflows/pb-update-jre-18.yml

This file was deleted.

30 changes: 0 additions & 30 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,36 +198,6 @@ 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:18.0.2:*:*:*:*:*:*:*"]
deprecation_date = "2022-09-30T00:00:00Z"
id = "jdk"
name = "SapMachine JDK"
purl = "pkg:generic/sap-machine-jdk@18.0.2?arch=amd64"
sha256 = "06b8caad96303cef8ad2b9012faa256d9d57146520f51b67d8778de868b0e7f9"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-18.0.2.1/sapmachine-jdk-18.0.2.1_linux-x64_bin.tar.gz"
version = "18.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]]
cpes = ["cpe:2.3:a:oracle:jre:18.0.2:*:*:*:*:*:*:*"]
deprecation_date = "2022-09-30T00:00:00Z"
id = "jre"
name = "SapMachine JRE"
purl = "pkg:generic/sap-machine-jre@18.0.2?arch=amd64"
sha256 = "eb8895b8eaced501dd8ebb36bf010e318f54f5c88488783203f1213138ea87b8"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-18.0.2.1/sapmachine-jre-18.0.2.1_linux-x64_bin.tar.gz"
version = "18.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]]
cpes = ["cpe:2.3:a:oracle:jdk:19.0.1:*:*:*:*:*:*:*"]
deprecation_date = "2023-03-31T00:00:00Z"
Expand Down
1 change: 1 addition & 0 deletions tmp

Large diffs are not rendered by default.

0 comments on commit b48da61

Please sign in to comment.