diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 810ed95..08b7cad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Read the README and Code of Conduct in this repository to get started. If you have an idea for a new Docker image needed here, please create an issue and tag @cansavvy or @kweav. After discussion we can tell you if your idea for a Docker image is potnetially met by an existing image or will require a new image. -If it requires a new image, you are welcome to file a pull request with a new Dockerfile [following the instructions here](https://github.com/jhudsl/ottr-docker?tab=readme-ov-file#adding-a-new-image) +If it requires a new image, you are welcome to file a pull request with a new Dockerfile [following the instructions here](https://github.com/ottrproject/ottr-docker?tab=readme-ov-file#adding-a-new-image) After you file this pull request and it passes the incoming Dockerfile build test, tag @cansavvy to review it. Contact @cansavvy with any additional questions! diff --git a/base_ottr/Dockerfile b/base_ottr/Dockerfile index c17998a..c235424 100644 --- a/base_ottr/Dockerfile +++ b/base_ottr/Dockerfile @@ -84,8 +84,7 @@ RUN gdebi --non-interactive quarto-linux-amd64.deb RUN Rscript -e "devtools::install_version('gitcreds', version = '0.1.1', repos = 'http://cran.us.r-project.org')" RUN installGithub.r \ - jhudsl/ottrpal \ - jhudsl/cow + ottrproject/ottrpal # Set final workdir for commands WORKDIR /home/rstudio diff --git a/bioconductor/Dockerfile b/bioconductor/Dockerfile index 83605a1..ecef4d0 100644 --- a/bioconductor/Dockerfile +++ b/bioconductor/Dockerfile @@ -81,8 +81,7 @@ RUN install2.r rlang \ RUN Rscript -e "devtools::install_version('gitcreds', version = '0.1.1', repos = 'http://cran.us.r-project.org')" RUN installGithub.r \ - jhudsl/ottrpal \ - jhudsl/cow + ottrproject/ottrpal # Set final workdir for commands WORKDIR /home/rstudio