-
Notifications
You must be signed in to change notification settings - Fork 170
Labels
area: examplesarea: specChanges in the SpecificationChanges in the Specificationchange: featureNew feature or request. Impacts in a minor version changeNew feature or request. Impacts in a minor version changetype: feature
Milestone
Description
What would you like to be added?
The run.container task should have a pullPolicy to decide how to handle downloading images as part of the run process.
This should accept the following values:
ifNotPresent. This is the default and would only pull the image if not already on the running machinealways. This would always pull the image, even if it already existsnever. This would never pull the image
(Yes, these are the same values as Kubernetes. But it works).
Discussed in #1137 (comment)
Proposal(s):
No response
Alternative(s):
Metadata on an implementation-specific point of view. This becomes potentially messy though.
Additional info:
I'm happy to do a PR for the spec and the Go SDK.
Community Notes
- Please vote by adding a 👍 reaction to the feature to help us prioritize.
- If you are interested to work on this feature, please leave a comment.
mrsimonemms
Metadata
Metadata
Assignees
Labels
area: examplesarea: specChanges in the SpecificationChanges in the Specificationchange: featureNew feature or request. Impacts in a minor version changeNew feature or request. Impacts in a minor version changetype: feature
Type
Projects
Status
Backlog