Skip to content

Commit 5141aaf

Browse files
authored
Merge pull request compose-spec#179 from compose-spec/pull-policy-missing
2 parents 3941992 + 7a8f9ea commit 5141aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/compose-spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
"privileged": {"type": "boolean"},
332332
"profiles": {"$ref": "#/definitions/list_of_strings"},
333333
"pull_policy": {"type": "string", "enum": [
334-
"always", "never", "if_not_present", "build"
334+
"always", "never", "if_not_present", "build", "missing"
335335
]},
336336
"read_only": {"type": "boolean"},
337337
"restart": {"type": "string"},

0 commit comments

Comments
 (0)