You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2024. It is now read-only.
When I run make build on the tutorial, I get a build error. The error message tells me that it found a preexisting AWS CLI installation. The AWS CLI is not currently installed on my machine.
Expected Behavior
The make build step described in the Atmos Tutorial complete correctly.
Steps to Reproduce
Steps to reproduce the behavior:
Clone the repo with git clone [email protected]:cloudposse/tutorials.git
@oddietaco Thanks for opening + apologies on this one! Our geodesic image version is pointing at debian-latest which means we're always keeping up-to-date, but of course things can break. The latest geodesic now installs AWS CLI V2 by default, which means we no longer need to install it as part of the cloudposse/tutorials image. We've since removed that in #8 and we're now properly building that image here so you can skip building it yourself: https://hub.docker.com/r/cloudposse/tutorials/tags?page=1&ordering=last_updated
I'm going to close this as I believe those two things address this. Please feel free to reopen if I'm mistaken or open a new issue and ping me if you run into something else!
Describe the Bug
When I run
make build
on the tutorial, I get a build error. The error message tells me that it found a preexisting AWS CLI installation. The AWS CLI is not currently installed on my machine.Expected Behavior
The
make build
step described in the Atmos Tutorial complete correctly.Steps to Reproduce
Steps to reproduce the behavior:
git clone [email protected]:cloudposse/tutorials.git
make init
make build
Logs
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
The text was updated successfully, but these errors were encountered: