mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
CLIP-1725: Update the Confluence DB from 6.0.1 to 7.11.6 to allow upgrades to Confluence 8.
This commit is contained in:
parent
f8a888f162
commit
5a37ab0299
@ -3,7 +3,7 @@
|
||||
<confluence-configuration>
|
||||
<setupStep>complete</setupStep>
|
||||
<setupType>custom</setupType>
|
||||
<buildNumber>7101</buildNumber>
|
||||
<buildNumber>8701</buildNumber>
|
||||
<properties>
|
||||
<property name="admin.ui.allow.daily.backup.custom.location">false</property>
|
||||
<property name="admin.ui.allow.manual.backup.download">false</property>
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM postgres:10.16-alpine
|
||||
|
||||
COPY confluence-6.0.1.sql /docker-entrypoint-initdb.d/confluence.sql
|
||||
COPY confluence-7.11.6.sql /docker-entrypoint-initdb.d/confluence.sql
|
||||
|
File diff suppressed because one or more lines are too long
18598
func-tests/postgres/confluence-7.11.6.sql
Normal file
18598
func-tests/postgres/confluence-7.11.6.sql
Normal file
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@ REPOS = ['atlassian/confluence', 'atlassian/confluence-server']
|
||||
images = {
|
||||
'Confluence': {
|
||||
11: {
|
||||
'start_version': '7.4',
|
||||
'start_version': '7.11',
|
||||
'default_release': True,
|
||||
'base_image': 'eclipse-temurin:11',
|
||||
'tag_suffixes': ['jdk11','ubuntu-jdk11'],
|
||||
|
Loading…
Reference in New Issue
Block a user