-
The cnb-shim should create a symlink from `/app` to `/workspace/app` (or wherever the real app directory is). This will prevent problems with buildpacks that hard code references to `/app`
-
When downloading the agent to monitor my spring boot app, i need to set the .jar file in my procfile. Is there a way to have this buildpack download the .jar?
-
## Expected Behavior
Don't delete node engine, package manager and node_modules from launch layers.
## Current Behavior
`node-run-script` removes [node engine](https://github.com/paketo-buildpac…
-
to save others a few hours of frustration, you should mention that you should add the rgeo & rgeo-activerecord gems on a second push _after_ the initial push of the buildpack.
your instructions did n…
-
Firstly a big thanks for this project. It is a life-saver for Macs on the silicon chip.
Just a quick question, will there be support for Java 22 or does the project support LTS releases only?
-
-
### Summary
The Publish step is failing with message:
```
> Cloning aur...
Cloning into '/github/workspace/pack-cli-bin-aur'...
aur@aur.archlinux.org: Permission denied (publickey).
fatal:…
-
I'm trying to follow the instructions to setup `dd-agent` using Docker containers in Heroku but I ran into two issues:
1) `datadog-agent` won't start without `DD_HOSTNAME` being set. There's code i…
-
### Required Terms
- [X] I agree to follow this project's [Code of Conduct](https://github.com/heroku/roadmap/blob/main/CODE_OF_CONDUCT.md)
- [X] I have read and accept the [Salesforce Program Agreem…
-
### Summary
I ran into an issue where (due to a buildpack version difference) one buildpack was working and one wasn't. I figured out the problem eventually, but the core issue that made debugging …