-
Notifications
You must be signed in to change notification settings - Fork 0
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
add backup client (python) #4
Conversation
We need to add the dockerhub project ( @normanrz / @hotzenklotz ) and push the image there, also some tests would be nice (#5), but besides that it LGTM. |
I like about the mongo image that both server and tools are in the same image. Should we do the same? |
I think that makes the image for the client unnecessarily large, so I would avoid it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's wait for @normanrz review too, I changed to much myself
.circleci/config.yml
Outdated
command: docker build -t scalableminds/fossildb:${CIRCLE_BRANCH}__${CIRCLE_BUILD_NUM} . | ||
command: | | ||
docker build \ | ||
-t scalableminds/fossildb:${CIRCLE_BRANCH}__${CIRCLE_BUILD_NUM} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
No description provided.