observabilitystack / geoip-api

A JSON REST API for Maxmind GeoIP databases
https://observabilitystack.org
Apache License 2.0
43 stars 12 forks source link

Healtcheck fails from version 2023-52 #129

Closed gabimem closed 1 year ago

gabimem commented 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.

tboeghk commented 1 year ago

Thanks @gabimem, I'll take a look! This might be due to the change to a native image in 2023-52.

tboeghk commented 1 year ago

The issue is fixed with the 2023-02 release. Thanks for reporting @gabimem!