Skip to content

Commit

Permalink
Remove Windows Docker VHD build check (Azure#5104)
Browse files Browse the repository at this point in the history
* Remove Windows Docker VHD build check

* remove docker from publish pipeline
  • Loading branch information
CecileRobertMichon authored Aug 17, 2023
1 parent cdaa9c3 commit ed867bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
17 changes: 0 additions & 17 deletions .pipelines/vhd-build-publish-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ stages:
containerRuntime: containerd
windowsServerVersion: 2019

- stage: build_2019_docker
dependsOn: []
jobs:
- template: vhd-builder-windows-template.yaml
parameters:
containerRuntime: docker
windowsServerVersion: 2019

- stage: publish_2019_containerd
dependsOn: build_2019_containerd
jobs:
Expand All @@ -27,12 +19,3 @@ stages:
containerRuntime: containerd
skuPrefix: '2019-datacenter-core-ctrd'
windowsServerVersion: 2019

- stage: publish_2019_docker
dependsOn: build_2019_docker
jobs:
- template: vhd-publish-template.yaml
parameters:
containerRuntime: docker
skuPrefix: '2019-datacenter-core-smalldisk'
windowsServerVersion: 2019
8 changes: 0 additions & 8 deletions .pipelines/vhd-builder-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@ stages:
containerRuntime: containerd
windowsServerVersion: 2019

- stage: build_2019_docker
dependsOn: []
jobs:
- template: vhd-builder-windows-template.yaml
parameters:
containerRuntime: docker
windowsServerVersion: 2019

0 comments on commit ed867bb

Please sign in to comment.