#0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 88B done #1 DONE 0.3s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 561B done #2 DONE 0.3s #3 [internal] load metadata for docker.io/library/node:lts-alpine #3 DONE 0.7s #4 [ 1/11] FROM docker.io/library/node:lts-alpine@sha256:66c7d989b6dabba6b4305b88f40912679aebd9f387a5b16ffa76dfb9ae90b060 #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 169.74kB done #5 DONE 0.0s #6 [ 2/11] WORKDIR /tmp #6 CACHED #7 [ 3/11] COPY .packages /tmp/packages #7 DONE 2.5s #8 [ 4/11] RUN npm install --global /tmp/packages/* #8 29.99 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 30.09 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 30.31 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 30.34 npm warn deprecated gauge@4.0.4: This package is no longer supported. #8 30.34 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #8 30.40 npm warn deprecated npmlog@6.0.2: This package is no longer supported. #8 30.47 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #8 31.38 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 31.54 npm warn deprecated npmlog@6.0.2: This package is no longer supported. #8 31.56 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 31.60 npm warn deprecated gauge@4.0.4: This package is no longer supported. #8 31.68 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #8 31.70 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 31.93 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #8 36.62 #8 36.62 added 786 packages in 32s #8 36.62 #8 36.62 81 packages are looking for funding #8 36.62 run `npm fund` for details #8 36.62 npm notice #8 36.62 npm notice New minor version of npm available! 10.7.0 -> 10.8.1 #8 36.62 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.1 #8 36.62 npm notice To update run: npm install -g npm@10.8.1 #8 36.62 npm notice #8 DONE 36.7s #9 [ 5/11] RUN rm -rf /tmp/packages #9 DONE 4.1s #10 [ 6/11] COPY assets /app/assets #10 DONE 15.5s #11 [ 7/11] RUN apk add dumb-init curl #11 3.682 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz #11 3.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz #11 4.123 (1/11) Installing ca-certificates (20240226-r0) #11 4.145 (2/11) Installing brotli-libs (1.1.0-r2) #11 4.161 (3/11) Installing c-ares (1.28.1-r0) #11 4.170 (4/11) Installing libunistring (1.2-r0) #11 4.191 (5/11) Installing libidn2 (2.3.7-r0) #11 4.201 (6/11) Installing nghttp2-libs (1.62.0-r0) #11 4.212 (7/11) Installing libpsl (0.21.5-r1) #11 4.221 (8/11) Installing zstd-libs (1.5.6-r0) #11 4.237 (9/11) Installing libcurl (8.7.1-r0) #11 4.251 (10/11) Installing curl (8.7.1-r0) #11 4.263 (11/11) Installing dumb-init (1.2.5-r3) #11 4.274 Executing busybox-1.36.1-r28.trigger #11 4.277 Executing ca-certificates-20240226-r0.trigger #11 4.315 OK: 16 MiB in 27 packages #11 DONE 4.4s #12 [ 8/11] WORKDIR /app #12 DONE 7.9s #13 [ 9/11] RUN mkdir db #13 DONE 32.3s #14 [10/11] RUN chown node:node /app/* #14 DONE 4.1s #15 [11/11] RUN rm -rf /usr/local/lib/node_modules/@crosslab/lti/node_modules/express/node_modules/cookie #15 DONE 26.0s #16 exporting to image #16 exporting layers #16 exporting layers 31.4s done #16 writing image sha256:5d3faf816a2fe9fdc0c94d19b7bb49d92b93541a68e85dfad99ff488cded5119 done #16 naming to docker.io/library/lti:0.2.5-dev.01eee44 #16 naming to docker.io/library/lti:0.2.5-dev.01eee44 0.3s done #16 DONE 31.7s