-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.13.5 does not run (docker) #370
Comments
#### Description the changelog workflow has started failing, likely due to regressions in the tool's latest release. Pinning until fixed #### Link to tracking issue probably related to - tcort/markdown-link-check#369 - tcort/markdown-link-check#370
In an effort to work around another issue, The issue with the Docker image is also reproducible using the exact instructions from https://github.com/tcort/markdown-link-check/blob/master/README.md#run-using-docker git clone https://github.com/tcort/markdown-link-check
cd markdown-link-check
docker run -v ${PWD}:/tmp:ro --rm -i ghcr.io/tcort/markdown-link-check:stable /tmp/README.md
Workarounds
|
I ended up pinning it to the version 3.12.2 and that solved my issue. Is the new entry point the new expected behavior or will it eventually change/revert back to what it was before? Just asking to know if I should just start pinning my versions or if I can just change the Thanks for the explanation though! |
Good!
|
I'll move the script back to its original entry point. |
#### Description the changelog workflow has started failing, likely due to regressions in the tool's latest release. Pinning until fixed #### Link to tracking issue probably related to - tcort/markdown-link-check#369 - tcort/markdown-link-check#370
Hi all!
I have been using this repo for some time now and integrated it to my azure pipelines.
I have been running the following command successfully for months:
find . -type f -name \*.md -not -path "./build/*" -not -path "./myFolder/*" -not -path "./\.*/*" -exec docker run --rm -i -v "$(pwd):/tmp:ro" -w /tmp ghcr.io/tcort/markdown-link-check:latest --alive 203 {} +
However it appears that today the
stable
version gets me the following:docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "markdown-link-check": executable file not found in $PATH: unknown.
The command I am using hasn't changed since it was working last. Anyone knows what's going on here? Am I missing something?
Thanks for you help!
The text was updated successfully, but these errors were encountered: