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

docker_compose: install pass package #354

Closed
wants to merge 1 commit into from
Closed

docker_compose: install pass package #354

wants to merge 1 commit into from

Conversation

berendt
Copy link
Member

@berendt berendt commented May 27, 2022

This will solve the following issue:

error getting credentials - err: exit status 1, out: Cannot autolaunch D-Bus without X11 $DISPLAY

Closes #353

Signed-off-by: Christian Berendt berendt@osism.tech

This will solve the following issue:

error getting credentials - err: exit status 1, out: `Cannot autolaunch
D-Bus without X11 $DISPLAY`

Closes #353

Signed-off-by: Christian Berendt <berendt@osism.tech>
@berendt berendt requested a review from osfrickler May 27, 2022 09:28
Copy link
Member

@osfrickler osfrickler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see how this could actually be related. Is there an upstream bug for this? Is it reproducible?

I don't think we should hardcode such a workaround without a note and a reference to an upstream issue.

@osfrickler
Copy link
Member

I found docker/compose-cli#1656 but this also looks weird. There is no mention of pass being called anywhere in the code.

@berendt
Copy link
Member Author

berendt commented May 27, 2022

Probably this only affects Ubuntu 18.04.

docker/docker-credential-helpers#60

@osfrickler
Copy link
Member

Probably this only affects Ubuntu 18.04.

docker/docker-credential-helpers#60

So do we still need to support that? If yes, can we make the installation version-specific?

@berendt
Copy link
Member Author

berendt commented May 30, 2022

We currently have Focal in the roll as the smallest supported version. Then it can be closed.

I will add it in the troubleshooting documentation for completeness.

@berendt
Copy link
Member Author

berendt commented May 30, 2022

Replaced by osism/documentation#394

@berendt berendt closed this May 30, 2022
@berendt berendt deleted the 353 branch May 30, 2022 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker_compose: error getting credentials
2 participants