Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
songlinfeng
container-toolkit
Commits
48c080c4
Commit
48c080c4
authored
Nov 11, 2025
by
songlinfeng
Browse files
rename dcu-ctk dcu-container-toolkit
parent
0ccfece1
Changes
126
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
pkg/config/engine/podman/podman.go
pkg/config/engine/podman/podman.go
+2
-2
pkg/go-c3000lib/pkg/device/api.go
pkg/go-c3000lib/pkg/device/api.go
+1
-1
pkg/go-c3000lib/pkg/device/device.go
pkg/go-c3000lib/pkg/device/device.go
+1
-1
pkg/go-c3000lib/pkg/device/mig_device.go
pkg/go-c3000lib/pkg/device/mig_device.go
+1
-1
pkg/go-c3000smi/pkg/c3000smi/smi.go
pkg/go-c3000smi/pkg/c3000smi/smi.go
+2
-2
versions.mk
versions.mk
+1
-1
No files found.
pkg/config/engine/podman/podman.go
View file @
48c080c4
package
podman
import
(
"d
tk
-container-toolkit/pkg/config/engine"
"d
cu
-container-toolkit/pkg/config/engine"
"fmt"
"gopkg.in/ini.v1"
...
...
@@ -11,7 +11,7 @@ type Config struct {
File
*
ini
.
File
}
const
(
defaultDTKRuntimeExpecutablePath
=
"/usr/bin/d
tk
-container-runtime"
defaultDTKRuntimeExpecutablePath
=
"/usr/bin/d
cu
-container-runtime"
)
var
_
engine
.
Interface
=
(
*
Config
)(
nil
)
...
...
pkg/go-c3000lib/pkg/device/api.go
View file @
48c080c4
...
...
@@ -4,7 +4,7 @@
package
device
import
"d
tk
-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
import
"d
cu
-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
// Interface provides the API to the 'device' package.
type
Interface
interface
{
...
...
pkg/go-c3000lib/pkg/device/device.go
View file @
48c080c4
...
...
@@ -5,7 +5,7 @@
package
device
import
(
"d
tk
-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
"d
cu
-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
"fmt"
)
...
...
pkg/go-c3000lib/pkg/device/mig_device.go
View file @
48c080c4
...
...
@@ -4,7 +4,7 @@
package
device
import
"d
tk
-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
import
"d
cu
-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
// MigDevice defines the set of extended functions associated with a MIG device.
type
MigDevice
interface
{
...
...
pkg/go-c3000smi/pkg/c3000smi/smi.go
View file @
48c080c4
...
...
@@ -6,8 +6,8 @@ package c3000smi
import
(
"bytes"
"d
tk
-container-toolkit/internal/logger"
"d
tk
-container-toolkit/internal/lookup"
"d
cu
-container-toolkit/internal/logger"
"d
cu
-container-toolkit/internal/lookup"
"fmt"
"os"
"os/exec"
...
...
versions.mk
View file @
48c080c4
# Copyright (c) 2024, HCUOpt CORPORATION. All rights reserved.
LIB_NAME
:=
d
tk
-container-toolkit
LIB_NAME
:=
d
cu
-container-toolkit
LIB_VERSION
:=
1.2.3
LIB_TAG
:=
...
...
Prev
1
…
3
4
5
6
7
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment