The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to run 32-bit linux application inside Docker containers in Bitbucket pipeline

hedin_hiervard
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!
April 24, 2021

On my host machine the command:

 

```

docker run -it --rm --entrypoint /home/steam/steamcmd/linux32/steamcmd

cm2network/steamcmd

```

runs just fine.

On the other hand, a Pipeline step:

```yml

- step:

  image: cm2network/steamcmd

  script:

  - /home/steam/steamcmd/linux32/steamcmd

```

fails with: 

```

bash: /home/steam/steamcmd/linux32/steamcmd: cannot execute binary file: Exec format error

```

I understand this is a 64/32 bit binary compat issue, but why is it running fine in a Docker container on my host machine and failing on Bitbucket pipeline?

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Deleted user
May 9, 2021

did you find a solution?

TAGS
AUG Leaders

Atlassian Community Events