try fixing images build_args
This commit is contained in:
parent
5048a14f17
commit
9c5337be1e
1 changed files with 21 additions and 11 deletions
|
|
@ -3,6 +3,7 @@ FROM redhat/ubi9
|
|||
ARG RED_HAT_DEV_PW
|
||||
ENV PATH=/opt/R/4.4.1/bin:$PATH
|
||||
ENV TZ="Europe/Berlin"
|
||||
|
||||
ARG GITHUB_PAT
|
||||
|
||||
RUN subscription-manager register --username devxy --password "$RED_HAT_DEV_PW" && subscription-manager repos --enable codeready-builder-for-rhel-9-aarch64-rpms
|
||||
|
|
|
|||
Loading…
Reference in a new issue