-
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
create ckan Dockerfile #1
Comments
Hey @senderle this all looks good, I'm just wondering what the status is on Dockerfile creation? Would love to start getting interested people helping with DataRefuge.org but not sure what the status is. I've been tracking steps for coordinating here: edgi-govdata-archiving/overview#45 Can you let me know if you have specific needs etc, and I can mention them at our standup? Alternatively would love to have you attend and speak directly to any issues! (https://github.com/edgi-govdata-archiving/overview#development) |
Hi @dcwalk, thanks! I set this up as a starting point for containerization but I believe the task has been taken up in a different workflow since then. I don't want to lead anybody to duplicate work unnecessarily. Assuming they're doing exactly this, I would expect that we could just fork a repo from them here. But I'm out on the periphery of this project and am just taking up odd jobs when I have a moment, so I'm not 100% knowledgeable. Let me check on the details and get back to you. |
OK, @dcwalk the word is that they're just getting started, and we're going to hear more from them about their plans at the end of the week. I'll ping this thread again when we know details. Hopefully we'll be able to synch up everyone's efforts on this front here, but if not we'll figure out an alternative. Thanks for checking in! Feel free to ping me again if you haven't heard anything by next Monday. |
Thanks for the update! |
Most recent word is that they are going with something other than Docker. (Unfortunately!) Still short on details. I will continue to post updates here as they come. |
Our first goal is to create a Dockerfile capable of building an image compatible with the existing Postgres and SOLR servers. To that end, we've created a digest of the configuration history for the serve (see below). This is not by any means a clean configuration recipe. But it will serve, we hope, as the basis for a clean recipe, at least for people who know CKAN well enough.
It may be that most of what we do here is already done in the standard built-in CKAN Dockerfiles. Or it may be that some of these steps are unnecessary or redundant or wrong. Please feel free to correct, but do understand that our first priority is compatibility with the existing database and index.
Also, we did our best to scrub passwords and secrets. If we missed something, please let us know immediately.
The text was updated successfully, but these errors were encountered: