Details
-
Story
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Similar to the binding-helper that was introduced for DockerContainerizer (introduced in https://reviews.apache.org/r/52479/), we need another binding-helper that will resolve the MesosContainerizers docker config's image tag to image digest.
DSL Translation:
Job { ... mesos = Mesos(image='{{docker.resolve["my-image"]["my-tag"]}}') ... }
will be translated to,
Job { ... mesos = Mesos(image=DockerImage(name="my-image", digest="my-digest")) ... }
Attachments
Issue Links
- is blocked by
-
MESOS-3505 Support specifying Docker image by Image ID.
- Resolved
- is related to
-
AURORA-1014 Client binding_helper to resolve docker label to a stable ID at create
- Resolved
- relates to
-
AURORA-1014 Client binding_helper to resolve docker label to a stable ID at create
- Resolved