#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.1s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 380B done
#2 DONE 0.1s

#3 [internal] load metadata for docker.io/library/node:lts-alpine
#3 DONE 0.9s

#4 [1/9] FROM docker.io/library/node:lts-alpine@sha256:eb8101caae9ac02229bd64c024919fe3d4504ff7f329da79ca60a04db08cef52
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 51.52kB done
#5 DONE 0.0s

#6 [2/9] WORKDIR /tmp
#6 CACHED

#7 [3/9] COPY .packages /tmp/packages
#7 DONE 1.2s

#8 [4/9] RUN npm install --global /tmp/packages/*
#8 20.57 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
#8 20.66 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
#8 20.72 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.74 npm warn deprecated gauge@4.0.4: This package is no longer supported.
#8 20.75 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
#8 20.80 npm warn deprecated npmlog@6.0.2: This package is no longer supported.
#8 20.82 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
#8 23.44 
#8 23.44 added 426 packages in 22s
#8 23.44 
#8 23.44 46 packages are looking for funding
#8 23.44   run `npm fund` for details
#8 23.44 npm notice
#8 23.44 npm notice New patch version of npm available! 10.8.1 -> 10.8.2
#8 23.44 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.2
#8 23.44 npm notice To update run: npm install -g npm@10.8.2
#8 23.44 npm notice
#8 DONE 23.5s

#9 [5/9] RUN rm -rf /tmp/packages
#9 DONE 2.2s

#10 [6/9] RUN apk add dumb-init
#10 2.095 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
#10 2.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
#10 2.706 (1/1) Installing dumb-init (1.2.5-r3)
#10 2.716 Executing busybox-1.36.1-r29.trigger
#10 2.721 OK: 11 MiB in 17 packages
#10 DONE 2.8s

#11 [7/9] WORKDIR /app
#11 DONE 2.3s

#12 [8/9] RUN mkdir db
#12 DONE 2.1s

#13 [9/9] RUN chown node:node /app/*
#13 DONE 2.9s

#14 exporting to image
#14 exporting layers
#14 exporting layers 4.1s done
#14 writing image sha256:bcae6e08c844a9c49d581c2cb16eb23e463f1b74dc5f6773f48de8876accb66c done
#14 naming to docker.io/library/null:0.2.8-dev.3ef599b done
#14 DONE 4.1s