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 | 2 |
1 files changed, 2 insertions, 0 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 b61d4f49..10371af3 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 | |||
@@ -7,6 +7,8 @@ Rather than throwing an error if we can't map a user to a uid, | |||
7 | output a warning. We aren't actually running the code, but are | 7 | output a warning. We aren't actually running the code, but are |
8 | just extracting it .. so the user not existing isn't an issue. | 8 | just extracting it .. so the user not existing isn't an issue. |
9 | 9 | ||
10 | Upstream-Status: Inappropriate [embedded specific] | ||
11 | |||
10 | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | 12 | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |
11 | --- | 13 | --- |
12 | image/config.go | 2 +- | 14 | image/config.go | 2 +- |