Skip to content

Commit

Permalink
Merge pull request #265 from paketo-buildpacks/remove17
Browse files Browse the repository at this point in the history
Remove Java 17
  • Loading branch information
dmikusa authored Oct 28, 2024
2 parents 16f9fc6 + d592b92 commit cbda7b8
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 530 deletions.
34 changes: 0 additions & 34 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ docker_credentials:
password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }}

dependencies:
- name: JDK 17
id: jdk
version_pattern: "17\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
type: jdk
version: "17"
distro: oracle
- name: JDK 21
id: jdk
version_pattern: "21\\.[\\d]+\\.[\\d]+"
Expand All @@ -48,14 +40,6 @@ dependencies:
type: jdk
version: "23"
distro: oracle
- name: Native Image 17
id: native-image-svm
version_pattern: "17\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
type: jdk
version: "17"
distro: graalvm
- name: Native Image 21
id: native-image-svm
version_pattern: "21\\.[\\d]+\\.[\\d]+"
Expand All @@ -74,15 +58,6 @@ dependencies:
distro: graalvm

# ARM64
- name: JDK 17 ARM64
id: jdk
version_pattern: "17\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
type: jdk
version: "17"
distro: oracle
arch: "arm64"
- name: JDK 21 ARM64
id: jdk
version_pattern: "21\\.[\\d]+\\.[\\d]+"
Expand All @@ -101,15 +76,6 @@ dependencies:
version: "23"
distro: oracle
arch: "arm64"
- name: Native Image 17 ARM64
id: native-image-svm
version_pattern: "17\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/foojay-dependency:main
with:
type: jdk
version: "17"
distro: graalvm
arch: "arm64"
- name: Native Image 21 ARM64
id: native-image-svm
version_pattern: "21\\.[\\d]+\\.[\\d]+"
Expand Down
105 changes: 0 additions & 105 deletions .github/workflows/pb-update-jdk-17-arm-64.yml

This file was deleted.

104 changes: 0 additions & 104 deletions .github/workflows/pb-update-jdk-17.yml

This file was deleted.

105 changes: 0 additions & 105 deletions .github/workflows/pb-update-native-image-17-arm-64.yml

This file was deleted.

Loading

0 comments on commit cbda7b8

Please sign in to comment.