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

0 votes
Deleted user May 9, 2021

did you find a solution?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events