Skip to content

Commit

Permalink
Merge pull request #468 from paketo-buildpacks/remove-outdated-versions
Browse files Browse the repository at this point in the history
Remove deprecated versions 8.5 and 10.0
  • Loading branch information
dmikusa authored May 15, 2024
2 parents f9a1d0f + a69034a commit e1e8e30
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 250 deletions.
13 changes: 0 additions & 13 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,12 @@ docker_credentials:
password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }}

dependencies:
- name: Tomcat 8
id: tomcat
version_pattern: "8\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/tomcat-dependency:main
with:
uri: https://archive.apache.org/dist/tomcat/tomcat-8
- name: Tomcat 9
id: tomcat
version_pattern: "9\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/tomcat-dependency:main
with:
uri: https://archive.apache.org/dist/tomcat/tomcat-9
- name: Tomcat 10
id: tomcat
version_pattern: "10\\.0\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/tomcat-dependency:main
with:
uri: https://archive.apache.org/dist/tomcat/tomcat-10
version_regex: "(10)\\.(0)\\.([\\d]+)"
- name: Tomcat 10.1
id: tomcat
version_pattern: "10\\.1\\.[\\d]+"
Expand Down
103 changes: 0 additions & 103 deletions .github/workflows/pb-update-tomcat-10.yml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/workflows/pb-update-tomcat-8.yml

This file was deleted.

32 changes: 0 additions & 32 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,6 @@ api = "0.7"
description = "the Tomcat version"
name = "BP_TOMCAT_VERSION"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:apache:tomcat:8.5.100:*:*:*:*:*:*:*"]
id = "tomcat"
name = "Apache Tomcat"
purl = "pkg:generic/apache-tomcat@8.5.100"
sha256 = "163abe51289dd09dc375791888d6f2d5508c06050548dc4fc7700251f4bebaca"
source = "https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.100/src/apache-tomcat-8.5.100-src.tar.gz"
source-sha256 = "818815f612002b6b6a255b80e6b157096f352d9c5c4f73c77aefbbe305ce86cf"
stacks = ["*"]
uri = "https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.100/bin/apache-tomcat-8.5.100.tar.gz"
version = "8.5.100"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://www.apache.org/licenses/"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:apache:tomcat:9.0.89:*:*:*:*:*:*:*"]
id = "tomcat"
Expand All @@ -112,22 +96,6 @@ api = "0.7"
type = "Apache-2.0"
uri = "https://www.apache.org/licenses/"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:apache:tomcat:10.0.27:*:*:*:*:*:*:*"]
id = "tomcat"
name = "Apache Tomcat"
purl = "pkg:generic/apache-tomcat@10.0.27"
sha256 = "3766ad98e76156b1b1f3c79739cf56ce2abc927ec85b34de1721698abff91cb7"
source = "https://archive.apache.org/dist/tomcat/tomcat-10/v10.0.27/src/apache-tomcat-10.0.27-src.tar.gz"
source-sha256 = "bff23db976c652391e92a046caeac8e834d0c829fb88f6ba80dfd504e33a8f62"
stacks = ["*"]
uri = "https://archive.apache.org/dist/tomcat/tomcat-10/v10.0.27/bin/apache-tomcat-10.0.27.tar.gz"
version = "10.0.27"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://www.apache.org/licenses/"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:apache:tomcat:10.1.24:*:*:*:*:*:*:*"]
id = "tomcat"
Expand Down

0 comments on commit e1e8e30

Please sign in to comment.