gmacario / easy-jenkins

Easily deploy a Jenkins CI/CD infrastructure via docker-compose
MIT License
35 stars 9 forks source link

Install failed on Mac M1 #308

Open kamal2222ahmed opened 5 months ago

kamal2222ahmed commented 5 months ago

------
 > [myjenkins  7/11] RUN curl -o /usr/local/bin/docker-compose -fsSL     "https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m)" &&     chmod +x /usr/local/bin/docker-compose:
0.445 curl: (22) The requested URL returned error: 404
------
failed to solve: process "/bin/sh -c curl -o /usr/local/bin/docker-compose -fsSL     \"https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m)\" &&     chmod +x /usr/local/bin/docker-compose" did not complete successfully: exit code: ```
gmacario commented 5 months ago

Hello,

Thank you for the bug report. As a matter of fact I do not own a Mac M1 therefore I cannot reproduce it.

I checked on https://github.com/docker/compose/releases/1.22.0 and apparently this release was only available for x86_64 architectures.

Would you be able to try upgrading docker-compose to a more recent release which provides -aarch64 binary artifacts and report the result?

https://github.com/docker/compose/releases