-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update to 20.10.6 #25
Conversation
d6cdf41
to
5e3f8d7
Compare
This error message is hilarious to read, knowing it's being read from
It comes from https://github.com/moby/moby/blob/v20.10.3/daemon/logger/journald/journald.go#L60, but the only substantive change to that file was updating from Edit: more specifically, that'd be coreos/go-systemd@728309f |
Ooof,
I bet I need to connect the interface before I try to use the Looks like coreos/go-systemd#331 is likely related and/or discussion of this very issue. |
d057064
to
634b051
Compare
Regarding the go-systemd issue, I have filed another update to docker-support, just adding the same rule that we already provide to kubernetes-support for the same reason: canonical/snapd#9924, I hope to get that one into 2.50 |
8a5930d
to
3f78e75
Compare
a8010d2
to
38606a8
Compare
Ugh, moby/buildkit#1533 breaks Git via BuildKit again... (specifically https://github.com/moby/buildkit/pull/1533/files#diff-9a3248027714dcbcf2647fa27b75ec4dd3d9639ae80c40bfd6a68abd7805bd4eR494-R498 clears |
e22e401
to
3a0a072
Compare
(Now that I've got #27 working, I've rebased this on that to see if that helps here.) |
Ugh, we get bit by the same change because we lose Snappy's |
(Was hoping I could solve this without a patch, but as seen by the recent force push history here, no dice hahaha) |
Looks like we might finally be good?? |
2.50 is now in stable BTW |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
index 3d1bfe21f4..197c339c78 100644 | ||
--- a/vendor/github.com/moby/buildkit/source/git/gitsource.go | ||
+++ b/vendor/github.com/moby/buildkit/source/git/gitsource.go | ||
@@ -598,12 +598,11 @@ func git(ctx context.Context, dir, sshAuthSock, knownHosts string, args ...strin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch here
Appreciate the review! ❤️ |
This is an alternative/upgrade to #13 to see how bad the damage is. 😩 🙊