This picks up 66eb2a3e8fc930e1bb6703561152edf5ab550bff, which fixes
readonly containers in user namespaces.
Signed-off-by: Tycho Andersen <tycho@docker.com>
| ... | ... |
@@ -3,7 +3,7 @@ |
| 3 | 3 |
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a |
| 4 | 4 |
|
| 5 | 5 |
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly |
| 6 |
-RUNC_COMMIT=3f2f8b84a77f73d38244dd690525642a72156c64 |
|
| 6 |
+RUNC_COMMIT=1c81e2a794c6e26a4c650142ae8893c47f619764 |
|
| 7 | 7 |
CONTAINERD_COMMIT=06b9cb35161009dcb7123345749fef02f7cea8e0 |
| 8 | 8 |
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574 |
| 9 | 9 |
LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e |
| ... | ... |
@@ -63,7 +63,7 @@ github.com/pborman/uuid v1.0 |
| 63 | 63 |
google.golang.org/grpc v1.3.0 |
| 64 | 64 |
|
| 65 | 65 |
# When updating, also update RUNC_COMMIT in hack/dockerfile/binaries-commits accordingly |
| 66 |
-github.com/opencontainers/runc 3f2f8b84a77f73d38244dd690525642a72156c64 |
|
| 66 |
+github.com/opencontainers/runc 1c81e2a794c6e26a4c650142ae8893c47f619764 |
|
| 67 | 67 |
github.com/opencontainers/image-spec 372ad780f63454fbbbbcc7cf80e5b90245c13e13 |
| 68 | 68 |
github.com/opencontainers/runtime-spec v1.0.0 |
| 69 | 69 |
|