Replies: 3 comments 11 replies
-
So the fact that it's not printing the configuration is quite odd and definitely a bug. We like to print the configuration when the buildpack runs so it's clear what settings are being used. That should be happening but it's not. I'll take a look and see if I can sort out why. There's a strong possibility that this is just a display bug though. It does seem to be reading your settings because it's saying What specifically are you concerned with? Is it just the lack of output or are you seeing some other issue? PS. I would strongly recommend using |
Beta Was this translation helpful? Give feedback.
-
I'm running the container in read only so I don't need a runtime layer, but it looks still active .
One minut later :
I have few times per day some issues with TLS, some servers are not reconized valid. So my intuition is that the truststore is not valid few milliseconds per minut, and if my program needs to use the truststore at that specific moment, it do not work. |
Beta Was this translation helpful? Give feedback.
-
For what it's worth, we've released health-checker 2.0.0, which removes the
Please note that since we're not using the launcher to invoke the health check binary, we cannot set env variables on the image at build time. All environment variables to configure the health check binary must be set when you run the container. The release notes are here: https://github.com/paketo-buildpacks/health-checker/releases/tag/v2.0.0 |
Beta Was this translation helpful? Give feedback.
-
I've created a SO post but I do not have any response yet. So I'm trying here, hope it's the right channel
On the paketo-buildpacks/ca-certificates project, they provide 2 configurations using environment variable :
BP_RUNTIME_CERT_BINDING_DISABLED
andBP_ENABLE_RUNTIME_CERT_BINDING
.But I don't find any documentation to provide such properties from the maven configuration :
As you can see on the log, it does not work. There is no
Build Configuration:
on the ca-certificates module whereas the healthcheck module checks for its configuration parameter.Any idea where the issue is ? I don't know how to start with all theses project linked together
Beta Was this translation helpful? Give feedback.
All reactions