Bump runc and runtime-specs deps
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
715ac711b8
commit
7a1d28e42b
33 changed files with 731 additions and 180 deletions
|
@ -1,6 +1,6 @@
|
|||
package specs
|
||||
|
||||
import ocs "github.com/opencontainers/specs/specs-go"
|
||||
import ocs "github.com/opencontainers/runtime-spec/specs-go"
|
||||
|
||||
type (
|
||||
ProcessSpec ocs.Process
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package specs
|
||||
|
||||
// Temporary Windows version of the spec in lieu of opencontainers/specs/specs-go having
|
||||
// Temporary Windows version of the spec in lieu of opencontainers/runtime-spec/specs-go having
|
||||
// Windows support currently.
|
||||
|
||||
type (
|
||||
|
@ -8,7 +8,7 @@ type (
|
|||
ProcessSpec Process
|
||||
)
|
||||
|
||||
// This is a temporary module in lieu of opencontainers/specs/specs-go being compatible
|
||||
// This is a temporary module in lieu of opencontainers/runtime-spec/specs-go being compatible
|
||||
// currently on Windows.
|
||||
|
||||
// Process contains information to start a specific application inside the container.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue