Vendor in latest opencontainers/runtime-tools
Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
7cb47aeb21
commit
a9a1b04510
4 changed files with 26 additions and 5 deletions
7
vendor/github.com/opencontainers/runtime-tools/generate/spec.go
generated
vendored
7
vendor/github.com/opencontainers/runtime-tools/generate/spec.go
generated
vendored
|
@ -17,6 +17,13 @@ func (g *Generator) initSpecAnnotations() {
|
|||
}
|
||||
}
|
||||
|
||||
func (g *Generator) initSpecHooks() {
|
||||
g.initSpec()
|
||||
if g.spec.Hooks == nil {
|
||||
g.spec.Hooks = &rspec.Hooks{}
|
||||
}
|
||||
}
|
||||
|
||||
func (g *Generator) initSpecLinux() {
|
||||
g.initSpec()
|
||||
if g.spec.Linux == nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue