From df72c4b598b695ac9313660f3068732985a2b009 Mon Sep 17 00:00:00 2001 From: Adam Brokes Date: Tue, 11 Jan 2022 03:20:42 +0000 Subject: [PATCH] Build only from the first supported version - 7.3 https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html --- pipelines-generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines-generator.py b/pipelines-generator.py index ef9641f..a522198 100755 --- a/pipelines-generator.py +++ b/pipelines-generator.py @@ -9,7 +9,7 @@ REPOS = ['atlassian/confluence', 'atlassian/confluence-server'] images = { 'Confluence': { 11: { - 'start_version': '7.2', + 'start_version': '7.3', 'end_version': '8', 'default_release': True, 'base_image': 'adoptopenjdk/openjdk11',