Replies: 1 comment 1 reply
-
So the way forward would be to move the Dockerfile (which needs to be modified to instead clone the Achilles repo on build) and the docker-run to the OHDSI-in-a-box repo and setup GitHub Actions to build and push the image? We could automate the process so the image is build everytime there's a new tag/release in this repo using eg. https://github.com/renovatebot/renovate - it's what I'm using over at https://github.com/chgl/kube-powertools to stay up-to-date on external releases. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
General announcement on the removal of the docker container specifications from this repository.
This repository is intended to contain an R package called Achilles that runs characterization analyses on a CDM standardized database. After discussing with the prior maintainer it was determined that images to manage configuration and execution of R packages would be maintained separate from the package itself. I'm fully supportive of having a way to enable the work people are trying to do with Achilles, and identify approaches or create repositories as necessary. As it stands, the replacement solution is https://github.com/OHDSI/OHDSI-in-a-Box.
Beta Was this translation helpful? Give feedback.
All reactions