-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update "opt disabling" patch to remove "opt" plugin entirely
Also, update testing to reproduce the original failure and validate that "opt" is successfully gone. 🚀
- Loading branch information
Showing
5 changed files
with
40 additions
and
20 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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
moby-containerd (1.6.32-2) UNRELEASED; urgency=medium | ||
|
||
* Update "opt disabling" patch to remove "opt" plugin entirely | ||
|
||
-- Tianon Gravi <[email protected]> Fri, 24 May 2024 13:50:41 -0700 | ||
|
||
moby-containerd (1.6.32-1) unstable; urgency=medium | ||
|
||
* Update to 1.6.32 | ||
|
This file was deleted.
Oops, something went wrong.
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,15 @@ | ||
Subject: remove "opt" plugin ("ctr install") | ||
Forwarded: no; this is very intentional upstream behavior (https://github.com/containerd/containerd/commit/1537f31381b946f395348d9891602a1e4a2c1070) that we just disagree with having/supporting | ||
|
||
diff --git a/cmd/containerd/builtins.go b/cmd/containerd/builtins.go | ||
index 4b588fc30..58fac4734 100644 | ||
--- a/cmd/containerd/builtins.go | ||
+++ b/cmd/containerd/builtins.go | ||
@@ -32,7 +32,6 @@ import ( | ||
_ "github.com/containerd/containerd/services/introspection" | ||
_ "github.com/containerd/containerd/services/leases" | ||
_ "github.com/containerd/containerd/services/namespaces" | ||
- _ "github.com/containerd/containerd/services/opt" | ||
_ "github.com/containerd/containerd/services/snapshots" | ||
_ "github.com/containerd/containerd/services/tasks" | ||
_ "github.com/containerd/containerd/services/version" |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
arm64-v8.patch | ||
disable-opt-plugin.patch | ||
remove-opt-plugin.patch | ||
service-execstart.patch |
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