diff options
Diffstat (limited to 'recipes-containers/oci-image-tools/files/0001-config-make-Config.User-mapping-errors-a-warning.patch')
-rw-r--r-- | recipes-containers/oci-image-tools/files/0001-config-make-Config.User-mapping-errors-a-warning.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/oci-image-tools/files/0001-config-make-Config.User-mapping-errors-a-warning.patch b/recipes-containers/oci-image-tools/files/0001-config-make-Config.User-mapping-errors-a-warning.patch index 78d2b9d0..b61d4f49 100644 --- a/recipes-containers/oci-image-tools/files/0001-config-make-Config.User-mapping-errors-a-warning.patch +++ b/recipes-containers/oci-image-tools/files/0001-config-make-Config.User-mapping-errors-a-warning.patch | |||
@@ -12,10 +12,10 @@ Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | |||
12 | image/config.go | 2 +- | 12 | image/config.go | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 14 | ||
15 | diff --git a/src/import/image/config.go b/src/import/image/config.go | 15 | diff --git a/image/config.go b/image/config.go |
16 | index d28b1bc4fe5f..37dfd1f14ef7 100644 | 16 | index d28b1bc4fe5f..37dfd1f14ef7 100644 |
17 | --- a/src/import/image/config.go | 17 | --- a/image/config.go |
18 | +++ b/src/import/image/config.go | 18 | +++ b/image/config.go |
19 | @@ -106,7 +106,7 @@ func (c *config) runtimeSpec(rootfs string) (*specs.Spec, error) { | 19 | @@ -106,7 +106,7 @@ func (c *config) runtimeSpec(rootfs string) (*specs.Spec, error) { |
20 | s.Process.User.UID = uint32(uid) | 20 | s.Process.User.UID = uint32(uid) |
21 | s.Process.User.GID = uint32(gid) | 21 | s.Process.User.GID = uint32(gid) |