[20.10] vendor.conf: golang.org/x/crypto v0.1.0 (Fix ssh: parse error in message type 27 with OpenSSH >= 8.9)#3862
Merged
thaJeztah merged 1 commit intodocker:20.10from Nov 16, 2022
Conversation
ssh: parse error in message type 27 with OpenSSH >= 8.9)ssh: parse error in message type 27 with OpenSSH >= 8.9)
1 task
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 20.10 #3862 +/- ##
=======================================
Coverage 58.57% 58.57%
=======================================
Files 299 299
Lines 21457 21457
=======================================
Hits 12569 12569
Misses 7970 7970
Partials 918 918 |
Member
|
Given that golang/crypto@bd7e27e is also part of v0.1.0, should we use that tag? (To prevent some churn; users that use this repository as dependency and are using go modules may otherwise be force to also update most |
fff32de to
defa38a
Compare
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
ssh: parse error in message type 27 with OpenSSH >= 8.9)ssh: parse error in message type 27 with OpenSSH >= 8.9)
defa38a to
2d4e433
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- What I did
Fix
ssh: parse error in message type 27with OpenSSH >= 8.9ssh: parse error in message type 27with OpenSSH >= 8.9) moby/buildkit#3274ssh: parse error in message type 27with OpenSSH >= 8.9) buildx#1407- How I did it
Bumped up golang.org/x/crypto to include golang/crypto@bd7e27e
- How to verify it
Run
docker build --ssh defaultwithDOCKER_BUILDKIT=1, and make sure nossh: parse error in message type 27error occurs- Description for the changelog
Fix
ssh: parse error in message type 27with OpenSSH >= 8.9- A picture of a cute animal (not mandatory but encouraged)
🐧