mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Merged in build-7x (pull request #46)
Extend valid builds to include new 7.x major release Approved-by: Steve Smith <ssmith@atlassian.com>
This commit is contained in:
commit
84d6dee89e
@ -8,7 +8,8 @@ pipelines:
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
- export BASE_VERSION='6'
|
||||
- export START_VERSION='6'
|
||||
- export END_VERSION='8'
|
||||
- export DEFAULT_RELEASE='false'
|
||||
- export DOCKER_REPO='atlassian/confluence-server'
|
||||
- export DOCKERFILE='Dockerfile-alpine'
|
||||
@ -23,7 +24,8 @@ pipelines:
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
- export BASE_VERSION='6'
|
||||
- export START_VERSION='6'
|
||||
- export END_VERSION='8'
|
||||
- export DEFAULT_RELEASE='true'
|
||||
- export DOCKER_REPO='atlassian/confluence-server'
|
||||
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
|
||||
@ -66,7 +68,8 @@ pipelines:
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
- export BASE_VERSION='6'
|
||||
- export START_VERSION='6'
|
||||
- export END_VERSION='8'
|
||||
- export DEFAULT_RELEASE='false'
|
||||
- export DOCKER_REPO='atlassian/confluence-server'
|
||||
- export DOCKERFILE='Dockerfile-alpine'
|
||||
@ -81,7 +84,8 @@ pipelines:
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
- export BASE_VERSION='6'
|
||||
- export START_VERSION='6'
|
||||
- export END_VERSION='8'
|
||||
- export DEFAULT_RELEASE='true'
|
||||
- export DOCKER_REPO='atlassian/confluence-server'
|
||||
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
|
||||
|
Loading…
Reference in New Issue
Block a user