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 v2.19.0 needs to be patched to v2.19.1 to fix "container not connected to network" errors #7862

Closed
3 of 10 tasks
cgaudette opened this issue Jul 5, 2023 · 2 comments
Labels
Area: Common Tools bug report duplicate This issue or pull request already exists

Comments

@cgaudette
Copy link

Description

I'm writing this on behalf of my customer who filed an issue where they were seeing this error:

Error response from daemon: container 7377e46299f8ca5ba254a9491d390cf9599f86cfd299d505a120271017850627 is not connected to the network kind

Through their investigative work, they found we pushed a new base image last week, pushing docker to 2.19.0. Docker released a bug fix for this specific error in v2.19.1:

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230625.1

Is it regression?

yes

Expected behavior

The container should connect to network during compose up job.

Actual behavior

Error that occurs during workflow run:

Error response from daemon: container 7377e46299f8ca5ba254a9491d390cf9599f86cfd299d505a120271017850627 is not connected to the network kind

Repro steps

  1. Set up Docker Composer services which connect to a Kind docker network
  2. Make sure the runner-image is up to date and using Docker Compose v2.19
  3. Run an action which attempt to establish connection to the network and you may see this error (the bugfix notes this is sporadic)
@clementai
Copy link

Duplicate #7857

@shamil-mubarakshin shamil-mubarakshin added Area: Common Tools duplicate This issue or pull request already exists and removed needs triage labels Jul 6, 2023
@shamil-mubarakshin
Copy link
Contributor

Hello @cgaudette,
I will close this issue as a duplicate of #7857.
Feel free to reach out in case of concerns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Common Tools bug report duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants