What is the problem you're trying to solve
The spec.md file states that missing is a valid value for pull_policy, but the schema does not list it in the enum.
Describe the solution you'd like
Either remove missing from spec.md or add it to compose-spec.json as a valid value for the pull_policy enum.
Additional context
I haven't checked if adding missing to the enum is sufficient for support in docker-compose.
What is the problem you're trying to solve
The spec.md file states that
missingis a valid value forpull_policy, but the schema does not list it in the enum.Describe the solution you'd like
Either remove
missingfromspec.mdor add it tocompose-spec.jsonas a valid value for thepull_policyenum.Additional context
I haven't checked if adding
missingto the enum is sufficient for support in docker-compose.