Skip to content

Commit

Permalink
pilot-dev image (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn authored Oct 9, 2024
1 parent 4c3eb45 commit 2313cfd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
noric-dev: "noric-dev/**"
rapregtemplate-dev: "rapregtemplate-dev/**"
base-r-alpine: "base-r-alpine/**"
pilot-dev: "pilot-dev/**"
push_to_registries:
needs: changes
Expand Down
9 changes: 9 additions & 0 deletions pilot-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM rapporteket/dev:weekly

LABEL maintainer="Arnfinn Hykkerud Steindal <[email protected]>"

ARG GH_PAT
ENV GITHUB_PAT=${GH_PAT}

RUN R -e "remotes::install_github(c('Rapporteket/rapbase', 'Rapporteket/rapFigurer', \
'Rapporteket/pilot'))"

0 comments on commit 2313cfd

Please sign in to comment.