Skip to content

--quiet should not return an error but a warning #401

@jygastaud

Description

@jygastaud

As discussed in Docker Community Slack --quiet in docker buildx build command return an error (from a code point of view), a message telling that quiet is not implemented that stop the build process.

That implementation cause some script to failed when used in combination of docker build aliasing.

Reproducing

  • Install buildx
  • Set buildx as default builder
  • Run docker build -q . and you will get the message quiet currently not implemented and no build

Expecting result

From my opinion, --quiet flag absence should not be a blocker.
When running docker build -q . we should have a warning, then the build still continue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions