mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCD-1253: Fix typo and missing flag for the target dockerfile.
This commit is contained in:
parent
c00cd6c978
commit
e1582a4ed3
File diff suppressed because it is too large
Load Diff
@ -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' \
|
||||
|
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user