ImAbhishekTomar opened a new issue #18107: URL: https://github.com/apache/superset/issues/18107
Hi, I am trying to build a superset docker image "docker-compose.yml" but it's giving me an error & "docker-compose-non-dev.yml" image is building successfully. > docker-compose -f docker-compose.yml up -d --build ### ERROR  ``` ☁ superset [master] ⚡ docker-compose -f docker-compose.yml up -d --build WARNING: The CYPRESS_CONFIG variable is not set. Defaulting to a blank string. Building superset-websocket [+] Building 82.5s (8/9) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 44B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 35B 0.0s => [internal] load metadata for docker.io/library/node:16 2.3s => [internal] load build context 0.0s => => transferring context: 1.80kB 0.0s => [1/5] FROM docker.io/library/node:16@sha256:4b0b5c3db44f567d5d25c80a6fe33a981d911cdae20b39d2395be268aea2cb97 0.0s => CACHED [2/5] WORKDIR /home/superset-websocket 0.0s => CACHED [3/5] COPY . . 0.0s => ERROR [4/5] RUN npm ci 80.1s ------ > [4/5] RUN npm ci: #8 1.019 npm WARN EBADENGINE Unsupported engine { #8 1.020 npm WARN EBADENGINE package: '[email protected]', #8 1.020 npm WARN EBADENGINE required: { node: '^16.9.1', npm: '^7.5.4' }, #8 1.021 npm WARN EBADENGINE current: { node: 'v16.13.2', npm: '8.1.2' } #8 1.021 npm WARN EBADENGINE } #8 79.99 npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE #8 79.99 npm ERR! errno UNABLE_TO_VERIFY_LEAF_SIGNATURE #8 79.99 npm ERR! request to https://registry.npmjs.org/yn/-/yn-3.1.1.tgz failed, reason: unable to verify the first certificate #8 80.01 #8 80.01 npm ERR! A complete log of this run can be found in: #8 80.01 npm ERR! /root/.npm/_logs/2022-01-20T11_23_34_538Z-debug.log ------ executor failed running [/bin/sh -c npm ci]: exit code: 1 ERROR: Service 'superset-websocket' failed to build : Build failed ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
