-
**Question 1: What is the problem?**
Your answer:
- When I specify a `HOME` environment variable Passenger should use it.
**What is the actual behavior?**
It ignores the `HOME` environment var…
-
Errors with "None of the buildpacks detected a compatible application"
-
## General summary of the issue
I am suprised that running "pack build" with `paketo-buildpacks/poetry-install` installs all the dependencies described in my pyproject.toml file.
For production,…
-
### Describe the Issue
I'm building a Kotlin hello world Spring Boot app (see attached). It's created using start.spring.io, using only the web and native dependencies.
When I run `./gradlew boot…
-
### Tool name
Pack CLI
### Tool license
I don't know. None I guess.
### Add or update?
- [X] Add
- [ ] Update
### Desired version
Latest
### Approximate size
_No response_
### Brief descript…
-
Our team is willing to use buildpacks to build our docker images which requires using Alpine for security reasons.
Current bellsoft-liberica buildpack (and actually any other java distro buildpack) d…
-
### Summary
When writing metadata as an integer such as:
```
[metadata]
version = 1
```
It will be retrieved from cache as a float incorrectly:
```
[metadata]
version = 1.0
```
…
-
I would like to be able to simply add an additional file (an executable) to the OCI image generated by the Spring Boot Cloud Native Buildpacks.
I currently use Jib with `extraDirectories` to add th…
-
##### **Overview of the feature request**
Use https://docs.spring.io/spring-boot/maven-plugin/build-image.html and https://docs.spring.io/spring-boot/gradle-plugin/packaging-oci-image.html
Relat…
-
Hey, I'm trying to deploy my node js app on a raspberry pi 4.
My app requires the npm package "canvas", in order to install this package I need a few deb packages first.
I've installed "pack-cli" …