-
Notifications
You must be signed in to change notification settings - Fork 26
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
Dockerize PenguinDome and update the wipe script #31
Comments
The DockerFile
|
The updated wipe.sh
|
Hi, this issue is 3 years old, sorry to sort-of necrobump it but I would require a Docker build too. At the moment the proposed Dockerfile in PR does not work, and it doesn't seem trivial to make install script work. Any hope for help doing this ? Said differently : any idea of what may prevent success before I spend days trying the impossible ? Thank you for any advice ! |
I don't see any reason why the PD server would be particularly difficult to Dockerize. I haven't done it because (a) I am not actively using PenguinDome right now and (b) I'm an old fogey who has thus far avoided having to deal with Docker in any substantial way and would rather not start now. ;-) I'm happy to accept a PR. |
Great ! |
I had to dockerize penguinDome and deploy it on our kubernetes cluster and would like to push the DockerFile to make it easier for anyone who wants to do the same in the future.
I also updated the wipe.sh to use shred also I changed the order of operations to avoid potentially having dummy files.
I also have the helm chart, which I would need to change a bit, but I should be able to push in the future as well.
The text was updated successfully, but these errors were encountered: