#0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 812B 0.0s done #1 DONE 0.9s #2 [internal] load metadata for docker.io/library/node:lts-alpine #2 DONE 2.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 80B 0.0s done #3 DONE 0.8s #4 [internal] load build context #4 ... #5 [ 1/13] FROM docker.io/library/node:lts-alpine@sha256:1b2479dd35a99687d6638f5976fd235e26c5b37e8122f786fcd5fe231d63de5b #5 DONE 0.0s #4 [internal] load build context #4 transferring context: 48.30kB 0.0s done #4 DONE 0.8s #6 [ 2/13] WORKDIR /tmp #6 CACHED #7 [ 3/13] COPY .packages /tmp/packages #7 DONE 28.1s #8 [ 4/13] RUN npm install --global /tmp/packages/* #8 32.45 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 32.46 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 32.84 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 32.87 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #8 32.87 npm warn deprecated npmlog@6.0.2: This package is no longer supported. #8 32.93 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #8 33.36 npm warn deprecated gauge@4.0.4: This package is no longer supported. #8 35.13 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 35.37 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 35.53 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 35.66 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #8 35.67 npm warn deprecated npmlog@6.0.2: This package is no longer supported. #8 35.67 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #8 36.39 npm warn deprecated gauge@4.0.4: This package is no longer supported. #8 37.10 npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead #8 44.59 #8 44.59 added 664 packages in 42s #8 44.59 #8 44.59 63 packages are looking for funding #8 44.59 run `npm fund` for details #8 44.59 npm notice #8 44.59 npm notice New major version of npm available! 10.9.3 -> 11.5.2 #8 44.59 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.5.2 #8 44.59 npm notice To update run: npm install -g npm@11.5.2 #8 44.59 npm notice #8 DONE 44.8s #9 [ 5/13] RUN rm -rf /tmp/packages #9 DONE 8.8s #10 [ 6/13] RUN apk add dumb-init curl #10 22.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz #10 22.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz #10 23.56 (1/10) Installing brotli-libs (1.1.0-r2) #10 23.61 (2/10) Installing c-ares (1.34.5-r0) #10 23.62 (3/10) Installing libunistring (1.3-r0) #10 23.70 (4/10) Installing libidn2 (2.3.7-r0) #10 23.71 (5/10) Installing nghttp2-libs (1.65.0-r0) #10 23.72 (6/10) Installing libpsl (0.21.5-r3) #10 23.75 (7/10) Installing zstd-libs (1.5.7-r0) #10 23.77 (8/10) Installing libcurl (8.14.1-r1) #10 23.81 (9/10) Installing curl (8.14.1-r1) #10 23.85 (10/10) Installing dumb-init (1.2.5-r3) #10 23.86 Executing busybox-1.37.0-r18.trigger #10 23.90 OK: 15 MiB in 28 packages #10 DONE 24.2s #11 [ 7/13] WORKDIR /app #11 DONE 8.6s #12 [ 8/13] RUN mkdir db #12 DONE 16.4s #13 [ 9/13] RUN chown node:node /app/* #13 DONE 8.8s #14 [10/13] RUN curl -L -o /usr/bin/opa https://openpolicyagent.org/downloads/v0.54.0/opa_linux_amd64_static && chmod 755 /usr/bin/opa #14 17.22 % Total % Received % Xferd Average Speed Time Time Time Current #14 17.22 Dload Upload Total Spent Left Speed #14 17.22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87 100 87 0 0 1176 0 --:--:-- --:--:-- --:--:-- 1191 #14 17.50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 #14 18.43 31 37.1M 31 11.8M 0 0 9969k 0 0:00:03 0:00:01 0:00:02 9969k 90 37.1M 90 33.6M 0 0 15.1M 0 0:00:02 0:00:02 --:--:-- 21.8M 100 37.1M 100 37.1M 0 0 15.7M 0 0:00:02 0:00:02 --:--:-- 22.1M #14 DONE 19.7s #15 [11/13] RUN curl -L https://github.com/openfga/openfga/releases/download/v1.2.0/openfga_1.2.0_linux_amd64.tar.gz | tar -xz -C /opt/ && chmod 755 /opt/openfga && ln -s /opt/openfga /usr/bin/openfga #15 10.32 % Total % Received % Xferd Average Speed Time Time Time Current #15 10.32 Dload Upload Total Spent Left Speed #15 10.32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 #15 10.65 2 7951k 2 159k 0 0 481k 0 0:00:16 --:--:-- 0:00:16 481k 100 7951k 100 7951k 0 0 8844k 0 --:--:-- --:--:-- --:--:-- 13.4M #15 DONE 11.3s #16 [12/13] COPY policy /app/policy #16 DONE 17.5s #17 [13/13] COPY relation_model.fga /app/relation_model.fga #17 DONE 7.6s #18 exporting to image #18 exporting layers #18 exporting layers 46.3s done #18 writing image sha256:c4af55116cb073888df5a60062c38b1b0a899430a3b12bf3c425507e353a25e8 done #18 naming to docker.io/library/authorization-service:0.4.0 done #18 DONE 46.4s 4 warnings found (use docker --debug to expand):  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 21) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 22) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 23) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 20)