cloudgoat
cloudgoat copied to clipboard
Docker image is amd64 but uses Terraform arm64 version
I'm getting an error when trying to run any command in the Docker image: OSError: [Errno 8] Exec format error: 'terraform'
The Dockerfile includes this line: RUN wget -O terraform.zip 'httpx://releases.hashicorp.com/terraform/0.15.1/terraform_0.15.1_linux_arm64.zip' \
Shouldn't this be amd64?
I think that was the intent, although we probably really need to detect this automatically now that macOS has switched to arm?
Do you mind testing PR #123 and let me know if that works for you?
Closed for inactivity