Closed gabimem closed 1 year ago
The health check fails because there is no curl command in the newly generated image, so the process is restarted every so often.
This happens since version 2023-52, apparently since commit 4f316a13476ac5c57304551437774f2c358c269e, where the base image was introduced:
FROM debian:bookworm-slim
and curl has not been installed.
Thanks @gabimem, I'll take a look! This might be due to the change to a native image in 2023-52.
2023-52
The issue is fixed with the 2023-02 release. Thanks for reporting @gabimem!
2023-02
The health check fails because there is no curl command in the newly generated image, so the process is restarted every so often.
This happens since version 2023-52, apparently since commit 4f316a13476ac5c57304551437774f2c358c269e, where the base image was introduced:
and curl has not been installed.