mirror of
https://github.com/containers/podman.git
synced 2025-06-30 07:26:39 +08:00
Update c/storage to v1.12.6
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
vendor.conf
vendor/github.com/containers/storage
1
vendor/github.com/containers/storage/layers.go
generated
vendored
1
vendor/github.com/containers/storage/layers.go
generated
vendored
@ -614,6 +614,7 @@ func (r *layerStore) Put(id string, parentLayer *Layer, names []string, mountLab
|
||||
opts := drivers.CreateOpts{
|
||||
MountLabel: mountLabel,
|
||||
StorageOpt: options,
|
||||
IDMappings: idMappings,
|
||||
}
|
||||
if moreOptions.TemplateLayer != "" {
|
||||
if err = r.driver.CreateFromTemplate(id, moreOptions.TemplateLayer, templateIDMappings, parent, parentMappings, &opts, writeable); err != nil {
|
||||
|
Reference in New Issue
Block a user