remove unused secret env vars
This commit is contained in:
parent
1d6944e6a0
commit
03baf86f49
5 changed files with 0 additions and 20 deletions
|
|
@ -7,10 +7,6 @@ ENV TZ="Europe/Berlin"
|
|||
ARG ARCH=arm64
|
||||
ENV NCPUS=2
|
||||
|
||||
ENV AWS_ACCESS_KEY_ID=""
|
||||
ENV AWS_SECRET_ACCESS_KEY=""
|
||||
ENV PGPASS=""
|
||||
|
||||
ARG GITHUB_PAT
|
||||
|
||||
# Background: JAGS needs lapack & lapack-dev but these conflict with openblas-dev which is required by R-dev
|
||||
|
|
|
|||
|
|
@ -9,10 +9,6 @@ ENV TZ="Europe/Berlin"
|
|||
ENV ARCH=arm64
|
||||
ENV NCPUS=2
|
||||
|
||||
ENV AWS_ACCESS_KEY_ID=""
|
||||
ENV AWS_SECRET_ACCESS_KEY=""
|
||||
ENV PGPASS=""
|
||||
|
||||
ARG GITHUB_PAT
|
||||
|
||||
RUN subscription-manager register --username mail@devxy.io --password "$RED_HAT_DEV_PW" && subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms
|
||||
|
|
|
|||
|
|
@ -8,10 +8,6 @@ ENV TZ="Europe/Berlin"
|
|||
ENV ARCH=arm64
|
||||
ENV NCPUS=2
|
||||
|
||||
ENV AWS_ACCESS_KEY_ID=""
|
||||
ENV AWS_SECRET_ACCESS_KEY=""
|
||||
ENV PGPASS=""
|
||||
|
||||
ARG GITHUB_PAT
|
||||
|
||||
RUN subscription-manager register --username mail@devxy.io --password "$RED_HAT_DEV_PW" && subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms
|
||||
|
|
|
|||
|
|
@ -8,10 +8,6 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
ENV ARCH=arm64
|
||||
ENV NCPUS=2
|
||||
|
||||
ENV AWS_ACCESS_KEY_ID=""
|
||||
ENV AWS_SECRET_ACCESS_KEY=""
|
||||
ENV PGPASS=""
|
||||
|
||||
ARG GITHUB_PAT
|
||||
|
||||
# xvfb: for graphical pkgs requiring tcl, like gWidgets2tcltk
|
||||
|
|
|
|||
|
|
@ -8,10 +8,6 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
ENV ARCH=arm64
|
||||
ENV NCPUS=2
|
||||
|
||||
ENV AWS_ACCESS_KEY_ID=""
|
||||
ENV AWS_SECRET_ACCESS_KEY=""
|
||||
ENV PGPASS=""
|
||||
|
||||
ARG GITHUB_PAT
|
||||
|
||||
# xvfb: for graphical pkgs requiring tcl, like gWidgets2tcltk
|
||||
|
|
|
|||
Loading…
Reference in a new issue