diff --git a/Dockerfile b/Dockerfile index 53e669da52e4..709a37039ed2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,11 +65,13 @@ EOT # htmlproofer checks for broken links FROM gem AS htmlproofer-base +# FIXME(thaJeztah): remove temporary exclusion rule for buildx_build once anchor links are updated. +# FIXME(thaJeztah): remove temporary exclusion rule for commandline/cli once https://github.com/docker/cli/pull/3525 is merged. RUN --mount=type=bind,from=generate,source=/out,target=_site < /results 2>&1 rc=$? if [[ $rc -eq 0 ]]; then