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

fix: mount of Docker API socket from Docker Desktop #2350

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

matejvasek
Copy link
Contributor

@matejvasek matejvasek commented Jun 10, 2024

  • Fixed mountpoint of docker socket for Docker Desktop.

fixes: #2347

fix: buildpack build failure caused by wrong socket mount-point when using Docker Desktop

@knative-prow knative-prow bot requested review from dsimansk and maximilien June 10, 2024 19:03
@knative-prow knative-prow bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 10, 2024
@knative-prow knative-prow bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 10, 2024
@matejvasek
Copy link
Contributor Author

cc @vpsx

@matejvasek matejvasek requested review from matzew, gauron99 and lkingland and removed request for maximilien and dsimansk June 10, 2024 19:07
@matejvasek
Copy link
Contributor Author

PTAL @lkingland @gauron99

Copy link

codecov bot commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.74%. Comparing base (2e7154c) to head (623cff2).

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     
Flag Coverage Δ
e2e-test 37.99% <0.00%> (-0.05%) ⬇️
e2e-test-oncluster 31.18% <0.00%> (?)
e2e-test-oncluster-runtime 27.11% <0.00%> (?)
e2e-test-runtime-go 26.01% <0.00%> (?)
e2e-test-runtime-node 27.00% <0.00%> (?)
e2e-test-runtime-python 27.00% <0.00%> (?)
e2e-test-runtime-quarkus 27.10% <0.00%> (?)
e2e-test-runtime-rust 26.11% <0.00%> (?)
e2e-test-runtime-springboot 26.14% <0.00%> (?)
e2e-test-runtime-typescript 27.09% <0.00%> (?)
integration-tests 51.35% <100.00%> (+2.48%) ⬆️
unit-tests 49.30% <100.00%> (?)
unit-tests-macos-latest ?
unit-tests-ubuntu-latest ?
unit-tests-windows-latest ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vpsx
Copy link

vpsx commented Jun 10, 2024

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!!

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jun 11, 2024
@dsimansk
Copy link
Contributor

/override "Integration Test (ubuntu-latest)"

Copy link

knative-prow bot commented Jun 11, 2024

@dsimansk: Overrode contexts on behalf of dsimansk: Integration Test (ubuntu-latest)

In response to this:

/override "Integration Test (ubuntu-latest)"

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.

@knative-prow knative-prow bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 11, 2024
@matejvasek matejvasek requested a review from lkingland June 11, 2024 18:18
@matejvasek
Copy link
Contributor Author

PTAL @lkingland

Signed-off-by: Matej Vašek <mvasek@redhat.com>
@matejvasek
Copy link
Contributor Author

PTAL @matzew @gauron99

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jun 12, 2024
Copy link

knative-prow bot commented Jun 12, 2024

[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:
  • OWNERS [gauron99,lkingland,matejvasek]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot merged commit a18957d into knative:main Jun 12, 2024
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using Docker Desktop socket causes bind-mount to fail
5 participants