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

Dockerfile and example docker-compose #2

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

Conversation

michaeljs1990
Copy link

This is a Dockerfile that builds all services needed to run dominator on-prem. I also added an example docker-compose file. To get it working you would need to do a little bit of work to generate your certs as well as configure filegen and mdbd for your needs.

@michaeljs1990
Copy link
Author

We might also want to add an ssh known hosts file with githubs keys since this causes the build to hang waiting for a prompt right now.

FROM golang:buster AS builder

ENV APP /go/src/Dominator
ENV COMMIT ee0024f8ccc1ce647137e1c75dc68f40e19c0ed2
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have any plan to start making release tags in dominator? We could start pushing versioned images to docker hub then.

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