-
**Problem description:**
There is no JDK 21 image for Spring Cloud Dataflow (https://hub.docker.com/r/springcloud/spring-cloud-dataflow-server)
**Solution description:**
Please provide one.
*…
-
The Cloud Native Buildpacks Docker Hub repos ([buildpacksio](https://hub.docker.com/u/buildpacksio) and (cnbs)(https://hub.docker.com/u/cnbs)) look pretty sketchy. `cnbs` is understandable, given that…
-
paketo-buildpacks/microsoft-openjdk: 2.6.0
paketo-buildpacks/libjvm v1.40.0
when build and deploy a java app with AppDynamics, then try to enable JFR at runtime, `--env BPL_JFR_ENABLED`, then the…
-
add support to install this buildpack in different paas providers than just heroku (im trying to set this buildpack in railway currently).
-
Stichwörter: Cloud Infrastruktur, Linuxsysteme
In letzter zeit ist die Beliebtheit der Docker gestiegen. Und ich frage mich: _Uh, was ist den das schon wieder?_
Problemstellung: Um ein Program lau…
-
Hi All,
Having some issue with running image build with spring boot buildpacks via `bootBuildImage`. I've run the image locally and in a dummy rancher k8s env, and it runs fine.
The app runs a…
-
### example
```dockerfile
FROM rockylinux/rockylinux:9
RUN touch /tmp/foo.txt
# check if the file exists
# test: RUN test -f /tmp/foo.txt
```
```makefile
.PHONY:
test:
grep -v '^# test:' Dockerfi…
-
### Description
The builder has recently been spec'd via [RFC](https://github.com/buildpacks/rfcs/pull/116) (official spec [upcoming](https://github.com/buildpacks/spec/issues/101)).
### Proposed …
-
Building a spring cloud function native executable using
- OS: Linux
- JDK: OpenJDK 17
- Spring Boot: 3.0.0
- Graal 22.3
- native-image buildpack (standard spring boot v3 profile "native")
- S…
-
[`libsodium`](https://github.com/jedisct1/libsodium) requires some "randomness" at startup - if not enough entropy is available from `/dev/random` [it hangs](https://doc.libsodium.org/usage#sodium_ini…