docker-compose should not require golang-github-docker-docker-credential-helpers package
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| docker-compose (Ubuntu) |
Undecided
|
Unassigned | ||
| golang-github-docker-docker-credential-helpers (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Due to https:/
Please remove the strict dependency on golang-
Launchpad Janitor (janitor) wrote : | #2 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in docker-compose (Ubuntu): | |
status: | New → Confirmed |
no longer affects: | golang-github-docker-docker-credential-helpers (Ubuntu) |
Changed in golang-github-docker-docker-credential-helpers (Ubuntu): | |
status: | New → Confirmed |
nyet (nyetwurk) wrote : | #4 |
Should be golang-
nyet (nyetwurk) wrote : | #5 |
Also, it is brought it due to python3-
nyet (nyetwurk) wrote : | #6 |
Kevin Kramer (kmkramer71) wrote : | #7 |
FWIW.
I had 4 Bionic installs that just had docker-ce installed from the repo along with pip docker and this issue hit me. These hosts did not have docker-compose installed. I just had to `apt -y remove golang-
nyet (nyetwurk) wrote : | #8 |
The whole idea that avoiding deb packaging fixes the problem is a serious problem. The culture of docker (containers, pip, snap, etc) seems to encourage abandoning sane packaging because it's too difficult, apparently.
plan::B (3a-ubrntu-ua) wrote : | #9 |
my workaround for now is renaming /usr/bin/
plan::B (3a-ubrntu-ua) wrote : | #10 |
just found another solution using pass (apt-get install pass (and some dependencies I'd rather not want to have installed, but still better than having to install gnome-keyring...) ). this will not store plain text credentials in your ~/.docker/
https:/ /github. com/docker/ compose/ issues/ 6023
https:/ /github. com/docker/ docker- credential- helpers/ issues/ 105
https:/ /github. com/docker/ docker- credential- helpers/ issues/ 60
https:/ /stackoverflow. com/questions/ 51222996/ docker- login-fails- on-a-server- with-no- x11-installed