You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/02/11 02:38:04 UTC

[2/6] mesos git commit: Removed `Volumes` in docker v1 manifest protobuf.

Removed `Volumes` in docker v1 manifest protobuf.

Review: https://reviews.apache.org/r/43452/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/aed32866
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/aed32866
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/aed32866

Branch: refs/heads/master
Commit: aed328662e173a56c0ca5a7ccc5c0eef0f2ec081
Parents: 7de26f6
Author: Gilbert Song <so...@gmail.com>
Authored: Wed Feb 10 16:55:26 2016 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Wed Feb 10 16:55:26 2016 -0800

----------------------------------------------------------------------
 include/mesos/docker/v1.proto | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/aed32866/include/mesos/docker/v1.proto
----------------------------------------------------------------------
diff --git a/include/mesos/docker/v1.proto b/include/mesos/docker/v1.proto
index fab3b08..ff18f8c 100644
--- a/include/mesos/docker/v1.proto
+++ b/include/mesos/docker/v1.proto
@@ -46,7 +46,6 @@ message ImageManifest {
     optional string User = 4;
     repeated string Cmd = 5;
     optional string WorkingDir = 6;
-    optional string Volumes = 7;
 
     // Name of the image as it was passed by the operator.
     optional string Image = 8;