You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I got the following error when trying to build an image using node:slim on s390x architecture.
Any idea ?
Note: I have been told that the problem is
The problem was two-fold:
libseccomp-2.4.4 is required as it as support for the statx() call
docker needs to be rebuilt with an updated seccomp.json file that contains the statx info
ERROR MESSAGE here under
npm install --production
fs.js:126
throw err;
^
Error: ENOENT: no such file or directory, open '/usr/local/lib/utils/unsupported.js'
at Object.openSync (fs.js:447:3)
at Object.readFileSync (fs.js:349:35)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:784:22)
at Module.load (internal/modules/cjs/loader.js:641:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
at Module.require (internal/modules/cjs/loader.js:681:19)
at require (internal/modules/cjs/helpers.js:16:16)
at /usr/local/bin/npm:19:21
at Object. (/usr/local/bin/npm:152:3)
at Module._compile (internal/modules/cjs/loader.js:774:30) {
errno: -2,
syscall: 'open',
code: 'ENOENT',
path: '/usr/local/lib/utils/unsupported.js'
The text was updated successfully, but these errors were encountered:
Hello,
I got the following error when trying to build an image using node:slim on s390x architecture.
Any idea ?
Note: I have been told that the problem is
The problem was two-fold:
libseccomp-2.4.4 is required as it as support for the statx() call
docker needs to be rebuilt with an updated seccomp.json file that contains the statx info
ERROR MESSAGE here under
fs.js:126
throw err;
^
Error: ENOENT: no such file or directory, open '/usr/local/lib/utils/unsupported.js'
at Object.openSync (fs.js:447:3)
at Object.readFileSync (fs.js:349:35)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:784:22)
at Module.load (internal/modules/cjs/loader.js:641:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
at Module.require (internal/modules/cjs/loader.js:681:19)
at require (internal/modules/cjs/helpers.js:16:16)
at /usr/local/bin/npm:19:21
at Object. (/usr/local/bin/npm:152:3)
at Module._compile (internal/modules/cjs/loader.js:774:30) {
errno: -2,
syscall: 'open',
code: 'ENOENT',
path: '/usr/local/lib/utils/unsupported.js'
The text was updated successfully, but these errors were encountered: