Skip to content

Commit d60eea9

Browse files
author
Daniel Mikusa
authored
Remove Takipi Agent (#956)
The download site for the Takipi Agent has gone dark, and attempts to alert the vendor and rectify the situation have failed. This component will no longer be enabled with the default distribution of the Java buildpack. You can re-enable it if you are able to host your own repository for the downloads. If/when the vendor is able to resolve the situation, we can re-enable the agent by default in the buildpack. Signed-off-by: Daniel Mikusa <[email protected]>
1 parent 5d5900c commit d60eea9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/components.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,5 @@ frameworks:
7373
- "JavaBuildpack::Framework::SpringInsight"
7474
- "JavaBuildpack::Framework::SkyWalkingAgent"
7575
- "JavaBuildpack::Framework::YourKitProfiler"
76-
- "JavaBuildpack::Framework::TakipiAgent"
7776
- "JavaBuildpack::Framework::JavaSecurity"
7877
- "JavaBuildpack::Framework::JavaOpts"

config/takipi_agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
# Configuration for the Takipi framework
1717
---
1818
version: 4.+
19-
repository_root: https://get.takipi.com/cloudfoundry
19+
repository_root: ""
2020
node_name_prefix: node
2121
application_name:

0 commit comments

Comments
 (0)