You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im trying to do healthcheck on ECS but the image doesn't have curl/wget/nc. i dont want to have to create my own dockerfile, so having curl in the image would be useful. right now i am doing this
Thanks for reporting this issue @ryanleecode. The original idea was to keep the Restate container image as lean as possible because we didn't know what tools people would like to use. We also thought that there was the option to extend the container image yourself.
What other tools would you expect to be present on the available Restate container image (apart from wget/curl/nc)?
Hey @ryanleecode - tangential to your comment, but how are you handling persistence of the restate-data state on ECS? We did some testing when AWS released EBS support and found the integration to be lacking - at the moment there isn't a way to associate a long-lived persistent volume with a task, which makes it unsuitable for running stateful services like Restate.
im trying to do healthcheck on ECS but the image doesn't have curl/wget/nc. i dont want to have to create my own dockerfile, so having curl in the image would be useful. right now i am doing this
The text was updated successfully, but these errors were encountered: