remove unused secret env vars
This commit is contained in:
parent
1d6944e6a0
commit
03baf86f49
1 changed files with 0 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue