This image is meant to be used as stand-alone senus-backend service in CI/CD pipeline associated with testing Sensu monitoring workflows. The intent is to use these as part of testing of new Sensu assets and Sensu configuration curations, to ensure proper end to end functioning.
Based on sensu/sensu:latest and overrides the CMD with this following script.
#!/bin/sh
sensu-backend start \
--state-dir ${SENSU_BACKEND_STATE_DIR:=/var/lib/sensu/sensu-backend}
--log-level ${SENSU_BACKEND_LOG_LEVEL:=debug}\
${SENSU_BACKEND_ARGS}
# Container image for sensu-backend github action service
FROM sensu/sensu:latest
COPY sensu-backend.sh /sensu-backend.sh
# CMD to execute
CMD ["/sensu-backend.sh"]
Content type
Image
Digest
Size
40 MB
Last updated
almost 6 years ago
docker pull jspaleta/sensu-backend-github-action-service