mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Merged in CLIP-1885-confluence-multi-platform-tags (pull request #166)
CLIP-1885: Update Confluence pipelines to produce multi platform tags * Update Confluence pipelines to produce multi platform tags Approved-by: Adam Brokes
This commit is contained in:
parent
72373826d6
commit
8d215905e9
File diff suppressed because it is too large
Load Diff
@ -37,6 +37,8 @@ pipelines:
|
||||
script:
|
||||
- git submodule update --init --recursive
|
||||
- echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin
|
||||
- docker buildx create --name container --driver docker-container --use
|
||||
- docker buildx ls
|
||||
- >
|
||||
python /usr/src/app/make-releases.py \
|
||||
--update \
|
||||
@ -59,7 +61,8 @@ pipelines:
|
||||
--job-offset='{{ offset }}' \
|
||||
--jobs-total='{{ batches }}' \
|
||||
--docker-repos='{{ appdata.docker_repos|join(',') }}' \
|
||||
--push
|
||||
--push \
|
||||
--platforms=linux/amd64,linux/arm64
|
||||
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
@ -151,6 +154,8 @@ pipelines:
|
||||
script:
|
||||
- git submodule update --init --recursive
|
||||
- echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin
|
||||
- docker buildx create --name container --driver docker-container --use
|
||||
- docker buildx ls
|
||||
- >
|
||||
python /usr/src/app/make-releases.py \
|
||||
--create \
|
||||
@ -173,7 +178,8 @@ pipelines:
|
||||
--job-offset='{{ offset }}' \
|
||||
--jobs-total='{{ batches }}' \
|
||||
--docker-repos='{{ appdata.docker_repos|join(',') }}' \
|
||||
--push
|
||||
--push \
|
||||
--platforms=linux/amd64,linux/arm64
|
||||
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
@ -190,6 +196,8 @@ pipelines:
|
||||
script:
|
||||
- git submodule update --init --recursive
|
||||
- echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin
|
||||
- docker buildx create --name container --driver docker-container --use
|
||||
- docker buildx ls
|
||||
- >
|
||||
python /usr/src/app/make-releases.py \
|
||||
--create-eap \
|
||||
@ -212,7 +220,8 @@ pipelines:
|
||||
--job-offset='{{ offset }}' \
|
||||
--jobs-total='{{ batches }}' \
|
||||
--docker-repos='{{ appdata.docker_repos|join(',') }}' \
|
||||
--push
|
||||
--push \
|
||||
--platforms=linux/amd64,linux/arm64
|
||||
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user