-
Notifications
You must be signed in to change notification settings - Fork 232
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
local execute build
command fails when sidecar is present and using the latest docker version
#970
Comments
This is pretty stale, but is an issue I encountered as well when attempting to get CircleCI to use 2 images on the same executor on MacOS with Docker version 26. Similar to what andyatkinson/rideshare#99 found, I was able to get a workaround by using the CircleCI For example, if you wanted an executor with 2 images such as
I did encounter some local CircleCI workspace and Docker volume mounting issues with this approach, though that could've been due to user error. The workaround for these issues was to feed files between the docker containers through input streams with |
Meta:
CircleCI CLI Version:
0.1.27660+35d39ea (release)
Operating System:
macOS 13.4.1 (c) (22F770820d)
CircleCI CLI Diagnostic:
Current behavior:
No links but it is possible to replicate the issue by creating a following config and running
circleci local execute build
with latest docker desktop on mac.Server Version: 24.0.2
Error display after command
Expected behavior:
On docker version
Server Version: 20.10.23
it did not show any error and was working expected.When did this begin / Was this previously working?:
After upgrading to docker 24 the issue started to happen. docker 20 did not have this issue.
Additional Information:
The text was updated successfully, but these errors were encountered: