#0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: #1 transferring context: 88B done #1 DONE 0.6s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 395B done #2 DONE 0.7s #3 [internal] load metadata for docker.io/library/node:lts-alpine #3 DONE 1.1s #4 [ 1/10] FROM docker.io/library/node:lts-alpine@sha256:32427bc0620132b2d9e79e405a1b27944d992501a20417a7f407427cc4c2b672 #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 57.31kB done #5 DONE 0.4s #6 [ 2/10] WORKDIR /tmp #6 CACHED #7 [ 3/10] COPY .packages /tmp/packages #7 DONE 0.6s #8 [ 4/10] RUN npm install --global /tmp/packages/* #8 31.80 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 33.02 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 46.34 #8 46.34 added 684 packages in 45s #8 46.34 #8 46.34 64 packages are looking for funding #8 46.34 run `npm fund` for details #8 46.34 npm notice #8 46.35 npm notice New patch version of npm available! 10.2.3 -> 10.2.5 #8 46.35 npm notice Changelog: #8 46.35 npm notice Run `npm install -g npm@10.2.5` to update! #8 46.35 npm notice #8 DONE 46.5s #9 [ 5/10] RUN rm -rf /tmp/packages #9 DONE 4.5s #10 [ 6/10] COPY assets /app/assets #10 DONE 6.6s #11 [ 7/10] RUN apk add dumb-init curl #11 9.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz #11 9.387 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz #11 9.645 (1/8) Installing ca-certificates (20230506-r0) #11 9.668 (2/8) Installing brotli-libs (1.0.9-r14) #11 9.684 (3/8) Installing libunistring (1.1-r1) #11 9.707 (4/8) Installing libidn2 (2.3.4-r1) #11 9.717 (5/8) Installing nghttp2-libs (1.57.0-r0) #11 9.727 (6/8) Installing libcurl (8.5.0-r0) #11 9.744 (7/8) Installing curl (8.5.0-r0) #11 9.756 (8/8) Installing dumb-init (1.2.5-r2) #11 9.766 Executing busybox-1.36.1-r5.trigger #11 9.771 Executing ca-certificates-20230506-r0.trigger #11 9.851 OK: 14 MiB in 25 packages #11 DONE 10.7s #12 [ 8/10] WORKDIR /app #12 DONE 6.2s #13 [ 9/10] RUN mkdir db #13 DONE 9.3s #14 [10/10] RUN chown node:node /app/* #14 DONE 10.9s #15 exporting to image #15 exporting layers #15 exporting layers 51.3s done #15 writing image sha256:f7ec2878ebfdbbe372e912faeee5c049ed8cfb0bb9222826efb649916b78fb19 0.0s done #15 naming to docker.io/library/lti:0.2.4-dev.86d1136 0.1s done #15 DONE 51.4s