This repository has been archived on 2023-10-18. You can view files and clone it, but cannot push or open issues or pull requests.
link-validator/README.md
Robert Kaussow de2c79696a
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
feat: add retry option
2022-11-02 22:33:15 +01:00

1.5 KiB

link-validator

Custom image for linkcheck

Build Status Docker Hub Quay.io Source: Gitea License: MIT

Custom wrapper Docker image for linkcheck optimized for CI.

Usage

docker run -v $(pwd)/public:/drone/src link-validator

# or pass arguments to linkcheck
# ... but DO NOT set the server url! This will be done automatically. See environment variables.
docker run -v $(pwd)/public:/drone/src link-validator -e

Environment variables

LINK_VALIDATOR_BASE_DIR=/drone/src
LINK_VALIDATOR_SERVER_PORT=8000
LINK_VALIDATOR_RETRIES=0

Build

docker build -t link-validator:latest .

License

This project is licensed under the MIT License - see the LICENSE file for details.