mirror of
https://github.com/containers/podman.git
synced 2025-10-30 01:17:00 +08:00
Make search --no-trunc work for podman remote
The HTTP API for image search was still lacking support of the NoTrunc parameter. Signed-off-by: Ralf Haferkamp <rhafer@suse.com>
This commit is contained in:
@ -972,6 +972,10 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
|
||||
// type: integer
|
||||
// description: maximum number of results
|
||||
// - in: query
|
||||
// name: noTrunc
|
||||
// type: boolean
|
||||
// description: do not truncate any of the result strings
|
||||
// - in: query
|
||||
// name: filters
|
||||
// type: string
|
||||
// description: |
|
||||
|
||||
Reference in New Issue
Block a user