-
Notifications
You must be signed in to change notification settings - Fork 71
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
Support v9.1.2 #205
base: master
Are you sure you want to change the base?
Support v9.1.2 #205
Conversation
0e4ab4f
to
c5a5e5a
Compare
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 if ci happy
@@ -80,7 +80,7 @@ target "buildkit-test" { | |||
target "desktop" { | |||
inherits = ["mainline"] | |||
args = { | |||
QEMU_PATCHES = "${QEMU_PATCHES},subreaper-prctl,pretcode" |
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.
subreaper-prctl
patch obsolete since v9 I guess?
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.
Looks like it as this test #134 now passes: https://github.com/tonistiigi/binfmt/actions/runs/12163543219/job/33923171902?pr=205#step:8:9
Signed-off-by: Dorin Geman <[email protected]>
Obsoletes #193.