Merged in DCD-1253-fix-alpine (pull request #86)

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

Approved-by: Geoff Jacobs
Approved-by: Nasser Ghazali-Beiklar
This commit is contained in:
Steve Smith 2021-03-29 04:49:42 +00:00
commit ebb81ad5fb
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': {