summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker/0002-Remove-Platform-as-no-longer-in-OCI-spec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/runc/runc-docker/0002-Remove-Platform-as-no-longer-in-OCI-spec.patch')
-rw-r--r--recipes-containers/runc/runc-docker/0002-Remove-Platform-as-no-longer-in-OCI-spec.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/runc/runc-docker/0002-Remove-Platform-as-no-longer-in-OCI-spec.patch b/recipes-containers/runc/runc-docker/0002-Remove-Platform-as-no-longer-in-OCI-spec.patch
index 6ec286a8..7970dec3 100644
--- a/recipes-containers/runc/runc-docker/0002-Remove-Platform-as-no-longer-in-OCI-spec.patch
+++ b/recipes-containers/runc/runc-docker/0002-Remove-Platform-as-no-longer-in-OCI-spec.patch
@@ -13,8 +13,8 @@ Signed-off-by: Justin Cormack <justin.cormack@docker.com>
13 13
14diff --git a/libcontainer/specconv/example.go b/libcontainer/specconv/example.go 14diff --git a/libcontainer/specconv/example.go b/libcontainer/specconv/example.go
15index 33134116..d6621194 100644 15index 33134116..d6621194 100644
16--- a/libcontainer/specconv/example.go 16--- a/src/import/libcontainer/specconv/example.go
17+++ b/libcontainer/specconv/example.go 17+++ b/src/import/libcontainer/specconv/example.go
18@@ -2,7 +2,6 @@ package specconv 18@@ -2,7 +2,6 @@ package specconv
19 19
20 import ( 20 import (
@@ -36,8 +36,8 @@ index 33134116..d6621194 100644
36 Readonly: true, 36 Readonly: true,
37diff --git a/spec.go b/spec.go 37diff --git a/spec.go b/spec.go
38index 92d38f57..876937d2 100644 38index 92d38f57..876937d2 100644
39--- a/spec.go 39--- a/src/import/spec.go
40+++ b/spec.go 40+++ b/src/import/spec.go
41@@ -7,7 +7,6 @@ import ( 41@@ -7,7 +7,6 @@ import (
42 "fmt" 42 "fmt"
43 "io/ioutil" 43 "io/ioutil"