#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: 561B done #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/node:lts-alpine #3 DONE 0.4s #4 [ 1/11] FROM docker.io/library/node:lts-alpine@sha256:c13b26e7e602ef2f1074aef304ce6e9b7dd284c419b35d89fcf3cc8e44a8def9 #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 170.44kB done #5 DONE 0.0s #6 [ 2/11] WORKDIR /tmp #6 CACHED #7 [ 3/11] COPY .packages /tmp/packages #7 DONE 0.3s #8 [ 4/11] RUN npm install --global /tmp/packages/* #8 33.17 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 33.28 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 33.37 npm warn deprecated gauge@4.0.4: This package is no longer supported. #8 33.37 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 33.40 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #8 33.40 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #8 33.41 npm warn deprecated npmlog@6.0.2: This package is no longer supported. #8 34.48 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 34.57 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 34.65 npm warn deprecated npmlog@6.0.2: This package is no longer supported. #8 34.72 npm warn deprecated gauge@4.0.4: This package is no longer supported. #8 34.80 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 34.80 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #8 35.02 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #8 35.42 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead #8 35.43 npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead #8 37.33 npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options. #8 39.60 #8 39.60 added 799 packages in 39s #8 39.60 #8 39.60 82 packages are looking for funding #8 39.60 run `npm fund` for details #8 39.61 npm notice #8 39.61 npm notice New minor version of npm available! 10.8.2 -> 10.9.0 #8 39.61 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.9.0 #8 39.61 npm notice To update run: npm install -g npm@10.9.0 #8 39.61 npm notice #8 DONE 39.6s #9 [ 5/11] RUN rm -rf /tmp/packages #9 DONE 3.7s #10 [ 6/11] COPY assets /app/assets #10 DONE 3.5s #11 [ 7/11] RUN apk add dumb-init curl #11 3.605 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz #11 3.789 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz #11 4.205 (1/11) Installing ca-certificates (20240705-r0) #11 4.229 (2/11) Installing brotli-libs (1.1.0-r2) #11 4.253 (3/11) Installing c-ares (1.33.1-r0) #11 4.264 (4/11) Installing libunistring (1.2-r0) #11 4.295 (5/11) Installing libidn2 (2.3.7-r0) #11 4.306 (6/11) Installing nghttp2-libs (1.62.1-r0) #11 4.315 (7/11) Installing libpsl (0.21.5-r1) #11 4.324 (8/11) Installing zstd-libs (1.5.6-r0) #11 4.345 (9/11) Installing libcurl (8.10.1-r0) #11 4.363 (10/11) Installing curl (8.10.1-r0) #11 4.375 (11/11) Installing dumb-init (1.2.5-r3) #11 4.384 Executing busybox-1.36.1-r29.trigger #11 4.389 Executing ca-certificates-20240705-r0.trigger #11 4.436 OK: 16 MiB in 27 packages #11 DONE 4.5s #12 [ 8/11] WORKDIR /app #12 DONE 3.2s #13 [ 9/11] RUN mkdir db #13 DONE 4.2s #14 [10/11] RUN chown node:node /app/* #14 DONE 3.4s #15 [11/11] RUN rm -rf /usr/local/lib/node_modules/@crosslab/lti/node_modules/express/node_modules/cookie #15 DONE 3.5s #16 exporting to image #16 exporting layers #16 exporting layers 13.6s done #16 writing image sha256:1f908b2f9b8b2bc33ebe59519b29b74414b9846ef47f03cf8f929f24b16c8423 done #16 naming to docker.io/library/lti:0.2.8-dev.0a7850b done #16 DONE 13.6s