#0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 52B done #1 ... #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 429B done #2 DONE 0.7s #1 [internal] load .dockerignore #1 DONE 0.9s #3 [internal] load metadata for docker.io/library/node:lts-alpine #3 DONE 1.2s #4 [1/9] FROM docker.io/library/node:lts-alpine@sha256:32427bc0620132b2d9e79e405a1b27944d992501a20417a7f407427cc4c2b672 #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 227.24kB done #5 DONE 0.4s #6 [2/9] WORKDIR /tmp #6 CACHED #7 [3/9] COPY .packages /tmp/packages #7 DONE 2.1s #8 [4/9] RUN npm install --global /tmp/packages/* #8 24.81 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 25.86 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 38.15 #8 38.15 added 586 packages in 36s #8 38.15 #8 38.15 34 packages are looking for funding #8 38.15 run `npm fund` for details #8 38.15 npm notice #8 38.15 npm notice New patch version of npm available! 10.2.3 -> 10.2.5 #8 38.15 npm notice Changelog: #8 38.15 npm notice Run `npm install -g npm@10.2.5` to update! #8 38.15 npm notice #8 DONE 38.3s #9 [5/9] RUN rm -rf /tmp/packages #9 DONE 4.2s #10 [6/9] RUN apk add dumb-init openldap-clients #10 4.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz #10 4.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz #10 4.845 (1/6) Installing dumb-init (1.2.5-r2) #10 4.867 (2/6) Installing gdbm (1.23-r1) #10 4.881 (3/6) Installing libsasl (2.1.28-r4) #10 4.902 (4/6) Installing libldap (2.6.5-r0) #10 4.922 (5/6) Installing libuuid (2.38.1-r8) #10 4.936 (6/6) Installing openldap-clients (2.6.5-r0) #10 4.960 Executing busybox-1.36.1-r5.trigger #10 4.966 OK: 11 MiB in 23 packages #10 DONE 5.8s #11 [7/9] WORKDIR /app #11 DONE 4.8s #12 [8/9] RUN mkdir db #12 DONE 9.2s #13 [9/9] RUN chown node:node /app/* #13 DONE 7.7s #14 exporting to image #14 exporting layers #14 exporting layers 38.9s done #14 writing image sha256:b8d79b68c839d06868b60cc63b796ffe27ff2dad722a2baeab8c63ef225681d7 0.0s done #14 naming to docker.io/library/auth-service:0.2.4-dev.86d1136 #14 naming to docker.io/library/auth-service:0.2.4-dev.86d1136 0.1s done #14 DONE 39.0s