Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-19714

Use the latest supported tags when not specifying any tag for servlet containers and databases

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • None
    • 13.10
    • Test Framework
    • None
    • Unknown

    Description

      Right now, the config is located in https://github.com/xwiki/xwiki-jenkins-pipeline/blob/05000b1450ceba1dd05f7b7821895502adc6b692/vars/dockerConfigurations.groovy#L37-L50

      The idea is to move that info into XWiki platform's top level pom.xml using a syntax like:

      xwiki.docker.<server id>.latest=<tag>
      xwiki.docker.<server id>.lts=<tag>
      

      e.g.

      xwiki.docker.mysql.latest=8
      

      Then we'll need to:

      Pros:

      • Simpler for devs which don't have to be careful to always specify a tag (although it's good to know with what version you're testing )
      • The supported versions can depend on the branch

      Attachments

        Activity

          People

            Unassigned Unassigned
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: