Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-1824

Create a binding-helper to resolve docker tags to concrete image digests for MesosContainerizer

    XMLWordPrintableJSON

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

          Activity

            People

              santhk Santhosh Kumar Shanmugham
              santhk Santhosh Kumar Shanmugham
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: