ci(azure-pipelines): disable DockerTaskTest

This commit is contained in:
Sarah Vaupel 2024-11-10 02:32:01 +01:00
parent 38efd413d2
commit a97036ea7b

View File

@ -16,18 +16,18 @@ jobs:
echo Add other tasks to build, test, and deploy your project. echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml echo See https://aka.ms/yaml
displayName: 'Run a multi-line script' displayName: 'Run a multi-line script'
- job: DockerTaskTest # - job: DockerTaskTest
container: # container:
image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04' # image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04'
endpoint: devfra # endpoint: devfra
steps: # steps:
- task: Docker@2 # - task: Docker@2
displayName: Image build test # displayName: Image build test
inputs: # inputs:
command: buildAndPush # command: buildAndPush
Dockerfile: docker/backend/Dockerfile # Dockerfile: docker/backend/Dockerfile
buildContext: . # buildContext: .
tags: backend # tags: backend
- job: BuildKitTest - job: BuildKitTest
container: container:
image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1' image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'