Pārlūkot izejas kodu

Merge pull request #8043 from docker/update-compose-spec

Update compose-spec
Anca Iordache 4 gadi atpakaļ
vecāks
revīzija
8f2bb66e73
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compose/config/compose_spec.json

+ 1 - 1
compose/config/compose_spec.json

@@ -330,7 +330,7 @@
         "privileged": {"type": "boolean"},
         "profiles": {"$ref": "#/definitions/list_of_strings"},
         "pull_policy": {"type": "string", "enum": [
-          "always", "never", "if_not_present"
+          "always", "never", "if_not_present", "build"
         ]},
         "read_only": {"type": "boolean"},
         "restart": {"type": "string"},