-
Bug
-
Resolution: Done
-
Blocker
-
3.17.0.GA
-
False
-
-
False
-
-
Description of problem:
Workaround
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Install Dev Spaces 3.17.0.RC-devspaces-operator-bundle-container-3.17-28 using command "dsc:server deploy".
Actual results:
Dashboard pod failed to deploy because of error "node: command not found":
Starting Dashboard backend server... + echo 'Starting Dashboard backend server...' + SAMPLES_DIR=/public/dashboard/devfile-registry/air-gap + find /public/dashboard/devfile-registry/air-gap -type f '(' -name index.json -o -name '*devfile.yaml' ')' -exec sed -i 's|CHE_DASHBOARD_INTERNAL_URL|http://devspaces-dashboard.openshift-devspaces.svc:8080|g' '{}' ';' ++ env ++ grep RELATED_IMAGE_sample_encoded_ + RELATED_IMAGES_ENVS='RELATED_IMAGE_sample_encoded_cmVnaXN0cnkucmVkaGF0LmlvL3Joc2NsL21vbmdvZGItMzYtcmhlbDc6MS01MAo____=registry.redhat.io/rhscl/mongodb-36-rhel7@sha256:9f799d356d7d2e442bde9d401b720600fd9059a3d8eefea6f3b2ffa721c0dc73 RELATED_IMAGE_sample_encoded_cmVnaXN0cnkucmVkaGF0LmlvL2RldnNwYWNlcy91ZGktcmhlbDg6My4xNQo____=registry.redhat.io/devspaces/udi-rhel8@sha256:07710186c1638b48af11350ccba36e5f5fed9ad0888da8400c6e0eaab404f04f RELATED_IMAGE_sample_encoded_cmVnaXN0cnkucmVkaGF0LmlvL2RldnNwYWNlcy91ZGktcmhlbDg6My4xNwo____=registry.redhat.io/devspaces/udi-rhel8@sha256:ef47509acf12ca5660aaee1099cb4b3de97cc4cb8b2e256020e6df72c7720197' + '[' -n 'RELATED_IMAGE_sample_encoded_cmVnaXN0cnkucmVkaGF0LmlvL3Joc2NsL21vbmdvZGItMzYtcmhlbDc6MS01MAo____=registry.redhat.io/rhscl/mongodb-36-rhel7@sha256:9f799d356d7d2e442bde9d401b720600fd9059a3d8eefea6f3b2ffa721c0dc73 RELATED_IMAGE_sample_encoded_cmVnaXN0cnkucmVkaGF0LmlvL2RldnNwYWNlcy91ZGktcmhlbDg6My4xNQo____=registry.redhat.io/devspaces/udi-rhel8@sha256:07710186c1638b48af11350ccba36e5f5fed9ad0888da8400c6e0eaab404f04f RELATED_IMAGE_sample_encoded_cmVnaXN0cnkucmVkaGF0LmlvL2RldnNwYWNlcy91ZGktcmhlbDg6My4xNwo____=registry.redhat.io/devspaces/udi-rhel8@sha256:ef47509acf12ca5660aaee1099cb4b3de97cc4cb8b2e256020e6df72c7720197' ']' + for RELATED_IMAGE_ENV in ${RELATED_IMAGES_ENVS} ++ echo RELATED_IMAGE_sample_encoded_cmVnaXN0cnkucmVkaGF0LmlvL3Joc2NsL21vbmdvZGItMzYtcmhlbDc6MS01MAo____=registry.redhat.io/rhscl/mongodb-36-rhel7@sha256:9f799d356d7d2e442bde9d401b720600fd9059a3d8eefea6f3b2ffa721c0dc73 ++ cut -d= -f1 ++ sed 's|____|=|g' ++ sed 's|RELATED_IMAGE_sample_encoded_||g' ++ base64 -d + OLD_IMAGE=registry.redhat.io/rhscl/mongodb-36-rhel7:1-50 ++ echo RELATED_IMAGE_sample_encoded_cmVnaXN0cnkucmVkaGF0LmlvL3Joc2NsL21vbmdvZGItMzYtcmhlbDc6MS01MAo____=registry.redhat.io/rhscl/mongodb-36-rhel7@sha256:9f799d356d7d2e442bde9d401b720600fd9059a3d8eefea6f3b2ffa721c0dc73 ++ cut -d= -f2 + NEW_IMAGE=registry.redhat.io/rhscl/mongodb-36-rhel7@sha256:9f799d356d7d2e442bde9d401b720600fd9059a3d8eefea6f3b2ffa721c0dc73 + find /public/dashboard/devfile-registry/air-gap -type f -name '*devfile.yaml' -exec sed -i 's|registry.redhat.io/rhscl/mongodb-36-rhel7:1-50|registry.redhat.io/rhscl/mongodb-36-rhel7@sha256:9f799d356d7d2e442bde9d401b720600fd9059a3d8eefea6f3b2ffa721c0dc73|g' '{}' ';' + for RELATED_IMAGE_ENV in ${RELATED_IMAGES_ENVS} ++ echo RELATED_IMAGE_sample_encoded_cmVnaXN0cnkucmVkaGF0LmlvL2RldnNwYWNlcy91ZGktcmhlbDg6My4xNQo____=registry.redhat.io/devspaces/udi-rhel8@sha256:07710186c1638b48af11350ccba36e5f5fed9ad0888da8400c6e0eaab404f04f ++ cut -d= -f1 ++ sed 's|____|=|g'
Expected results:
Dashboard pod had deployed successfully.
Reproducibility (Always/Intermittent/Only Once):
Always.
Acceptance criteria:
Definition of Done:
Build Details:
Dashboard image: quay.io/devspaces/dashboard-rhel8:3.17-11