DataDog / datadog-cloudfoundry-buildpack

Datadog Cloud Foundry Buildpack
Apache License 2.0
10 stars 15 forks source link

Migrate Python scripts to Ruby #172

Closed NouemanKHAL closed 1 year ago

NouemanKHAL commented 1 year ago

This is part of adding support for the cflinuxfs4 stack. Ruby and Python interpreters were removed from the stack in the cflinuxfs4 release 1.0.0. We therefore need to install them on our own, and to reduce the overhead of installing both, we'll migrate the python scripts to ruby since the latter provides built-in yaml support.