DCD-1253: Fix typo and missing flag for the target dockerfile.

This commit is contained in:
Steve Smith 2021-03-29 15:29:57 +11:00
parent c00cd6c978
commit e1582a4ed3
3 changed files with 147 additions and 73 deletions

File diff suppressed because it is too large Load Diff

View File

@ -45,6 +45,7 @@ pipelines:
{% if appdata.default_release %}
--default-release \
{% endif %}
--dockerfile='{{ appdata.dockerfile }}' \
--dockerfile-buildargs='BASE_IMAGE={{ appdata.base_image }}' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
@ -96,6 +97,7 @@ pipelines:
{% if appdata.default_release %}
--default-release \
{% endif %}
--dockerfile='{{ appdata.dockerfile }}' \
--dockerfile-buildargs='BASE_IMAGE={{ appdata.base_image }}' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \

View File

@ -4,7 +4,7 @@ import os
import jinja2 as j2
TEMPLATE_FILE = 'bitbucket-pipelines.yml.j2'
REPOS = ['atlassian/confluence', 'atlassian/confluenec-servert']
REPOS = ['atlassian/confluence', 'atlassian/confluence-server']
images = {
'Confluence Alpine': {