-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM rapporteket/dev:weekly | ||
|
||
LABEL maintainer="Kevin Thon <kevin.otto.thon@helse-nord.no>" | ||
|
||
ARG GH_PAT | ||
ENV GITHUB_PAT=${GH_PAT} | ||
|
||
# add registry dev config and R pkg dependencies | ||
COPY --chown=rstudio:rstudio db.yml /home/rstudio/rap_config/ | ||
RUN cat /home/rstudio/rap_config/db.yml >> /home/rstudio/rap_config/dbConfig.yml \ | ||
&& rm /home/rstudio/rap_config/db.yml \ | ||
&& R -e "remotes::install_github(c('Rapporteket/rapbase@HEAD', 'Rapporteket/rapFigurer', \ | ||
'Rapporteket/norspis'))" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
# for registry development | ||
norspis: | ||
host: db | ||
name: NorSpisReportDataStaging | ||
user: root | ||
pass: root | ||
disp: ForNorspisDevOnly |