-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
…thub (#104) Sender inn organisasjonshemmeligheten GH_TOKEN, som er en token uten rettigheter. GH_TOKEN ble samtidig oppdatert.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM rapporteket/dev:weekly | |
|
||
LABEL maintainer="Arnfinn Hykkerud Steindal <[email protected]>" | ||
|
||
ARG GH_PAT | ||
ENV GITHUB_PAT=${GH_PAT} | ||
ARG GITHUB_PAT | ||
ENV GITHUB_PAT=${GITHUB_PAT} | ||
|
||
COPY --chown=rstudio:rstudio db.yml /home/rstudio/ | ||
RUN cat /home/rstudio/db.yml >> /home/rstudio/dbConfig.yml \ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM rapporteket/dev:weekly | |
|
||
LABEL maintainer "Kevin Thon <[email protected]>" | ||
Check warning on line 3 in deformitet-dev/Dockerfile GitHub Actions / deformitet-devLegacy key/value format with whitespace separator should not be used
Check warning on line 3 in deformitet-dev/Dockerfile GitHub Actions / deformitet-devLegacy key/value format with whitespace separator should not be used
Check warning on line 3 in deformitet-dev/Dockerfile GitHub Actions / deformitet-devLegacy key/value format with whitespace separator should not be used
|
||
|
||
ARG GH_PAT | ||
ENV GITHUB_PAT=${GH_PAT} | ||
ARG GITHUB_PAT | ||
ENV GITHUB_PAT=${GITHUB_PAT} | ||
|
||
# add registry dev config and R pkg dependencies | ||
COPY --chown=rstudio:rstudio db.yml /home/rstudio/rap_config/ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM rapporteket/dev:weekly | |
|
||
LABEL maintainer="Kevin Thon <[email protected]>" | ||
|
||
ARG GH_PAT | ||
ENV GITHUB_PAT=${GH_PAT} | ||
ARG GITHUB_PAT | ||
ENV GITHUB_PAT=${GITHUB_PAT} | ||
|
||
# add registry dev config and R pkg dependencies | ||
COPY --chown=rstudio:rstudio db.yml /home/rstudio/rap_config/ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM rapporteket/dev:weekly | |
|
||
LABEL maintainer = "Kevin Thon <[email protected]>" | ||
Check warning on line 3 in nnrr-dev/Dockerfile GitHub Actions / nnrr-devLegacy key/value format with whitespace separator should not be used
Check warning on line 3 in nnrr-dev/Dockerfile GitHub Actions / nnrr-devLegacy key/value format with whitespace separator should not be used
Check warning on line 3 in nnrr-dev/Dockerfile GitHub Actions / nnrr-devLegacy key/value format with whitespace separator should not be used
|
||
|
||
ARG GH_PAT | ||
ENV GITHUB_PAT=${GH_PAT} | ||
ARG GITHUB_PAT | ||
ENV GITHUB_PAT=${GITHUB_PAT} | ||
|
||
# add registry dev config and R pkg dependencies | ||
COPY --chown=rstudio:rstudio db.yml /home/rstudio/rap_config/ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM rapporteket/dev:weekly | |
|
||
LABEL maintainer "Kevin Thon <[email protected]>" | ||
Check warning on line 3 in norgast-dev/Dockerfile GitHub Actions / norgast-devLegacy key/value format with whitespace separator should not be used
Check warning on line 3 in norgast-dev/Dockerfile GitHub Actions / norgast-devLegacy key/value format with whitespace separator should not be used
Check warning on line 3 in norgast-dev/Dockerfile GitHub Actions / norgast-devLegacy key/value format with whitespace separator should not be used
|
||
|
||
ARG GH_PAT | ||
ENV GITHUB_PAT=${GH_PAT} | ||
ARG GITHUB_PAT | ||
ENV GITHUB_PAT=${GITHUB_PAT} | ||
|
||
# add registry dev config and R pkg dependencies | ||
COPY --chown=rstudio:rstudio db.yml /home/rstudio/rap_config/ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM rapporteket/dev:weekly | |
|
||
LABEL maintainer="Kevin Thon <[email protected]>" | ||
|
||
ARG GH_PAT | ||
ENV GITHUB_PAT=${GH_PAT} | ||
ARG GITHUB_PAT | ||
ENV GITHUB_PAT=${GITHUB_PAT} | ||
|
||
# add registry dev config and R pkg dependencies | ||
COPY --chown=rstudio:rstudio db.yml /home/rstudio/rap_config/ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM rapporteket/dev:weekly | |
|
||
LABEL maintainer = "Kevin Thon <[email protected]>" | ||
Check warning on line 3 in nra-dev/Dockerfile GitHub Actions / nra-devLegacy key/value format with whitespace separator should not be used
Check warning on line 3 in nra-dev/Dockerfile GitHub Actions / nra-devLegacy key/value format with whitespace separator should not be used
Check warning on line 3 in nra-dev/Dockerfile GitHub Actions / nra-devLegacy key/value format with whitespace separator should not be used
|
||
|
||
ARG GH_PAT | ||
ENV GITHUB_PAT=${GH_PAT} | ||
ARG GITHUB_PAT | ||
ENV GITHUB_PAT=${GITHUB_PAT} | ||
|
||
# add registry dev config and R pkg dependencies | ||
COPY --chown=rstudio:rstudio db.yml /home/rstudio/rap_config/ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM rapporteket/dev:weekly | |
|
||
LABEL maintainer="Arnfinn Hykkerud Steindal <[email protected]>" | ||
|
||
ARG GH_PAT | ||
ENV GITHUB_PAT=${GH_PAT} | ||
ARG GITHUB_PAT | ||
ENV GITHUB_PAT=${GITHUB_PAT} | ||
|
||
RUN R -e "remotes::install_github(c('Rapporteket/rapbase', 'Rapporteket/rapFigurer', \ | ||
'Rapporteket/pilot'))" |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM rapporteket/dev:weekly | |
|
||
LABEL maintainer="Arnfinn Hykkerud Steindal <[email protected]>" | ||
|
||
ARG GH_PAT | ||
ENV GITHUB_PAT=${GH_PAT} | ||
ARG GITHUB_PAT | ||
ENV GITHUB_PAT=${GITHUB_PAT} | ||
|
||
# add registry dev config and R pkg dependencies | ||
COPY --chown=rstudio:rstudio db.yml /home/rstudio/rap_config/ | ||
|