Skip to content

Commit

Permalink
update dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Oct 3, 2023
1 parent 7e805d8 commit d696a5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN dnf install -y -q --allowerasing --nobest nodejs-devel nodejs-libs psmisc py
dnf update -y && dnf clean all && \
npm install -g [email protected] npm@9 && \
npm install @eclipse-che/che-devworkspace-generator@latest && \
chgrp -R 0 /opt/app-root/src/.npm-global /opt/app-root/src/.npm && \
chmod -R g+rwX /opt/app-root/src/.npm-global /opt/app-root/src/.npm && \
chgrp -R 0 /opt/app-root/src/ && chmod -R g=u /opt/app-root/src/ && \
touch /opt/app-root/src/b && \
echo -n "node version: "; node -v; \
echo -n "npm version: "; npm -v;

Expand Down
3 changes: 3 additions & 0 deletions .ci/openshift-ci/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ RUN dnf install -y -q --allowerasing --nobest nodejs-devel nodejs-libs psmisc py
echo -n "npm version: "; npm -v; \
echo -n "yarn version: "; yarn -v;

RUN chgrp -R 0 /opt/app-root/src/ && chmod -R g=u /opt/app-root/src/ &&
touch /opt/app-root/src/a

# Generate editors' metadata
RUN ./build.sh --skip-oci-image --skip-digest-generation

Expand Down

0 comments on commit d696a5d

Please sign in to comment.