Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-6585

Docker digest label should include algorithm

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • L3 - Default
    • 3.10.0-alpha4, 3.10.0
    • None
    • None
    • None
    • Not defined

    Description

      Related support issue

      It came to our attention recently that the Docker digest label should include the algorithm, not only the digest. See https://github.com/opencontainers/image-spec/blob/main/descriptor.md#digests for the expected format.

      To Reproduce

      docker pull camunda/optimize:latest
      docker inspect camunda/optimize | jq '.[0].Config.Labels."org.opencontainers.image.base.digest"'

      Observed behavior

      The above outputs 1304f174557314a7ed9eddb4eab12fed12cb0cd9809e4c28f29af86979a3c870

       

      Testing notes

      • Run docker pull camunda/optimize:latest
      • Run docker inspect camunda/optimize | jq '.[0].Config.Labels."org.opencontainers.image.base.digest"'

      It should output sha256:SOME_HASH

      • Additionally, the check during the pipeline should not fail (If master is green, then it can be considered as passed)

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              nicolas.pepin-perreault Nicolas Pepin-Perreault
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce