We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
freakboy3742
Learn more about funding links in repositories.
Report abuse
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
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.
Run Docker-related commands with Docker Desktop.
Use environment variable DOCKER_CLI_HINTS=false to disable this output.
DOCKER_CLI_HINTS=false
No response
0.3.17.dev283+g23daa64e
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Using Docker, as of late, includes a lot of unhelpful recommendations being printed to the console.
For instance:
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
0.3.17.dev283+g23daa64e
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: