From 6565ef242ae43ddc214dbf7906ec6ac994d901e4 Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Mon, 13 Jan 2025 07:45:30 -0500 Subject: [PATCH] Update pipeline-descriptor.yml Follow up to https://github.com/paketo-buildpacks/sap-machine/pull/475 --- .github/pipeline-descriptor.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index f64d89b..f14a8f1 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -23,28 +23,6 @@ docker_credentials: password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }} dependencies: -- name: JDK 11 - id: jdk - version_pattern: "11\\.[\\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-(11.*) - latest_by_creation_time: true - token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} -- name: JRE 11 - id: jre - version_pattern: "11\\.[\\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-(11.*) - latest_by_creation_time: true - token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} - name: JDK 17 id: jdk version_pattern: "17\\.[\\d]+\\.[\\d]+" @@ -208,4 +186,4 @@ dependencies: tag_filter: sapmachine-(23.*) latest_by_creation_time: true token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} - arch: "arm64" \ No newline at end of file + arch: "arm64"