-
Notifications
You must be signed in to change notification settings - Fork 692
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
Docker command autocomplete broken #1574
Comments
@felixlabrot at least on Ph5 x86_64 this hasn't been reproducible yet. Which version? is it as root/sudo? |
Yep, got it. Same here after 'docker list'. |
This is a huge pain when you operate a datacenter and 80% of your stuff is in Docker ;) I guess this is caused by an incompatibility since the recent upgrade from an old Docker release to v27. With the major release upgrade this bug was introduced. |
|
@felixlabrot Thanks for the report. Seems like bash completion file for newer docker uses deprecated function. We will fix that.
and restart your bash session. |
This fixes the issue. |
When will this fix be rolled out? To this day it is still needed to manually patch the bug. |
Why do you not update your broken software? This is ultra annoying if the very basic function why Photon OS exists in the first place is fundamentally broken and you refuse to deploy a fix for over a month now. |
@felixlabrot Photon OS is different, it‘s a indirect democracy distribution, because it does not get its pulse from external contributors‘ pull requests, but from Broadcom-internal topics, tasks and security recommendations. |
Describe the bug
When attempting a terminal autocomplete (double TAB) on any Docker command, the following error message is shown:
Reproduction steps
Expected behavior
Terminal Autocomplete should suggest possible commands, containers, ...
Additional context
Docker version 27.3.1, build 3ab4256
The text was updated successfully, but these errors were encountered: