I am attempting to set up a Bitbucket Pipeline for a Windows image (since we are using IAR embedded workbench as our build environment - https://www.iar.com/iar-embedded-workbench/ )
in my bitbucket account, I have pipelines enabled
I have a Docker hub account at https://hub.docker.com
I have installed docker on my Windows machine
I have created, at my local root C:\, a docker directory and created a trivial Dockerfile at C:\docker
I used PowerShell and built a docker image
I logged into my hub.docker.com account
I push the image to Docker hub
I specify the image in my bitbucket-pipelines.yml
The problem is that the build gives me the following error
what do I need to do so that the build for this trivial case passes? do I need to switch the server from linux to Windows? if so, how do I do that from within the Bitbucket environment?
Hi Auden,
As described on Limitations of Bitbucket Pipelines page
For now pipelines does not support building Windows, macOS, or iOS applications (watch the linked issues to receive updates).
You can only run Linux containers, but not windows ones
Kind Regards
Is it planned to integrate this? Until when? Is there an alternative?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ping this question for 2021?
Update: Seems to be in the works for self-hosted runners, not Atlassian's cloud & docker based runners, according to comments on https://jira.atlassian.com/browse/BCLOUD-13452.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oddly, the page referenced in the accepted answer, Limitations of Bitbucket Pipelines no longer mentions that Windows is not supported (or, really, that only Linux is supported) - but AFAICT Windows is still not supported.
OK, technically Windows builds are supported... on your own infrastructure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unless Bitbucket Pipelines supports windows containers, please indicate this in the Bitbucket Pipelines Limitations page. Given that many other threads on this subject reference the limitations page, its omission suggests that windows containers are now supported.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use Atlassian Bamboo.
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.