Skip to content

[BUG] For up command, "pulling" and "Pulled" events should respect quietPull flag #10686

@Songyu-Wang

Description

@Songyu-Wang

Description

The function pullServiceImage in https://github.com/docker/compose/blob/v2/pkg/compose/pull.go has quietPull bool as an argument.

However, the "pulling" and "Pulled" event logger are not wrapped under the argument.
It should follow the same logic as

if !quietPull {
			toPullProgressEvent(service.Name, jm, w)
		}

Steps To Reproduce

N/A

Compose Version

v2 head

Docker Environment

N/A

Anything else?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions