-
Notifications
You must be signed in to change notification settings - Fork 146
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
fix: mount of Docker API socket from Docker Desktop #2350
Conversation
cc @vpsx |
PTAL @lkingland @gauron99 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2350 +/- ##
==========================================
+ Coverage 59.37% 65.74% +6.36%
==========================================
Files 128 128
Lines 14895 11534 -3361
==========================================
- Hits 8844 7583 -1261
+ Misses 5163 2997 -2166
- Partials 888 954 +66
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I just tried it; it works for me! (Docker Desktop for Linux; Ubuntu) (Not sure if worth mentioning, but just in case: DOCKER_HOST does still need to be explicitly set to the Docker Desktop socket for the first part/pulling builder image to work; it does not look at the docker context) Thanks!! |
/override "Integration Test (ubuntu-latest)" |
@dsimansk: Overrode contexts on behalf of dsimansk: Integration Test (ubuntu-latest) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
PTAL @lkingland |
Signed-off-by: Matej Vašek <mvasek@redhat.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gauron99, lkingland, matejvasek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Docker Desktop
.fixes: #2347