mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Updated docker release pipelines config
This commit is contained in:
parent
49959dc017
commit
3cc2669370
@ -1,29 +1,31 @@
|
|||||||
image: dchevell/docker-release-maker:latest
|
image: atlassian/docker-release-maker:latest
|
||||||
clone:
|
|
||||||
depth: full
|
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
custom:
|
custom:
|
||||||
create-release-base-6-adoptopenjdk8:
|
create-release-base-6-adoptopenjdk8:
|
||||||
- step:
|
- step:
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
script:
|
script:
|
||||||
- git remote set-url origin ${BITBUCKET_GIT_HTTP_ORIGIN}
|
- export BASE_VERSION='6'
|
||||||
- git fetch --all
|
|
||||||
- export BASE_BRANCH='base-6-adoptopenjdk8'
|
|
||||||
- export MAC_PRODUCT_KEY='confluence'
|
|
||||||
- export DOCKERFILE_VERSION_STRING='CONFLUENCE_VERSION'
|
|
||||||
- export DEFAULT_RELEASE='true'
|
- export DEFAULT_RELEASE='true'
|
||||||
- export ADDITIONAL_TAG_SUFFIXES='ubuntu,ubuntu-18.04-adoptopenjdk8'
|
- export DOCKER_REPO='atlassian/confluence-server'
|
||||||
|
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
|
||||||
|
- export MAC_PRODUCT_KEY='confluence'
|
||||||
|
- export TAG_SUFFIXES='adoptopenjdk8,jdk8,ubuntu,ubuntu-18.04-adoptopenjdk8'
|
||||||
|
- docker login --username ${DOCKER_USERNAME} --password ${DOCKER_PASSWORD}
|
||||||
- python /usr/src/app/run.py --create
|
- python /usr/src/app/run.py --create
|
||||||
branches:
|
branches:
|
||||||
base-6-adoptopenjdk8:
|
base-6-adoptopenjdk8:
|
||||||
- step:
|
- step:
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
script:
|
script:
|
||||||
- git remote set-url origin ${BITBUCKET_GIT_HTTP_ORIGIN}
|
- export BASE_VERSION='6'
|
||||||
- git fetch --all
|
|
||||||
- export BASE_BRANCH='base-6-adoptopenjdk8'
|
|
||||||
- export MAC_PRODUCT_KEY='confluence'
|
|
||||||
- export DOCKERFILE_VERSION_STRING='CONFLUENCE_VERSION'
|
|
||||||
- export DEFAULT_RELEASE='true'
|
- export DEFAULT_RELEASE='true'
|
||||||
- export ADDITIONAL_TAG_SUFFIXES='ubuntu,ubuntu-18.04-adoptopenjdk8'
|
- export DOCKER_REPO='atlassian/confluence-server'
|
||||||
|
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
|
||||||
|
- export MAC_PRODUCT_KEY='confluence'
|
||||||
|
- export TAG_SUFFIXES='adoptopenjdk8,jdk8,ubuntu,ubuntu-18.04-adoptopenjdk8'
|
||||||
|
- docker login --username ${DOCKER_USERNAME} --password ${DOCKER_PASSWORD}
|
||||||
- python /usr/src/app/run.py --update
|
- python /usr/src/app/run.py --update
|
Loading…
Reference in New Issue
Block a user