#0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 88B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 394B done #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/node:lts-alpine #3 DONE 0.4s #4 [ 1/10] FROM docker.io/library/node:lts-alpine@sha256:1a526b97cace6b4006256570efa1a29cd1fe4b96a5301f8d48e87c5139438a45 #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 457.57kB done #5 DONE 0.0s #6 [ 2/10] WORKDIR /tmp #6 CACHED #7 [ 3/10] COPY .packages /tmp/packages #7 DONE 0.4s #8 [ 4/10] RUN npm install --global /tmp/packages/* #8 22.43 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 22.45 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 22.53 npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. #8 22.55 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #8 22.58 npm warn deprecated gauge@4.0.4: This package is no longer supported. #8 22.60 npm warn deprecated npmlog@6.0.2: This package is no longer supported. #8 22.62 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #8 24.06 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 24.16 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 24.22 npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. #8 24.22 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #8 24.24 npm warn deprecated npmlog@6.0.2: This package is no longer supported. #8 24.27 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #8 24.30 npm warn deprecated gauge@4.0.4: This package is no longer supported. #8 29.35 #8 29.35 added 783 packages in 29s #8 29.35 #8 29.35 84 packages are looking for funding #8 29.35 run `npm fund` for details #8 29.35 npm notice #8 29.35 npm notice New patch version of npm available! 10.8.2 -> 10.8.3 #8 29.35 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.3 #8 29.35 npm notice To update run: npm install -g npm@10.8.3 #8 29.35 npm notice #8 DONE 29.4s #9 [ 5/10] RUN rm -rf /tmp/packages #9 DONE 4.1s #10 [ 6/10] COPY assets /app/assets #10 DONE 4.0s #11 [ 7/10] RUN apk add dumb-init curl #11 3.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz #11 3.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz #11 4.258 (1/11) Installing ca-certificates (20240705-r0) #11 4.282 (2/11) Installing brotli-libs (1.1.0-r2) #11 4.307 (3/11) Installing c-ares (1.28.1-r0) #11 4.316 (4/11) Installing libunistring (1.2-r0) #11 4.348 (5/11) Installing libidn2 (2.3.7-r0) #11 4.359 (6/11) Installing nghttp2-libs (1.62.1-r0) #11 4.369 (7/11) Installing libpsl (0.21.5-r1) #11 4.378 (8/11) Installing zstd-libs (1.5.6-r0) #11 4.397 (9/11) Installing libcurl (8.9.1-r1) #11 4.414 (10/11) Installing curl (8.9.1-r1) #11 4.425 (11/11) Installing dumb-init (1.2.5-r3) #11 4.435 Executing busybox-1.36.1-r29.trigger #11 4.440 Executing ca-certificates-20240705-r0.trigger #11 4.486 OK: 16 MiB in 27 packages #11 DONE 4.6s #12 [ 8/10] WORKDIR /app #12 DONE 3.7s #13 [ 9/10] RUN mkdir db #13 DONE 3.8s #14 [10/10] RUN chown node:node /app/* #14 DONE 3.8s #15 exporting to image #15 exporting layers #15 exporting layers 12.9s done #15 writing image sha256:ed96e8831d16d0c855606baf747d8e38a2f595e34ec87b621424b8630fe5d25a done #15 naming to docker.io/library/lti:0.2.8-dev.6127c14 done #15 DONE 12.9s