#0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 812B done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/node:lts-alpine #2 DONE 0.4s #3 [internal] load .dockerignore #3 transferring context: 80B 0.0s done #3 DONE 0.0s #4 [ 1/13] FROM docker.io/library/node:lts-alpine@sha256:41e4389f3d988d2ed55392df4db1420ad048ae53324a8e2b7c6d19508288107e #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 48.17kB done #5 DONE 0.0s #6 [ 2/13] WORKDIR /tmp #6 CACHED #7 [ 3/13] COPY .packages /tmp/packages #7 DONE 1.7s #8 [ 4/13] RUN npm install --global /tmp/packages/* #8 18.88 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 18.97 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 19.20 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 19.26 npm warn deprecated npmlog@6.0.2: This package is no longer supported. #8 19.29 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #8 19.34 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #8 20.12 npm warn deprecated gauge@4.0.4: This package is no longer supported. #8 21.03 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. #8 21.21 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 21.36 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 21.42 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported #8 21.42 npm warn deprecated npmlog@6.0.2: This package is no longer supported. #8 21.50 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported #8 21.89 npm warn deprecated gauge@4.0.4: This package is no longer supported. #8 22.74 npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead #8 28.70 #8 28.70 added 643 packages in 27s #8 28.70 #8 28.70 54 packages are looking for funding #8 28.70 run `npm fund` for details #8 28.71 npm notice #8 28.71 npm notice New major version of npm available! 10.9.2 -> 11.4.2 #8 28.71 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2 #8 28.71 npm notice To update run: npm install -g npm@11.4.2 #8 28.71 npm notice #8 DONE 28.9s #9 [ 5/13] RUN rm -rf /tmp/packages #9 DONE 6.2s #10 [ 6/13] RUN apk add dumb-init curl #10 6.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz #10 7.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz #10 7.985 (1/10) Installing brotli-libs (1.1.0-r2) #10 8.029 (2/10) Installing c-ares (1.34.5-r0) #10 8.062 (3/10) Installing libunistring (1.3-r0) #10 8.118 (4/10) Installing libidn2 (2.3.7-r0) #10 8.128 (5/10) Installing nghttp2-libs (1.65.0-r0) #10 8.161 (6/10) Installing libpsl (0.21.5-r3) #10 8.170 (7/10) Installing zstd-libs (1.5.7-r0) #10 8.211 (8/10) Installing libcurl (8.14.1-r0) #10 8.254 (9/10) Installing curl (8.14.1-r0) #10 8.266 (10/10) Installing dumb-init (1.2.5-r3) #10 8.274 Executing busybox-1.37.0-r18.trigger #10 8.326 OK: 15 MiB in 28 packages #10 DONE 8.5s #11 [ 7/13] WORKDIR /app #11 DONE 6.6s #12 [ 8/13] RUN mkdir db #12 DONE 6.5s #13 [ 9/13] RUN chown node:node /app/* #13 DONE 6.6s #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 5.867 % Total % Received % Xferd Average Speed Time Time Time Current #14 5.867 Dload Upload Total Spent Left Speed #14 5.867 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87 100 87 0 0 959 0 --:--:-- --:--:-- --:--:-- 966 #14 6.155 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 #14 7.064 18 37.1M 18 7175k 0 0 5991k 0 0:00:06 0:00:01 0:00:05 5991k 70 37.1M 70 26.0M 0 0 11.8M 0 0:00:03 0:00:02 0:00:01 19.0M 100 37.1M 100 37.1M 0 0 12.4M 0 0:00:02 0:00:02 --:--:-- 16.9M #14 DONE 8.9s #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 6.471 % Total % Received % Xferd Average Speed Time Time Time Current #15 6.471 Dload Upload Total Spent Left Speed #15 6.471 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 #15 7.133 17 7951k 17 1358k 0 0 2052k 0 0:00:03 --:--:-- 0:00:03 2052k 100 7951k 100 7951k 0 0 7152k 0 0:00:01 0:00:01 --:--:-- 14.3M #15 DONE 7.7s #16 [12/13] COPY policy /app/policy #16 DONE 6.3s #17 [13/13] COPY relation_model.fga /app/relation_model.fga #17 DONE 5.9s #18 exporting to image #18 exporting layers #18 exporting layers 17.2s done #18 writing image sha256:c6b28437a56fbc36ff623f284fb8b1222e6e0ba010c02260801dbd3ead11db4b done #18 naming to docker.io/library/authorization-service:0.3.2-dev.e22ca98 done #18 DONE 17.2s 4 warnings found (use docker --debug to expand):  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 20) - 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)