update all builds to push the multiarch manifest
This commit is contained in:
parent
91dae69cc7
commit
ad7d33968f
@ -73,3 +73,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: basket.api
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
|
@ -73,3 +73,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: catalog.api
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
|
@ -73,3 +73,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: identity.api
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
|
@ -73,3 +73,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: locations.api
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
|
@ -73,3 +73,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: marketing.api
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
|
@ -72,4 +72,9 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: mobileshoppingagg
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
|
||||
|
@ -17,7 +17,6 @@ jobs:
|
||||
- bash: |
|
||||
mkdir -p ~/.docker
|
||||
echo '{ "experimental": "enabled" }' > ~/.docker/config.json
|
||||
docker login -u $(DOCKER_USER) -p $(DOCKER_PASSWORD)
|
||||
docker --config ~/.docker manifest create eshop/${{ parameters.image }}:${{ parameters.branch }} eshop/${{ parameters.image }}:linux-${{ parameters.branch }} eshop/${{ parameters.image }}:win-${{ parameters.branch }}
|
||||
docker --config ~/.docker manifest create eshop/${{ parameters.image }}:latest eshop/${{ parameters.image }}:linux-latest eshop/${{ parameters.image }}:win-latest
|
||||
displayName: 'Create Manifest'
|
||||
|
@ -75,3 +75,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: ordering.api
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
@ -73,3 +73,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: payment.api
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
@ -72,3 +72,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webshoppingagg
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
@ -73,3 +73,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webhooks.api
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
@ -73,3 +73,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)v
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webhooks.client
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
@ -73,3 +73,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webmvc
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
@ -75,3 +75,8 @@ jobs:
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
NODE_IMAGE=stefanscherer/node-windows:8.11
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webspa
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
@ -73,3 +73,8 @@ jobs:
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webstatus
|
||||
branch: $(Build.SourceBranchName)
|
||||
registryEndpoint: $(registryEndpoint)
|
Loading…
x
Reference in New Issue
Block a user