oras icon indicating copy to clipboard operation
oras copied to clipboard

Image pushed to ACR is not letting us create containers saying "doesnt support specified OS Windows"

Open kkarmakarMS opened this issue 1 year ago • 3 comments

What happened in your environment?

We pushed an image to ACR using the oras client and the ACR push was successful. When we tried to create an ACI container out of it, we get an error message: {"error":{"code":"ImageOsTypeNotMatchContainerGroup","message":"The container image 'mcr.microsoft.com/automationsandbox/powershell:5.1-1.0.02662.922' doesn't support specified OS 'Windows' for container group '<some CG name>'."}}

What did you expect to happen?

Expecting that the ACI container group would successfully be created. Same image artifact pushed to MCR using crane client worked: mcr.microsoft.com/automationsandbox/powershell:5.1-1.0.02662.921

How can we reproduce it?

Try creating an ACI container group for this image pushed to MCR: mcr.microsoft.com/automationsandbox/powershell:5.1-1.0.02662.922 During the container creation API call to ACI, ensure to mention "OsType" property as "Windows"

What is the version of your ORAS CLI?

https://github.com/oras-project/oras/releases/download/v1.1.0/oras_1.1.0_linux_amd64.tar.gz

What is your OS environment?

A container created from this image performs the push: mcr.microsoft.com/onebranch/cbl-mariner/build:2.0

Are you willing to submit PRs to fix it?

  • [ ] Yes, I am willing to fix it.

kkarmakarMS avatar Apr 17 '24 05:04 kkarmakarMS

Had a discussion offline with @kkarmakarMS. To push an image from a local OCI image layout tarball to a registry, oras cp should be used instead of oras push.

qweeah avatar Apr 18 '24 02:04 qweeah

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] avatar Jun 18 '24 01:06 github-actions[bot]

This issue was closed because it has been stalled for 30 days with no activity.

github-actions[bot] avatar Jul 18 '24 01:07 github-actions[bot]