summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-image-tools/files/0001-config-make-Config.User-mapping-errors-a-warning.patch
diff options
context:
space:
mode:
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.patch2
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,
7output a warning. We aren't actually running the code, but are 7output a warning. We aren't actually running the code, but are
8just extracting it .. so the user not existing isn't an issue. 8just extracting it .. so the user not existing isn't an issue.
9 9
10Upstream-Status: Inappropriate [embedded specific]
11
10Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> 12Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
11--- 13---
12 image/config.go | 2 +- 14 image/config.go | 2 +-