Re: [I] apisix-dashboard DockerFile build fail [apisix-dashboard]
juzhiyuan commented on issue #2926: URL: https://github.com/apache/apisix-dashboard/issues/2926#issuecomment-2813592168 Hi, we will release a new dashboard to address legacy issues. Refer to https://github.com/apache/apisix-dashboard/issues/2981 -- 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]
Re: [I] apisix-dashboard DockerFile build fail [apisix-dashboard]
juzhiyuan closed issue #2926: apisix-dashboard DockerFile build fail URL: https://github.com/apache/apisix-dashboard/issues/2926 -- 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]
Re: [I] apisix-dashboard DockerFile build fail [apisix-dashboard]
zll600 commented on issue #2926: URL: https://github.com/apache/apisix-dashboard/issues/2926#issuecomment-2002339804 @bravonaut I fix a build problem in master. It is not backport to release/3.0 https://github.com/apache/apisix-dashboard/pull/2918 -- 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]
Re: [I] apisix-dashboard DockerFile build fail [apisix-dashboard]
bravonaut commented on issue #2926: URL: https://github.com/apache/apisix-dashboard/issues/2926#issuecomment-1994792173 @zll600 using the dockerfile you linked, both with proxy on or off, i am now getting the exact same output as @Abd-elr4hman Following the build more closely, I cannot figure out what exactly is causing the issue, but it is definitely in the build step of the frontend. I've also managed to build the frontend with the same version of node and yarn as defined in the dockerfile in an attempt to find the source of the problem. Tying into what I said earlier, I was wrongfully referring to the all-in-one folder of [apisix-docker](https://github.com/apache/apisix-docker/tree/master/all-in-one), but, assuming the docker build works fine, what is the reason that a patch has not been released? There was clearly an issue when building a docker image with the dockerfile in 3.0.1 vs current master. -- 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]
Re: [I] apisix-dashboard DockerFile build fail [apisix-dashboard]
zll600 commented on issue #2926: URL: https://github.com/apache/apisix-dashboard/issues/2926#issuecomment-1968011746 @Abd-elr4hman I can not reproduced your problem. 1. git clone https://github.com/apache/apisix-dashboard.git 2. cd apisix-dashboard(use latest master) 3. docker build -t apisix-dashboard:dev . -- 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]
Re: [I] apisix-dashboard DockerFile build fail [apisix-dashboard]
zll600 commented on issue #2926: URL: https://github.com/apache/apisix-dashboard/issues/2926#issuecomment-1967993111 @bravonaut I think this problem should be fixed by https://github.com/apache/apisix-dashboard/pull/2918. So could you use https://github.com/apache/apisix-dashboard/blob/master/Dockerfile to have a try? -- 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]
Re: [I] apisix-dashboard DockerFile build fail [apisix-dashboard]
bravonaut commented on issue #2926: URL: https://github.com/apache/apisix-dashboard/issues/2926#issuecomment-1966803914 @zll600 I ran into the same exit code on the same step when building with the dockerfile provided from the all-in-one folders. I do get a bit more info as the cert for a dependency is expired. Error persists with `ENABLE_PROXY` as true and false.  -- 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]
Re: [I] apisix-dashboard DockerFile build fail [apisix-dashboard]
Abd-elr4hman commented on issue #2926: URL: https://github.com/apache/apisix-dashboard/issues/2926#issuecomment-1942711499 ``` > [fe-builder 5/5] RUN if [ "false" = "true" ] ; then yarn config set registry https://registry.npmmirror.com/ ; fi && yarn install && yarn build: 0.453 yarn install v1.22.19 0.671 [1/5] Validating package.json... 0.677 [2/5] Resolving packages... 2.466 [3/5] Fetching packages... 168.5 [4/5] Linking dependencies... 168.5 warning " > @rjsf/[email protected]" has unmet peer dependency "@babel/runtime-corejs2@^7.10.3". 168.5 warning " > @rjsf/[email protected]" has unmet peer dependency "[email protected]". 168.5 warning " > @rjsf/[email protected]" has unmet peer dependency "core-js@^2.5.7". 168.5 warning "antd > [email protected]" has incorrect peer dependency "dayjs@^1.8.30". 168.5 warning " > [email protected]" has unmet peer dependency "react-is@>= 16.8.0". 168.6 warning " > @4tw/[email protected]" has incorrect peer dependency "cypress@^2.1.0 || ^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0". 168.6 warning "@cypress/code-coverage > @cypress/[email protected]" has unmet peer dependency "@babel/core@^7.0.1". 168.6 warning "@cypress/code-coverage > @cypress/[email protected]" has unmet peer dependency "@babel/preset-env@^7.0.0". 168.6 warning "@cypress/code-coverage > @cypress/[email protected]" has unmet peer dependency "babel-loader@^8.0.2". 168.6 warning "@cypress/code-coverage > @cypress/[email protected]" has unmet peer dependency "webpack@^4 || ^5". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/utils > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/types > @umijs/babel-preset-umi > @umijs/[email protected]" has unmet peer dependency "@babel/core@^7.12.3". 168.6 warning "@umijs/plugin-blocks > @umijs/block-sdk > @umijs/
Re: [I] apisix-dashboard DockerFile build fail [apisix-dashboard]
zll600 commented on issue #2926: URL: https://github.com/apache/apisix-dashboard/issues/2926#issuecomment-1941379065 @Abd-elr4hman Could you give us more error log? -- 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]
