confidential-containers / cloud-api-adaptor

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
Apache License 2.0
47 stars 78 forks source link

azure peerpod image on northeurope #1690

Open aep opened 7 months ago

aep commented 7 months ago

Hi,

could someone push the image to northeurope?

{
  "error": {
    "code": "GalleryImageNotFound",
    "message": "\"The gallery image /CommunityGalleries/cococommunity-42d8482d-92cd-415b-b332-7648bd978eff/Images/peerpod-podvm-ubuntu2204-cvm-snp/Versions/0.8.0 is not available in northeurope region. Please contact image owner to replicate to this region, or change your requested region.\"",
    "target": "imageReference"
  }
}

i tried building it myself according to https://github.com/confidential-containers/cloud-api-adaptor/blob/main/azure/build-image.md

but the script assumes push access to quay

kartikjoshi21 commented 7 months ago

@aep please refer to this comment . You can add replication region in packer config to push it. Also you should use your personal quay credentials in case you want to build local image. The official gallery is supposed to be used for released images only.