Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Update pipeline image to Ubuntu 20.04 (#5066)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored Feb 8, 2023
1 parent 8e8f910 commit a557718
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pipelines/e2e-job-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
maxParallel: 0
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04

container: dev1

Expand Down
2 changes: 1 addition & 1 deletion .pipelines/pr-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
maxParallel: 0
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'Ubuntu 20.04'

container: dev1

Expand Down
2 changes: 1 addition & 1 deletion .pipelines/vhd-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
variables:
CONTAINER_IMAGE: 'mcr.microsoft.com/oss/azcu/go-dev:v1.34.7'
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'Ubuntu 20.04'
steps:
- script: |
docker run --rm \
Expand Down

0 comments on commit a557718

Please sign in to comment.