1
|
## Tasks (build-podman)
|
2
|
+ podman build . -t docker.io/iabsis/hcw-backend
|
3
|
[1/2] STEP 1/13: FROM node:18 AS builder
|
4
|
Resolved "node" as an alias (/etc/containers/registries.conf.d/shortnames.conf)
|
5
|
Trying to pull docker.io/library/node:18...
|
6
|
Getting image source signatures
|
7
|
Copying blob sha256:c6b30c3f16966552af10ac00521f60355b1fcfd46ac1c20b1038587e28583ce7
|
8
|
Copying blob sha256:37927ed901b1b2608b72796c6881bf645480268eca4ac9a37b9219e050bb4d84
|
9
|
Copying blob sha256:cda7f44f2bddcc4bb7514474024b3f3705de00ddb6355a33be5ac7808e5b7125
|
10
|
Copying blob sha256:e23f099911d692f62b851cf49a1e93294288a115f5cd2d014180e4d3684d34ab
|
11
|
Copying blob sha256:79b2f47ad4443652b9b5cc81a95ede249fd976310efdbee159f29638783778c0
|
12
|
Copying blob sha256:3e6b9d1a95114e19f12262a4e8a59ad1d1a10ca7b82108adcf0605a200294964
|
13
|
Copying blob sha256:3697be50c98b9d071df4637e1d3491d00e7b9f3a732768c876d82309b3c5a145
|
14
|
Copying blob sha256:461077a72fb7fe40d34a37d6a1958c4d16772d0dd77f572ec50a1fdc41a3754d
|
15
|
Copying config sha256:b50082bc3670d0396b2d90e4b0e5bb10265ba5d0ee16bf40f9a505f7045ee563
|
16
|
Writing manifest to image destination
|
17
|
Storing signatures
|
18
|
[1/2] STEP 2/13: ENV VERSION=5.3.32
|
19
|
--> 7835a241e6c
|
20
|
[1/2] STEP 3/13: WORKDIR /usr/src/app
|
21
|
--> f2236386c5a
|
22
|
[1/2] STEP 4/13: COPY package.json ./
|
23
|
--> ec40bb95fe4
|
24
|
[1/2] STEP 5/13: COPY yarn.lock ./
|
25
|
--> e9b59a3d94c
|
26
|
[1/2] STEP 6/13: RUN npx yarn
|
27
|
yarn install v1.22.22
|
28
|
[1/5] Validating package.json...
|
29
|
[2/5] Resolving packages...
|
30
|
[3/5] Fetching packages...
|
31
|
error file-type@21.0.0: The engine "node" is incompatible with this module. Expected version ">=20". Got "18.20.8"
|
32
|
error Found incompatible module.
|
33
|
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
|
34
|
npm notice
|
35
|
npm notice New major version of npm available! 10.8.2 -> 11.6.0
|
36
|
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.0
|
37
|
npm notice To update run: npm install -g npm@11.6.0
|
38
|
npm notice
|
39
|
Error: building at STEP "RUN npx yarn": while running runtime: exit status 1
|
40
|
|
41
|
Container exited with error code: 1
|