Skip to content

Commit

Permalink
Removes support for Tomcat 7
Browse files Browse the repository at this point in the history
Apache announce that "support for Apache Tomcat 7.0.x will end on 31 March 2021".
See https://tomcat.apache.org/tomcat-70-eol.html.

Signed-off-by: Emily Casey <[email protected]>
  • Loading branch information
ekcasey authored and Daniel Mikusa committed Jul 19, 2021
1 parent 5cb4a18 commit 0da67ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ docker_credentials:
password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }}

dependencies:
- name: Tomcat 7
id: tomcat
version_pattern: "7\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/tomcat-dependency:main
with:
uri: https://archive.apache.org/dist/tomcat/tomcat-7
- name: Tomcat 8
id: tomcat
version_pattern: "8\\.[\\d]+\\.[\\d]+"
Expand Down
12 changes: 0 additions & 12 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@ description = "the Tomcat version"
default = "9.*"
build = true

[[metadata.dependencies]]
id = "tomcat"
name = "Apache Tomcat"
version = "7.0.109"
uri = "https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.109/bin/apache-tomcat-7.0.109.tar.gz"
sha256 = "ebfeb051e6da24bce583a4105439bfdafefdc7c5bdd642db2ab07e056211cb31"
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

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

[[metadata.dependencies]]
id = "tomcat"
name = "Apache Tomcat"
Expand Down

0 comments on commit 0da67ca

Please sign in to comment.