Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hepto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
reminec
Hepto
Commits
e34517d7
Commit
e34517d7
authored
2 years ago
by
kaiyou
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade to k8s 1.26 stable
parent
84ce9b40
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
cmd/hepto.go
+0
-1
0 additions, 1 deletion
cmd/hepto.go
go.mod
+104
-102
104 additions, 102 deletions
go.mod
go.sum
+585
-181
585 additions, 181 deletions
go.sum
pkg/wrappers/containerd.go
+2
-3
2 additions, 3 deletions
pkg/wrappers/containerd.go
with
691 additions
and
287 deletions
cmd/hepto.go
+
0
−
1
View file @
e34517d7
...
...
@@ -12,7 +12,6 @@ import (
ctr
"github.com/containerd/containerd/cmd/ctr/app"
"github.com/containerd/containerd/plugin"
"github.com/containerd/containerd/runtime/v2/runc/manager"
_
"github.com/containerd/containerd/runtime/v2/runc/pause"
_
"github.com/containerd/containerd/runtime/v2/runc/task/plugin"
shimv2
"github.com/containerd/containerd/runtime/v2/shim"
runc
"github.com/opencontainers/runc/cmd"
...
...
This diff is collapsed.
Click to expand it.
go.mod
+
104
−
102
View file @
e34517d7
This diff is collapsed.
Click to expand it.
go.sum
+
585
−
181
View file @
e34517d7
This diff is collapsed.
Click to expand it.
pkg/wrappers/containerd.go
+
2
−
3
View file @
e34517d7
...
...
@@ -8,8 +8,8 @@ import (
_
"github.com/containerd/containerd/diff/walking/plugin"
_
"github.com/containerd/containerd/events/plugin"
_
"github.com/containerd/containerd/gc/scheduler"
_
"github.com/containerd/containerd/leases
/plugin
"
_
"github.com/containerd/containerd/metadata
/plugin
"
_
"github.com/containerd/containerd/leases"
_
"github.com/containerd/containerd/metadata"
_
"github.com/containerd/containerd/metrics/cgroups"
_
"github.com/containerd/containerd/pkg/cri"
"github.com/containerd/containerd/plugin"
...
...
@@ -26,7 +26,6 @@ import (
_
"github.com/containerd/containerd/services/leases"
_
"github.com/containerd/containerd/services/namespaces"
_
"github.com/containerd/containerd/services/opt"
_
"github.com/containerd/containerd/services/sandbox"
_
"github.com/containerd/containerd/services/snapshots"
_
"github.com/containerd/containerd/services/tasks"
_
"github.com/containerd/containerd/services/version"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment