Open laugekj opened 5 months ago
Hi @laugekj, Thanks for the issue report!
Did you try using a link that ends with .git
like git://github.com/DataDog/datadog-cloudfoundry-buildpack.git
as mentioned in the custom buildpacks documentation here.
Meanwhile, we'll try to reproduce this on our side and will keep you updated with our findings.
Hi again @laugekj ,
Having a second look at the problem, the missing binaries are due to the fact that we don't store the binaries (agent, trace-agent, dogstatsd) in the Git repo. We download them in the prepare script during the release process.
I guess you could try pushing them to a custom branch/fork and see if that works?
Hi
Thanks for the reply. I will try that to see if that works.
Best regards Lauge Jensen
From: NouemanKHAL @.> Sent: Monday, August 26, 2024 12:06:28 PM To: DataDog/datadog-cloudfoundry-buildpack @.> Cc: Lauge Kjærgaard Jensen @.>; Mention @.> Subject: Re: [DataDog/datadog-cloudfoundry-buildpack] compile script cannot find trace-agent (Issue #191)
Hi again @laugekjhttps://github.com/laugekj ,
Having a second look at the problem, the missing binaries are due to the fact that we don't store the binaries (agent, trace-agent, dogstatsd) in the Git repo. We download them in the prepare scripthttps://github.com/DataDog/datadog-cloudfoundry-buildpack/blob/master/scripts/prepare.sh during the release process.
I guess you could try pushing them to a custom branch/fork and see if that works?
— Reply to this email directly, view it on GitHubhttps://github.com/DataDog/datadog-cloudfoundry-buildpack/issues/191#issuecomment-2309839540, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AN2YFZWDEA4BFTETWQZIK2LZTL42JAVCNFSM6AAAAABJNNPXQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBZHAZTSNJUGA. You are receiving this because you were mentioned.Message ID: @.***>
Describe the bug Installing the buildpack with github link in manifest has missing file or directory
To Reproduce Steps to reproduce the behavior:
Produces the following output:
Expected behavior Expected datadog-cloudfoundry-buildpack to be installed on container.
Environment and Versions (please complete the following information): A clear and precise description of your setup:
Additional context My hosting architecture does not allow me to run "cf create-buildpack", so I need a work around this binaries not being runnable from github link (see related issue: https://github.com/DataDog/datadog-cloudfoundry-buildpack/issues/7). My hosting architecture will not allow me to create Cloud Foundry Adminstrator for customer accounts, since my Cloud Foundry deployment is in SAP BTP.