Release
Release binaries and docker image.
Docker
Create the Watchdog Docker image with the following command.
docker build \
--tag groupe-edf/watchdog \
--file build/Dockerfile \
--build-arg=http_proxy=$HTTPS_PROXY \
--build-arg=https_proxy=$HTTPS_PROXY \
--build-arg=CGO_ENABLED=0 \
.
Last modified October 22, 2020: Initial commit (6bf65ac)