Skip to content

Commit

Permalink
azure: update sku in Dockerfile to CVM
Browse files Browse the repository at this point in the history
With the switch to CVMs on Azure, we need to chose the right
SKU offering for Ubuntu CVMs.

Fixes #928

Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen authored and bpradipt committed May 11, 2023
1 parent 6a3f7ce commit c755dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ ARG GALLERY_NAME=caaubntcvmsGallery
ARG GALLERY_IMAGE_DEF_NAME=cc-image
ARG SSH_USERNAME=peerpod
ARG PUBLISHER=Canonical
ARG OFFER=0001-com-ubuntu-minimal-jammy
ARG SKU=minimal-22_04-lts
ARG OFFER=0001-com-ubuntu-confidential-vm-jammy
ARG SKU=22_04-lts-cvm
ARG PLAN_NAME
ARG PLAN_PRODUCT
ARG PLAN_PUBLISHER
Expand Down

0 comments on commit c755dc7

Please sign in to comment.