I am trying to pull in a docker image python:3.10.6-windowsservercore-ltsc2022 but I get an error failed to pull and unpack image "docker.io/library/python:3.10.6-windowsservercore-ltsc2022". What is the best way for me forward?
Hello @screado !
Thank you for reaching out to Community!
The image you are trying to download is for Windows architecture as you can see on the dockerhub page python/3.10.6-windowsservercore-ltsc2022.
Currently, Bitbucket pipelines only support the usage of Linux-based docker images, so this is the reason why the image you tried fails to be unpacked.
We do have a feature request to allow building Windows applications on pipelines as well :
I would suggest you to add your vote there, since this helps both developers and product managers to understand the interest. Also, make sure you add yourself as a watcher in case you want to receive first-hand updates from that ticket. Please note that all features are implemented with this policy in mind.
If you want to build a Windows application using pipelines, you can explore Windows Self-Hosted Runners . However, if you are not actually building a Windows application and does not require Windows features, you can change the image you are using to one that is based on Linux.
Thank you, @screado !
Patrik S
Thank you for the update.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.