Uploaded image for project: 'Kroki Macro'
  1. Kroki Macro
  2. XKROKI-13

Pull only the latest version of the required Docker images

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Blocker
    • 1.1
    • 1.0
    • None
    • None
    • Unknown
    • Pull Request accepted

    Description

      You are currently pulling all versions which is crazy

      • it takes ages for the first macro call to finish
      • you force the user to download a couple of GBs of data..

      The reason is because you don't use a version tag in your configuration:

      "image": "yuzutech/kroki",
      

      What's funny is that you do use a version tag in your tests:

      when(this.configuration.getKrokiDockerImage()).thenReturn("yuzutech/kroki:latest");
      

      You need to updated all your configuration to use *:latest.

      Attachments

        Activity

          People

            xumix Vilen Tambovtsev
            mflorea Marius Dumitru Florea
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: