Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silence the recommendations/hints from Docker Desktop #1635

Closed
rmartin16 opened this issue Feb 4, 2024 · 0 comments · Fixed by #1640
Closed

Silence the recommendations/hints from Docker Desktop #1635

rmartin16 opened this issue Feb 4, 2024 · 0 comments · Fixed by #1640
Labels
bug A crash or error in behavior.

Comments

@rmartin16
Copy link
Member

Describe the bug

Using Docker, as of late, includes a lot of unhelpful recommendations being printed to the console.

For instance:

(venv) user@vm-win11:~/tmp/beeware/helloworld$ briefcase build --target fedora

[Docker] Downloading Docker base image for fedora...
Using default tag: latest
latest: Pulling from library/fedora
8237fce9fd6b: Pull complete
Digest: sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0
Status: Downloaded newer image for fedora:latest
docker.io/library/fedora:latest

What's Next?
  View a summary of image vulnerabilities and recommendations → docker scout quickview fedora

We should disable these given they aren't useful for our use-case.

Steps to reproduce

Run Docker-related commands with Docker Desktop.

Expected behavior

Use environment variable DOCKER_CLI_HINTS=false to disable this output.

Screenshots

No response

Environment

  • Operating System: Windows 11
  • Python version: 3.8
  • Software versions:
    • Briefcase: 0.3.17.dev283+g23daa64e

Logs

No response

Additional context

No response

@rmartin16 rmartin16 added the bug A crash or error in behavior. label Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A crash or error in behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant