#0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 561B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 88B done #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/node:lts-alpine #3 DONE 0.6s #4 [ 1/11] FROM docker.io/library/node:lts-alpine@sha256:a7b980c958bfe4d84ee9263badd95a40c8bb50ad5afdb87902c187fefaef0e24 #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 169.59kB done #5 DONE 0.0s #6 [ 2/11] WORKDIR /tmp #6 CACHED #7 [ 3/11] COPY .packages /tmp/packages #7 DONE 0.4s #8 [ 4/11] RUN npm install --global /tmp/packages/* #8 20.34 npm WARN deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 20.47 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 20.67 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 20.71 npm WARN deprecated gauge@4.0.4: This package is no longer supported. #8 20.71 npm WARN deprecated npmlog@6.0.2: This package is no longer supported. #8 21.76 npm WARN deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 21.89 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 21.89 npm WARN deprecated npmlog@6.0.2: This package is no longer supported. #8 22.03 npm WARN deprecated gauge@4.0.4: This package is no longer supported. #8 22.03 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 27.94 #8 27.94 added 784 packages in 27s #8 27.94 #8 27.94 80 packages are looking for funding #8 27.94 run `npm fund` for details #8 27.94 npm notice #8 27.94 npm notice New minor version of npm available! 10.5.2 -> 10.8.0 #8 27.94 npm notice Changelog: #8 27.94 npm notice Run `npm install -g npm@10.8.0` to update! #8 27.94 npm notice #8 DONE 28.1s #9 [ 5/11] RUN rm -rf /tmp/packages #9 DONE 4.7s #10 [ 6/11] COPY assets /app/assets #10 DONE 3.5s #11 [ 7/11] RUN apk add dumb-init curl #11 3.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz #11 3.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz #11 4.332 (1/11) Installing ca-certificates (20240226-r0) #11 4.355 (2/11) Installing brotli-libs (1.1.0-r2) #11 4.372 (3/11) Installing c-ares (1.28.1-r0) #11 4.381 (4/11) Installing libunistring (1.2-r0) #11 4.698 (5/11) Installing libidn2 (2.3.7-r0) #11 4.737 (6/11) Installing nghttp2-libs (1.62.0-r0) #11 4.749 (7/11) Installing libpsl (0.21.5-r1) #11 4.758 (8/11) Installing zstd-libs (1.5.6-r0) #11 4.778 (9/11) Installing libcurl (8.7.1-r0) #11 4.794 (10/11) Installing curl (8.7.1-r0) #11 4.804 (11/11) Installing dumb-init (1.2.5-r3) #11 4.813 Executing busybox-1.36.1-r28.trigger #11 4.817 Executing ca-certificates-20240226-r0.trigger #11 4.860 OK: 16 MiB in 27 packages #11 DONE 5.0s #12 [ 8/11] WORKDIR /app #12 DONE 4.2s #13 [ 9/11] RUN mkdir db #13 DONE 4.2s #14 [10/11] RUN chown node:node /app/* #14 DONE 3.8s #15 [11/11] RUN rm -rf /usr/local/lib/node_modules/@crosslab/lti/node_modules/express/node_modules/cookie #15 DONE 3.8s #16 exporting to image #16 exporting layers #16 exporting layers 14.9s done #16 writing image sha256:04ab773c666b428c3e38ac593cce8b746feed9539ac17685cf4bafa1e8da9c84 done #16 naming to docker.io/library/lti:0.2.8-dev.b1aff2a done #16 DONE 14.9s