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

Handle connection abort errors #6755

Closed
wants to merge 1 commit into from

Conversation

janhn
Copy link

@janhn janhn commented Jun 17, 2019

Helps to fix #6677

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "6677-connection-errors" git@github.com:janhn/compose.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

Signed-off-by: Jan Hnatek <jan.hnatek@gmail.com>
@janhn
Copy link
Author

janhn commented Jun 18, 2019

Seems like the pipeline is unhealthy:

20:40:25 + docker pull dockerbuildbot/compose:debian-0607f4b087baea44b9a13eed6ff0bee39f931c5a
20:40:26 Error response from daemon: manifest for dockerbuildbot/compose:debian-0607f4b087baea44b9a13eed6ff0bee39f931c5a not found

@glours
Copy link
Contributor

glours commented Jul 13, 2022

Thanks for taking the time to create this issue/pull request!

Unfortunately, Docker Compose V1 has reached end-of-life and we are not accepting any more changes (except for security issues). Please try and reproduce your issue with Compose V2 or rewrite your pull request to be based on the v2 branch and create a new issue or PR with the relevant Compose V2 information.

@glours glours closed this Jul 13, 2022
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.

ERROR
4 participants