From 8d215905e9482994b060080d12e9a528de47fb6b Mon Sep 17 00:00:00 2001 From: Eugene Ivantsov Date: Wed, 12 Jun 2024 04:59:51 +0000 Subject: [PATCH] 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 --- bitbucket-pipelines.yml | 600 +++++++++++++++++++++++++++++-------- bitbucket-pipelines.yml.j2 | 15 +- 2 files changed, 492 insertions(+), 123 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 56d8e3f..032bc56 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -34,6 +34,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 \ @@ -49,7 +51,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -59,6 +62,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 \ @@ -74,7 +79,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -84,6 +90,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 \ @@ -99,7 +107,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -109,6 +118,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 \ @@ -124,7 +135,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -134,6 +146,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 \ @@ -149,7 +163,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -159,6 +174,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 \ @@ -174,7 +191,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -184,6 +202,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 \ @@ -199,7 +219,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -209,6 +230,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 \ @@ -224,7 +247,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -234,6 +258,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 \ @@ -248,7 +274,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -258,6 +285,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 \ @@ -272,7 +301,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -282,6 +312,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 \ @@ -296,7 +328,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -306,6 +339,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 \ @@ -320,7 +355,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -330,6 +366,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 \ @@ -344,7 +382,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -354,6 +393,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 \ @@ -368,7 +409,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -378,6 +420,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 \ @@ -392,7 +436,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -402,6 +447,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 \ @@ -416,7 +463,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -426,6 +474,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 \ @@ -441,7 +491,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -451,6 +502,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 \ @@ -466,7 +519,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -476,6 +530,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 \ @@ -491,7 +547,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -501,6 +558,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 \ @@ -516,7 +575,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -526,6 +586,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 \ @@ -541,7 +603,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -551,6 +614,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 \ @@ -566,7 +631,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -576,6 +642,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 \ @@ -591,7 +659,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -601,6 +670,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 \ @@ -616,7 +687,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -626,6 +698,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 \ @@ -641,7 +715,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -651,6 +726,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 \ @@ -666,7 +743,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -676,6 +754,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 \ @@ -691,7 +771,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -701,6 +782,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 \ @@ -716,7 +799,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -726,6 +810,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 \ @@ -741,7 +827,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -751,6 +838,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 \ @@ -766,7 +855,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -776,6 +866,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 \ @@ -791,7 +883,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -801,6 +894,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 \ @@ -816,7 +911,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -826,6 +922,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 \ @@ -839,7 +937,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -849,6 +948,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 \ @@ -862,7 +963,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -872,6 +974,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 \ @@ -885,7 +989,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -895,6 +1000,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 \ @@ -908,7 +1015,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -918,6 +1026,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 \ @@ -931,7 +1041,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -941,6 +1052,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 \ @@ -954,7 +1067,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -964,6 +1078,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 \ @@ -977,7 +1093,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -987,6 +1104,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 \ @@ -1000,7 +1119,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 @@ -1086,6 +1206,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 \ @@ -1101,7 +1223,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1111,6 +1234,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 \ @@ -1126,7 +1251,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1136,6 +1262,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 \ @@ -1151,7 +1279,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1161,6 +1290,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 \ @@ -1176,7 +1307,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1186,6 +1318,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 \ @@ -1201,7 +1335,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1211,6 +1346,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 \ @@ -1226,7 +1363,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1236,6 +1374,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 \ @@ -1251,7 +1391,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1261,6 +1402,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 \ @@ -1276,7 +1419,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1286,6 +1430,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 \ @@ -1300,7 +1446,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1310,6 +1457,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 \ @@ -1324,7 +1473,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1334,6 +1484,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 \ @@ -1348,7 +1500,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1358,6 +1511,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 \ @@ -1372,7 +1527,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1382,6 +1538,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 \ @@ -1396,7 +1554,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1406,6 +1565,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 \ @@ -1420,7 +1581,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1430,6 +1592,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 \ @@ -1444,7 +1608,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1454,6 +1619,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 \ @@ -1468,7 +1635,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1478,6 +1646,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 \ @@ -1493,7 +1663,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1503,6 +1674,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 \ @@ -1518,7 +1691,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1528,6 +1702,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 \ @@ -1543,7 +1719,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1553,6 +1730,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 \ @@ -1568,7 +1747,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1578,6 +1758,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 \ @@ -1593,7 +1775,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1603,6 +1786,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 \ @@ -1618,7 +1803,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1628,6 +1814,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 \ @@ -1643,7 +1831,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1653,6 +1842,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 \ @@ -1668,7 +1859,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1678,6 +1870,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 \ @@ -1693,7 +1887,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1703,6 +1898,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 \ @@ -1718,7 +1915,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1728,6 +1926,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 \ @@ -1743,7 +1943,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1753,6 +1954,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 \ @@ -1768,7 +1971,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1778,6 +1982,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 \ @@ -1793,7 +1999,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1803,6 +2010,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 \ @@ -1818,7 +2027,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1828,6 +2038,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 \ @@ -1843,7 +2055,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1853,6 +2066,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 \ @@ -1868,7 +2083,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1878,6 +2094,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 \ @@ -1891,7 +2109,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1901,6 +2120,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 \ @@ -1914,7 +2135,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1924,6 +2146,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 \ @@ -1937,7 +2161,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1947,6 +2172,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 \ @@ -1960,7 +2187,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1970,6 +2198,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 \ @@ -1983,7 +2213,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -1993,6 +2224,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 \ @@ -2006,7 +2239,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2016,6 +2250,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 \ @@ -2029,7 +2265,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2039,6 +2276,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 \ @@ -2052,7 +2291,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 @@ -2063,6 +2303,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 \ @@ -2078,7 +2320,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2088,6 +2331,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 \ @@ -2103,7 +2348,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2113,6 +2359,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 \ @@ -2128,7 +2376,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2138,6 +2387,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 \ @@ -2153,7 +2404,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2163,6 +2415,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 \ @@ -2178,7 +2432,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2188,6 +2443,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 \ @@ -2203,7 +2460,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2213,6 +2471,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 \ @@ -2228,7 +2488,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2238,6 +2499,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 \ @@ -2253,7 +2516,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2263,6 +2527,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 \ @@ -2277,7 +2543,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2287,6 +2554,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 \ @@ -2301,7 +2570,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2311,6 +2581,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 \ @@ -2325,7 +2597,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2335,6 +2608,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 \ @@ -2349,7 +2624,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2359,6 +2635,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 \ @@ -2373,7 +2651,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2383,6 +2662,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 \ @@ -2397,7 +2678,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2407,6 +2689,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 \ @@ -2421,7 +2705,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2431,6 +2716,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 \ @@ -2445,7 +2732,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2455,6 +2743,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 \ @@ -2470,7 +2760,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2480,6 +2771,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 \ @@ -2495,7 +2788,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2505,6 +2799,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 \ @@ -2520,7 +2816,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2530,6 +2827,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 \ @@ -2545,7 +2844,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2555,6 +2855,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 \ @@ -2570,7 +2872,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2580,6 +2883,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 \ @@ -2595,7 +2900,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2605,6 +2911,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 \ @@ -2620,7 +2928,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2630,6 +2939,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 \ @@ -2645,7 +2956,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2655,6 +2967,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 \ @@ -2670,7 +2984,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2680,6 +2995,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 \ @@ -2695,7 +3012,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2705,6 +3023,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 \ @@ -2720,7 +3040,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2730,6 +3051,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 \ @@ -2745,7 +3068,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2755,6 +3079,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 \ @@ -2770,7 +3096,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2780,6 +3107,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 \ @@ -2795,7 +3124,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2805,6 +3135,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 \ @@ -2820,7 +3152,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2830,6 +3163,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 \ @@ -2845,7 +3180,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2855,6 +3191,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 \ @@ -2868,7 +3206,8 @@ pipelines: --job-offset='0' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2878,6 +3217,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 \ @@ -2891,7 +3232,8 @@ pipelines: --job-offset='1' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2901,6 +3243,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 \ @@ -2914,7 +3258,8 @@ pipelines: --job-offset='2' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2924,6 +3269,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 \ @@ -2937,7 +3284,8 @@ pipelines: --job-offset='3' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2947,6 +3295,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 \ @@ -2960,7 +3310,8 @@ pipelines: --job-offset='4' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2970,6 +3321,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 \ @@ -2983,7 +3336,8 @@ pipelines: --job-offset='5' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -2993,6 +3347,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 \ @@ -3006,7 +3362,8 @@ pipelines: --job-offset='6' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 - step: @@ -3016,6 +3373,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 \ @@ -3029,7 +3388,8 @@ pipelines: --job-offset='7' \ --jobs-total='8' \ --docker-repos='atlassian/confluence' \ - --push + --push \ + --platforms=linux/amd64,linux/arm64 custom-release: diff --git a/bitbucket-pipelines.yml.j2 b/bitbucket-pipelines.yml.j2 index 3d5d349..343382d 100644 --- a/bitbucket-pipelines.yml.j2 +++ b/bitbucket-pipelines.yml.j2 @@ -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 %}