Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Docker Win-Msys-image fails

A182650
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 22, 2019

The CI passes on Linux but then failes on windows.
It failes right after downloading the image on sh command.



Fail msg:

Error

failed to create containerd task: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/bin/sh\": stat /bin/sh: no such file or directory": unknown

This is the YAML file:

pipelines:
default:
- step:
name: Linux
image: rikorose/gcc-cmake:latest
script:
    - cmake --version
    - gcc --version
    - cd code
    - mkdir build
    - cd build
    - cmake -G "Unix Makefiles" -DUSE_LINUX=1 ..
    - make
    - cd ProgramExe
    - ls
    - ./run

- step:
name: Windows
image: mback2k/windows-buildbot-msys2:latest_1803
script: 
    - cmake --version
    - gcc --version
    - cd code
    - mkdir build
    - cd build
    - cmake -G "Unix Makefiles" -DUSE_WIN64=1 ..
    - make
    - cd ProgramExe
    - ls
    - ./run.exe


1 answer

0 votes
mkleint
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 9, 2019

Bitbucket pipelines doesn't support running windows images.

https://jira.atlassian.com/browse/BCLOUD-13452

A182650
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 10, 2019

Thx! Answer very much appreciated!
I discovered this minor feature (of supporting Windows) Missing on forum.
Incredible to not have big signs on website clarifying this. 
(Invested weeks in trying to make it work.)

mkleint
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 21, 2019

It's mentioned on the page discussing limitations of Bitbucket Pipelines - https://confluence.atlassian.com/bitbucket/limitations-of-bitbucket-pipelines-827106051.html

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events