Skip to content

Commit

Permalink
htmlproofer: temporarily ignore build_enhancements linking to interna…
Browse files Browse the repository at this point in the history
…l hash

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Oct 24, 2022
1 parent 23456af commit 0edef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -61,7 +61,7 @@ RUN --mount=type=bind,from=generate,source=/out,target=_site <<EOF
--disable-external \
--internal-domains="docs.docker.com,docs-stage.docker.com,localhost:4000" \
--file-ignore="/^./_site/engine/api/.*$/,./_site/registry/configuration/index.html" \
--url-ignore="/^/docker-hub/api/latest/.*$/,/^/engine/api/v.+/#.*$/,/^/glossary/.*$/" > /results 2>&1
--url-ignore="/^/docker-hub/api/latest/.*$/,/^/engine/api/v.+/#.*$/,/^/glossary/.*$/,/^/develop/develop-images/build_enhancements/#new-docker-build-secret-information$/" > /results 2>&1
rc=$?
if [[ $rc -eq 0 ]]; then
echo -n > /results
Expand Down

0 comments on commit 0edef9f

Please sign in to comment.