-
Notifications
You must be signed in to change notification settings - Fork 32
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
Docker version #49
Comments
Thank you for your feedback. We don't currently have any plans to create a Docker image, as we install it via Bundler or Ruby's |
+1 There are a few unofficial Docker images that have been created by the community, but I'd also love to see an "official" Docker image that's published by Civis. The use-case is simply having an entirely self-contained version of the CLI that encapsulates all dependencies (Ruby, etc.) without any risk of version conflicts, incompatibility, etc. |
I went ahead and created a Docker image for myself. Feel free to copy this one and publish it as the "official" image if you want. |
@BigstickCarpet can you open pull request? |
@AssafKatz - There are (at least) four steps that need to be taken. I could submit a PR, but it would only take care of the first step. Step 1 - Create a Dockerfile Step 2 - Add tests Unfortunately, I don't know Ruby, and I'm not familiar with Rake or Bundler. So I don't know how to write these tests. Step 3 - Publish the Docker image to DockerHub Step 4 - Publish new Docker images for each new release |
@BigstickCarpet |
Hi,
This seems to be good for CI, but requires manual installation. Is it possible to create Docker image for it?
Thanks,
Assaf
The text was updated successfully, but these errors were encountered: