Closed pabz616 closed 1 year ago
Could you try this pull request which may fix this issue?: https://github.com/RhinoSecurityLabs/cloudgoat/pull/123
cd cloudgoat
git fetch origin pull/123/head:bug/docker-fix-non-amd64
git checkout bug/docker-fix-non-amd64
Then attempt to go through the setup and steps to reproduce your issue.
@DaveYesland - no luck; same error. I've seen this type of error before and it has something to do with the Docker yml file, but I can't seem to locate linux/amd64
anywhere.
@pabz616
Although the root cause is still under investigation. A potential work-a-round has been discovered. Let me know if this works for you!
The steps of the work-a-round:
Download the cloudgoat git repository.
git clone https://github.com/RhinoSecurityLabs/cloudgoat
cd cloudgoat
Build the cloudgoat Docker Image, locally.
docker build -t cloudgoat .
Run the local cloudgoat docker image as a container.
docker run -it cloudgoat
Testing Environment Mac M1
Thank you @nobodynate for helping with this issue!
Yatzee! No errors for building the app
Description Encountered the following error during CloudGoat environment setup
WARNING: The requested image's platform (linux/amd64/) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Commit e0338d9
System Mac M1, running Ventura 13.3
Steps
Expected Result
Actual Result
(apologies for the quality of the image, this is not cropped)
Workaround I repeated the steps in my Kali Linux VM and got different errors, unrelated to this (separate ticket)