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: do not use docker's dilaler if URL contains path #1512

Merged
merged 2 commits into from
Sep 16, 2022

Conversation

matejvasek
Copy link
Contributor

Summary

If the ssh connection string includes path do not use standard docker dialer.

resolves #1511

Signed-off-by: Matej Vasek <mvasek@redhat.com>
@matejvasek matejvasek requested a review from a team as a code owner September 14, 2022 13:37
@github-actions github-actions bot added this to the 0.28.0 milestone Sep 14, 2022
@github-actions github-actions bot added the type/enhancement Issue that requests a new feature or improvement. label Sep 14, 2022
@matejvasek
Copy link
Contributor Author

@starksm64 could you try this out?

@matejvasek matejvasek changed the title fix: not use docker's dilaler if url contains path fix: do not use docker's dilaler if URL contains path Sep 14, 2022
@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #1512 (1197c26) into main (100f656) will increase coverage by 0.01%.
The diff coverage is 66.67%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1512      +/-   ##
==========================================
+ Coverage   81.13%   81.14%   +0.01%     
==========================================
  Files         155      155              
  Lines       10084    10086       +2     
==========================================
+ Hits         8181     8183       +2     
  Misses       1420     1420              
  Partials      483      483              
Flag Coverage Δ
os_linux 79.90% <66.67%> (-0.02%) ⬇️
os_macos 77.38% <66.67%> (+0.01%) ⬆️
os_windows 81.01% <66.67%> (+0.75%) ⬆️
unit 81.14% <66.67%> (+0.01%) ⬆️

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

@hone hone merged commit 2138b9f into buildpacks:main Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Issue that requests a new feature or improvement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to configure pack with podman 4.2.1
2 participants