-
Notifications
You must be signed in to change notification settings - Fork 303
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
dockercompose: fix profiles failing to start (#6322) #6326
Conversation
Signed-off-by: Kinland <16787581+kinland@users.noreply.github.com>
I am not sure why the Through VSCode: Click to see log
Through gotestsum: Click to see log
I considered that perhaps the issue is that your CircleCI system is using an older version of Docker that contains bugs related to the profiles feature. I looked at where docker was running in the log, and did this locally:
and then through the image CircleCI is using:
I installed Docker Desktop 4.18.0, which has 20.10.24 (the closest that Once I had installed that version of docker, I tried running again, and that still worked... Through VSCode: Click to see log
And through gotestsum: Click to see log
I also tried the same with Docker Desktop 4.16.3, but it passed there, too. So while it is possible the docker version was the culprit, I can't confirm that, as I am running on a different platform (running from within WSL2). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think it was just a flaky test. LGTM!
This solves the issue I reported in #6322 by adding
--profile ___
to thedocker compose up
command