-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SSH incompatibility with v25 (#1039)
The v25 upgrade made us sensitive to the ordering of our client options. In particular if a host was specified last it would take precedence over the SSH dialer. This behavior was accounted for in the [upstream patch](https://github.com/pulumi/pulumi-docker/blob/f866a5a4ae5e67edee4a92b8930a6ac7ee1d305a/patches/0006-upgrade-docker-sdk.patch#L288-L289) but not in our own host resolution logic. The PR adds a failing e2e test and a corresponding fix to our client options.
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM scratch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters