We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ocrd_all/Makefile
Line 363 in d8830fb
This causes all docker images to contain a complete checkout of the assets test data repository. (Twice even, because of the .git index.)
The text was updated successfully, but these errors were encountered:
They sum up to 315 MB.
Sorry, something went wrong.
Shouldn't the .dockerignore entry */assets prevent that?
.dockerignore
*/assets
No, it did not. (Did not apply recursively.)
See my other comment and the actual change.
Successfully merging a pull request may close this issue.
ocrd_all/Makefile
Line 363 in d8830fb
This causes all docker images to contain a complete checkout of the assets test data repository. (Twice even, because of the .git index.)
The text was updated successfully, but these errors were encountered: