remote manifest push: show copy progress

`podman-remote manifest push` has shown absolutely no progress at all.
Fix that by doing the same as the remote-push code does.

Like remote-push, `quiet` parameter is true by default for backwards
compatibility.

Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
This commit is contained in:
Naoto Kobayashi
2022-08-11 20:35:13 +09:00
parent 59ab5cce7d
commit a4efd401cd
7 changed files with 132 additions and 8 deletions

View File

@@ -75,6 +75,11 @@ func (s *APIServer) registerManifestHandlers(r *mux.Router) error {
// type: boolean
// default: true
// description: Require HTTPS and verify signatures when contacting registries.
// - in: query
// name: quiet
// description: "silences extra stream data on push"
// type: boolean
// default: true
// responses:
// 200:
// schema: