Skip to content

Added wget to final base image

6roebert requested to merge wget-for-healthcheck into master

Added wget to final base image to allow docker easy healthchecks like:

    healthcheck:
      test: wget -qO- 127.0.0.1:22527 | grep -q 'city.sane.relay.common.messages.ExceptionMessage' && exit 0 || exit 1
      interval: 30s
      retries: 3
      start_period: 1m

Merge request reports

Loading