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
Docker::prune_images() is not working now. When I called it, message Invalid filter 'filters' appeared.
Docker::prune_images()
Invalid filter 'filters'
As noted in #21, it runs on the latest API version (regarding mine, v1.39) where the filters parameter is gone. This may be solved by solving #21, or deleting the following lines: https://github.com/eldesh/dockworker/blob/a2fb30e6d93035a48dcf4607551b8219cc75b57e/src/docker.rs#L710-L713
filters
The text was updated successfully, but these errors were encountered:
workaround to avoid eldesh/dockworker's Issue Idein#21, Idein#31
9b104bc
I was wrong. v1.39 has filters parameter exists as well as v1.26. https://docs.docker.com/engine/api/v1.39/#operation/ImagePrune https://docs.docker.com/engine/api/v1.26/#operation/ImagePrune
So I suspect the JSON value has something wrong, but I don't understand how to fix it.
Sorry, something went wrong.
fixed with #32
No branches or pull requests
Docker::prune_images()
is not working now. When I called it, messageInvalid filter 'filters'
appeared.As noted in #21, it runs on the latest API version (regarding mine, v1.39) where the
filters
parameter is gone.This may be solved by solving #21, or deleting the following lines:
https://github.com/eldesh/dockworker/blob/a2fb30e6d93035a48dcf4607551b8219cc75b57e/src/docker.rs#L710-L713
The text was updated successfully, but these errors were encountered: