iris icon indicating copy to clipboard operation
iris copied to clipboard

Default docker image from packer does not create healthcheck file, causing the /healthcheck endpoint to 404

Open ChrisCarini opened this issue 6 years ago • 2 comments

The latest (0.0.14) docker image hosted on quay.io does not have the /tmp/status file as declared in iris/configs/config.dev.yaml.

It seems all that is needed is the (1) creation of this file and (2) filling this file with the desired response of the /healthcheck endpoint (based on the documentation, GOOD).

ChrisCarini avatar Jan 15 '19 07:01 ChrisCarini

That looks good. Feel free to make PR.

jrgp avatar Jan 15 '19 07:01 jrgp

Dang @jrgp , you respond too fast ;)

ChrisCarini avatar Jan 15 '19 07:01 ChrisCarini