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

Consider sharing a docker image for this #25

Open
armandabric opened this issue Apr 6, 2016 · 8 comments
Open

Consider sharing a docker image for this #25

armandabric opened this issue Apr 6, 2016 · 8 comments

Comments

@armandabric
Copy link

I do not do PHP development anymore, so I can't use this easily. Could you provide a docker container to allow using it without the need of the PHP runtime?

@stephpy
Copy link
Collaborator

stephpy commented Apr 6, 2016

You have to edit vaultage source code ?
Else, just use the .phar https://github.com/rezzza/vaultage#installation

@armandabric
Copy link
Author

Using the phar require a local PHP with the good extension locally installed. With docker we could avoid this kind of local dependencies.

For now I install PHP from brew and use composer global install feature.

I could give a try on a docker image when the issue #26 will be fixed.

@shouze
Copy link
Contributor

shouze commented Apr 6, 2016

@Spy-Seth I've already investigated in this direction, but not that easy in fact as you have to forward your gpg-agent socket to the containairized vaultage.

@stephpy yes just the .phar is ok if you have a php binary available with the right requirements on your own machine. docker is great to bundle a software without the need of any dependencies, it just work™.

@stephpy
Copy link
Collaborator

stephpy commented Apr 6, 2016

You're using a docker container for all of your binary/libraries ?

:D

@shouze
Copy link
Contributor

shouze commented Apr 6, 2016

@stephpy yes, already true for package dependency managers, for encryption it's maybe another deal in fact, it depends on how things are done. It's a hot subject on my side ATM, I will tell you how I'll manage that ;)

@gmorel
Copy link
Contributor

gmorel commented Jul 5, 2016

@shouze Did you manage to get it work through a container ?

@shouze
Copy link
Contributor

shouze commented Jul 5, 2016

@gmorel in fact we've moved to https://www.vaultproject.io/ as we wanted security as a service & vault is far more complete (vault unseal then various ACL backends).

@gmorel
Copy link
Contributor

gmorel commented Jul 5, 2016

Nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants