-
Notifications
You must be signed in to change notification settings - Fork 212
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
Offline Environment Error: Unable to Pull Mongo Image in Porter v1.1.0 #3198
Comments
@sgettys I seem to remember you talking about this some time ago. What was the output of that? Can't remember |
I also experience it with Looking at the documentation there is mention of mongo in the Porter Config File, but its not clear to me what else it can be set to. I also tried pulling the |
I found some more useful docs here. Looks like I may be able to just run mongo and connect to it by updating my porter config. |
I believe I've come up with a work-around. This obviously doesn't solve all the other offline issues like mixins, but it does appear as though the Steps:
Result:
|
Describe the bug
When using Porter in an offline environment, it attempts to pull the
mongo:4.0-xenial
image, resulting in an error due to the lack of internet connectivity. This prevents the successful execution of Porter commands that rely on this image.To Reproduce
Steps to reproduce the behavior:
porter list
.mongo:4.0-xenial
image.Expected behavior
I expected the
porter list
command to execute successfully and list the installations without attempting to pull any external dependencies, as the environment is offline.Porter Command and Output
Version
The text was updated successfully, but these errors were encountered: