You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome @screado ! Feel free to reach out to Community if you ever need help :)
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.