-
Projects initialized with spring initializer cannot be built with gradle bootBuildImage
## Expected Behavior
Everything works and a docker image is built
## Current Behavior
```
> Task :compi…
-
## Issue
When we build a buildpack image using the java buildpack client and [builder](https://github.com/redhat-buildpacks/java-buildpack-example/blob/main/src/main/java/dev/snowdrop/Pack.java#L31…
-
On running make build-image I receive the below error. Is this somehow a missing dependency?
`make build-image
docker build \
--build-arg BUILD_PATH=build \
-t mendix/mendix-buildpack:v1.3…
-
## Context
Recently, a user found that in some instances, multiple builds on the same source code produce images with different digests (see [this thread](https://paketobuildpacks.slack.com/archives/C…
-
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…
-
## Feature (removal) Request
The CF java-buildpack explicitly sets the XX:ActiveProcessorCount _[1]_ for an improved container support _[2]_.
With OpenJDK 11.0.17 and 17.0.5 the cpu shares are n…
-
When I try to build native image using command `./gradlew bootBuildImage` I get the next error:
```
Paketo Spring Boot Buildpack 4.4.2
[creator] https://github.com/paketo-buildpacks/spr…
-
Also posted issue on: https://forum.mendix.com/link/questions/119295 not getting any response.
It's a new app (not upgraded from previous mendix version).
Build in Mendix Studio Pro v9.19.
App is r…
-
I want run [spring-music](https://github.com/cloudfoundry-samples/spring-music) application on lattice, so I try to pack it into docker container with cloud rocket. But when I `fock up` in spring-musi…
-
## What happened?
If I run a CNI image build by the java-azure buildpacks for a Spring Boot application in a container with only 512Mi memory, it will fail in the memory-calculator step and panic.
…