-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix CLI command to enable starting the proxy from within Docker #77
Conversation
135669f
to
1d5a079
Compare
1d5a079
to
1c0b8a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
That being said, while we're at it, do you mind also adding rolo
as a dependency to the localstack-extension-aws-replicator
package, and locking its version to <=0.6
? If not, I'll have a separate PR created after this.
@RobertLucian not sure this is required at this point. Things are a bit in flux right now, admittedly (couple of package renamings and refactorings recently), but with the upcoming LocalStack 3.6.0 release this week things should stabilize again. I would suggest to better be forward-compatible and ask customers to upgrade to the |
Just chiming in here concerning the rolo pin: |
Thanks @alexrashed for the additional insights here! Agreed that LS runtime dependencies should not be included or pinned by extensions, makes total sense. 👍 (That's why we have |
@alexrashed @whummer got it. The only problem I've noticed is that installing the latest What's the best way to ensure that the AWS Replicator extension works as expected and is straightforward to install and run? |
Update environment check to use SDK Docker client and enable starting the proxy from within Docker.
The main use case is the ability to run the proxy container from within the LocalStack main container as part of an init script. /cc @RobertLucian