WIP: Ability to package and deploy dashboard on openshift #32
Annotations
1 error and 2 warnings
build_image
Error: s2i exited with code 1
Running S2I version "v1.3.9"
Image "registry.access.redhat.com/ubi9/nodejs-18:1" not available locally, pulling ...
Preparing to build pelorus-dashboard:dev
I0806 17:53:46.872063 1750 clone.go:37] Downloading "." ...
I0806 17:53:46.955205 1750 clone.go:57] Checked out "HEAD"
I0806 17:53:46.978083 1750 clone.go:63] Updated submodules for "HEAD"
Clean build will be performed
Running "assemble" in "pelorus-dashboard:dev" as "1001" user
---> Installing application source ...
---> Installing all dependencies
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: The package has been renamed to `open`
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
added 908 packages, and audited 909 packages in 25s
185 packages are looking for funding
run `npm fund` for details
8 vulnerabilities (1 moderate, 7 high)
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
npm notice
npm notice New minor version of npm available! 10.5.0 -> 10.8.2
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.8.2>
npm notice Run `npm install -g [email protected]` to update!
npm notice
---> Building in production mode
> [email protected] build
> next build
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry
Creating an optimized production build ...
Failed to compile.
./app/page.js
Module not found: Can't resolve '@/components/credentials-signin-form'
https://nextjs.org/docs/messages/module-not-found
> Build failed because of webpack errors
Build failed
ERROR: An error occurred: non-zero (13) exit code from registry.access.redhat.com/ubi9/nodejs-18:1
|
build_image
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build_image
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|