ソースを参照

Merge pull request #31899 from thaJeztah/17.04-cherry-pick-31894

[17.04] cherry pick 31894 - Fix compose schema id for v3.2
Victor Vieux 8 年 前
コミット
9b80fad9b4

ファイルの差分が大きいため隠しています
+ 0 - 0
cli/compose/schema/bindata.go


+ 1 - 1
cli/compose/schema/data/config_schema_v3.2.json

@@ -1,6 +1,6 @@
 {
   "$schema": "http://json-schema.org/draft-04/schema#",
-  "id": "config_schema_v3.1.json",
+  "id": "config_schema_v3.2.json",
   "type": "object",
   "required": ["version"],
 

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません