Skip to content

Commit 7c43097

Browse files
committed
*: update vendor
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 7654ebc commit 7c43097

File tree

37 files changed

+26
-6251
lines changed

37 files changed

+26
-6251
lines changed

glide.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

image/generator/runtime.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,7 @@ func MutateRuntimeSpec(g rgen.Generator, image v1.Image) rgen.Generator {
100100

101101
for vol := range image.Config.Volumes {
102102
// XXX: Is it fine to generate source=""?
103-
// FIXME: Currently the runtime-spec generator doesn't accept a list of
104-
// options here, which is broken (and it also does silly things
105-
// like set "bind" always). We want this to be an rbind.
106-
g.AddBindMount("", vol, "rw")
103+
g.AddBindMount("", vol, []string{"rw", "rbind"})
107104
}
108105

109106
return g

vendor/github.com/opencontainers/image-spec/schema/doc.go

Lines changed: 0 additions & 16 deletions
This file was deleted.

vendor/github.com/opencontainers/image-spec/schema/error.go

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)