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

Dockerization #115

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Dockerization #115

wants to merge 24 commits into from

Conversation

kares
Copy link
Contributor

@kares kares commented Jul 15, 2021

This work is an dockerization effort for running Jarvis.

Jarvis uses Lita which depends on Redis being present on localhost:6379.
We're using the legacy network_mode: host to be able to run a single Docker image,
alternatively a docker-compose.yml is present with another image exposing Redis to localhost.

Jarvis was running on MRI but assumes some of it's external process (plugin publishing) task to be run with JRuby.
The duality is maintained and both Rubies are installed in the generated image, the default Ruby being JRuby.

The resulting image depends on 3 (private) tokens provided from as environment variables for it's operations:

  • SLACK_TOKEN
  • GITHUB_TOKEN
  • GEM_HOST_API_KEY

p.s. Lita has been upgraded from 4.7.1 (that was running previously on AWS) to latest 4.8.0.

@kares kares marked this pull request as ready for review July 20, 2021 09:24
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

Successfully merging this pull request may close these issues.

1 participant