-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prune volumes without all for pre-Docker 1.42
Before Docker API version 1.42, the `all` flag in Docker.VolumePrune` is not required. Podman prints an error like the following when the `all` flag is passed ([Podman's only compatible with Docker API v1.41][1]): ``` failed to parse filters for all=true&label=com.supabase.cli.project%3Dtest: "all" is an invalid volume filter ``` [1]: https://github.com/containers/podman/blob/290d94d3c00857dd582ffbee6bd0677a0904c783/version/version.go#L46 Fixes: bec537e Fixes: #2348 (comment)
- Loading branch information
1 parent
8d4d6db
commit 3c8ddf4
Showing
3 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters