-
Notifications
You must be signed in to change notification settings - Fork 69
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
remove dependence on and references to db docker definition in delphi/operations
repo
#1000
Conversation
also some documentation updates we havent needed `dev/docker/database/Dockerfile` from `delphi/operations` since the v4 merge, which moved to building on a Percona container
…delphi/operations repo
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.
lgtm, happy to see our dependencies and Dockerfiles slowly get unified, instead of being split across multiple repos
@@ -78,7 +78,7 @@ web: | |||
@# Build the web_epidata image | |||
@cd repos/delphi/delphi-epidata;\ | |||
docker build -t delphi_web_epidata -f ./devops/Dockerfile .;\ | |||
cd ../../../ | |||
cd - |
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.
til: lifehack! productivity +100% 👍
tag #965 |
nice, didnt realize you had that issue open regarding the |
also some documentation updates we havent needed `dev/docker/database/Dockerfile` from `delphi/operations` since the v4 merge, which moved to building on a Percona container
…delphi/operations repo
…/delphi-epidata into rm_operations_database_docker
ugh, i made a mess of the commit history, but this should now be against the |
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.
diffs look the same as before, approving again
you can rebase, clean, and force push, if you want. i didn't check this PR locally |
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.
👍 j'approve
whoops, i let this languish for a month and a half, gonna merge now |
...or rather, i will merge when i get another approval |
this also furthers the goals of #965 |
fwiw, when i fixed the merge conflicts on this, i went with the |
delphi_database
fromci.yaml
and devMakefile
dev/docker/python/Dockerfile
with a reference to its dependency ondelphi/operations
repositorywe havent needed
dev/docker/database/Dockerfile
fromdelphi/operations
(or thedelphi_database
image it builds) since the v4 merge, which moved to building on a Percona container.