-
Notifications
You must be signed in to change notification settings - Fork 1
manifest for phusion/baseimage:latest not found: manifest unknown: manifest unknown #8
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
Comments
can you tell me if putting |
their image still exits but indeed the tag "latest" seems to have disappear :/ https://registry.hub.docker.com/r/phusion/baseimage/tags |
Hi @allan-simon, Thanks for your help. :) You are correct, this fixed that problem:
Now I'm running into python 2 -> 3 issues, but that should be simple enough. pip3 is installing Ansible 2.9. I believe 2.5 and above supports python3 so I should be able to get it to work. If I get it going I'll send you a PR with the fixes. Have a great day! |
cool, can't wait to review it :) |
I resolved the python issues, cleaned up some deprecated Ansible stuff, and built the container. I can ssh in as vagrant or exec in. RLS is installed:
ls -l ~/.local/share/nvim/plugged
but deoplete does not seem to "running".
Is there some additional init/enable process to get autocomplete working? |
I think I will re-check the state of the art for "rust autocompletion in vim in 2020" , I think we can first merge your changes and from there I can try to make the autocompletion works again |
I submitted a PR. Here's one issue:
|
ok I've first merged it, we can figure from there how to fix the other issue :) |
Any updates? |
sorry got busy if i've not answered back can you ping me again on tuesday (I should have freetime by then) |
It's Wednesday: ping Hope all is going good. |
Any updates? |
When building the docker environment, following command failed with "manifest for phusion/baseimage:latest not found: manifest unknown" error. docker build -t personfinder-image . Seeing the issue below, putting the tag worked fine for me. - FROM phusion/baseimage + FROM phusion/baseimage:master-amd64 allan-simon/docker-dev-rust#8
You have the right idea, I hate how rust wants to just run amok and install crap everywhere. I have Ubuntu and rust is installed correctly via apt.
I don't think phusion exists anymore. :(
The text was updated successfully, but these errors were encountered: