XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Impala 3.3.0
    • Infrastructure

    Description

      Some consumers of the Impala docker images will want to publish them to a repo. Currently they would have to hardcode a list of the docker images produced by the Impala build to publish them, or do something brittle like "docker image ls" to deduce what images were built.

      It would be useful if the build produced a list of the images in some consumable format that would be updated (either manually or automatically) when the set of images changes. If it needs to be manually updated, we should have some kind of check to verify that it isn't stale.

      One option is to produce JSON, something like:

      {
        “docker_images”: {
             “impala_base”: “$docker_registry/impala_base”,
             ” impalad_coord_exec”: “$docker_registry/impalad_coord_exec”,
            ....
        }
      }
      

      Attachments

        Activity

          People

            tarmstrong Tim Armstrong
            tarmstrong Tim Armstrong
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: