mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Extend valid builds to include new 7.x major release
This commit is contained in:
parent
eb4ea4bb11
commit
21d82594e7
@ -8,7 +8,8 @@ pipelines:
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
- export BASE_VERSION='6'
|
- export START_VERSION='6'
|
||||||
|
- export END_VERSION='8'
|
||||||
- export DEFAULT_RELEASE='false'
|
- export DEFAULT_RELEASE='false'
|
||||||
- export DOCKER_REPO='atlassian/confluence-server'
|
- export DOCKER_REPO='atlassian/confluence-server'
|
||||||
- export DOCKERFILE='Dockerfile-alpine'
|
- export DOCKERFILE='Dockerfile-alpine'
|
||||||
@ -23,7 +24,8 @@ pipelines:
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
- export BASE_VERSION='6'
|
- export START_VERSION='6'
|
||||||
|
- export END_VERSION='8'
|
||||||
- export DEFAULT_RELEASE='true'
|
- export DEFAULT_RELEASE='true'
|
||||||
- export DOCKER_REPO='atlassian/confluence-server'
|
- export DOCKER_REPO='atlassian/confluence-server'
|
||||||
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
|
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
|
||||||
@ -66,7 +68,8 @@ pipelines:
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
- export BASE_VERSION='6'
|
- export START_VERSION='6'
|
||||||
|
- export END_VERSION='8'
|
||||||
- export DEFAULT_RELEASE='false'
|
- export DEFAULT_RELEASE='false'
|
||||||
- export DOCKER_REPO='atlassian/confluence-server'
|
- export DOCKER_REPO='atlassian/confluence-server'
|
||||||
- export DOCKERFILE='Dockerfile-alpine'
|
- export DOCKERFILE='Dockerfile-alpine'
|
||||||
@ -81,7 +84,8 @@ pipelines:
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
- export BASE_VERSION='6'
|
- export START_VERSION='6'
|
||||||
|
- export END_VERSION='8'
|
||||||
- export DEFAULT_RELEASE='true'
|
- export DEFAULT_RELEASE='true'
|
||||||
- export DOCKER_REPO='atlassian/confluence-server'
|
- export DOCKER_REPO='atlassian/confluence-server'
|
||||||
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
|
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user