Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloudposse/tutorials image does not support ARM64 #412

Open
whyevenquestion1t opened this issue Jul 21, 2023 · 0 comments
Open

cloudposse/tutorials image does not support ARM64 #412

whyevenquestion1t opened this issue Jul 21, 2023 · 0 comments
Labels
bug 🐛 An issue with the system

Comments

@whyevenquestion1t
Copy link

Describe the Bug

I've been following this tutorial and the command that's supposed to pull tutorials image is not working, but instead, gives me an error no matching manifest for linux/arm64/v8 in the manifest list entries

I tried building the image myself with a sudo docker build . command since I have cloned the repo, and it still gives me an error.

I am using a Mac with M1 chip.

Correct me if I'm wrong here.

Expected Behavior

Image pulls and starts successfully AND image builds and starts successfully

Steps to Reproduce

Go to the atmos getting started tutorial and run this command on M1 chip:

docker run -it \ --rm \ --volume "$HOME":/localhost \ --volume "$PWD":/tutorials \ --name sweetops-tutorials \ cloudposse/tutorials:latest;

Screenshots

Pulling an image ERROR:
image

Building an image locally from a dockerfile ERROR:
image

Environment

No response

Additional Context

This is my first issue ever submitted in an open source community. I treat feedback as a gift and am willing to learn, so don't hold back and feel free to ask me for help.

A possible solution would be to upload an image that supports both architectures (arm64 and x86) to docker hub.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

1 participant