diff options
author | Kevin Krakauer <krakauer@google.com> | 2018-08-27 20:33:38 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-08-27 20:34:27 -0700 |
commit | a4529c1b5b485f6283367bfdc0e4228bbbd3e51f (patch) | |
tree | a8cdb2aec381e2ae0dda1f5dfbf6788147feb7b2 /runsc/container/BUILD | |
parent | f0492d45aa31e32f8a04b13b7bf53e0161e1afb6 (diff) |
runsc: Fix readonly filesystem causing failure to create containers.
For readonly filesystems specified via relative path, we were forgetting to
mount relative to the container's bundle directory.
PiperOrigin-RevId: 210483388
Change-Id: I84809fce4b1f2056d0e225547cb611add5f74177
Diffstat (limited to 'runsc/container/BUILD')
-rw-r--r-- | runsc/container/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/container/BUILD b/runsc/container/BUILD index cba418d0c..b86974d41 100644 --- a/runsc/container/BUILD +++ b/runsc/container/BUILD @@ -29,7 +29,6 @@ go_library( "//runsc/specutils", "@com_github_cenkalti_backoff//:go_default_library", "@com_github_opencontainers_runtime-spec//specs-go:go_default_library", - "@org_golang_x_sys//unix:go_default_library", ], ) |