This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Update Dockerfile #123
ci.yml
on: pull_request
Check that the openapi file is in sync with the generated files
15s
Build
56s
Matrix: Analyze
Annotations
1 error and 4 warnings
Build
Error: buildah exited with code 243
Trying to pull registry.access.redhat.com/ubi8/nodejs-20:latest...
Getting image source signatures
Copying blob sha256:4a380632e4705fd778008efd23b11d85ceb73139dca152833f171bb78f44bfff
Copying blob sha256:4de1bba6ee61110cf78ca175f945e2c28a66cb2953ebf2d2814231954beaeaf4
Copying blob sha256:148a3ed2f70ea72bafab6a24598d47682ae82214e6b84b09c69960fdd727465b
Copying blob sha256:4de1bba6ee61110cf78ca175f945e2c28a66cb2953ebf2d2814231954beaeaf4
Copying blob sha256:148a3ed2f70ea72bafab6a24598d47682ae82214e6b84b09c69960fdd727465b
Copying blob sha256:4a380632e4705fd778008efd23b11d85ceb73139dca152833f171bb78f44bfff
Copying config sha256:81debeca0a64b29b87615e6f719d85bfd9aa260dd98b854ab52e8e75ed0de9e7
Writing manifest to image destination
Storing signatures
npm notice
npm notice New minor version of npm available! 10.8.1 -> 10.9.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.9.0
npm notice To update run: npm install -g npm@10.9.0
npm notice
Trying to pull registry.access.redhat.com/ubi8/nodejs-20-minimal:latest...
Getting image source signatures
Copying blob sha256:f60ca5cfc43a187134e88dc30af6498d218f39485494aff5463ccbba1a3e6f2f
Copying blob sha256:133388727492505cb9d292d14f00942ad2915ab7df3ec1aabbea88cd25035f7b
Copying blob sha256:133388727492505cb9d292d14f00942ad2915ab7df3ec1aabbea88cd25035f7b
Copying blob sha256:f60ca5cfc43a187134e88dc30af6498d218f39485494aff5463ccbba1a3e6f2f
Copying config sha256:530f3d7952f97f5c9cf03b8a7d091c4ef687e70cbe2cab73d30e99d03d9c6fdf
Writing manifest to image destination
Storing signatures
npm error code EACCES
npm error syscall mkdir
npm error path /usr/share/amq-spp/node_modules
npm error errno -13
npm error Error: EACCES: permission denied, mkdir '/usr/share/amq-spp/node_modules'
npm error at async mkdir (node:internal/fs/promises:858:10)
npm error at async /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:624:20
npm error at async Promise.allSettled (index 0)
npm error at async [reifyPackages] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:325:11)
npm error at async Arborist.reify (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:142:5)
npm error at async Install.exec (/usr/lib/node_modules/npm/lib/commands/install.js:150:5)
npm error at async Npm.exec (/usr/lib/node_modules/npm/lib/npm.js:207:9)
npm error at async module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:74:5) {
npm error errno: -13,
npm error code: 'EACCES',
npm error syscall: 'mkdir',
npm error path: '/usr/share/amq-spp/node_modules'
npm error }
npm error
npm error The operation was rejected by your operating system.
npm error It is likely you do not have the permissions to access this file as the current user
npm error
npm error If you believe this might be a permissions issue, please double-check the
npm error permissions of the file and its containing directories, or try running
npm error the command again as root/Administrator.
npm notice
npm notice New minor version of npm available! 10.8.1 -> 10.9.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.9.0
npm notice To update run: npm install -g npm@10.9.0
npm notice
npm error A complete log of this run can be found in: /opt/app-root/src/.npm/_logs/2024-10-29T07_53_41_750Z-debug-0.log
error building at STEP "RUN npm install connect cors express express-openapi-validator swagger-routes-express typescript validator yaml base-64 jsonwebtoken dotenv express-rate-limit node-fetch@2 @peculiar/x509": error while running runtime: exit status 243
time="2024-10-29T07:53:47Z" level=error msg="exit status 243"
|
Check that the openapi file is in sync with the generated files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, codecov/codecov-action@v3, docker/setup-qemu-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Analyze (javascript)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Analyze (javascript)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|