#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.5s

#3 [internal] load .dockerignore
#3 transferring context: 80B done
#3 DONE 0.1s

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

#5 [internal] load build context
#5 transferring context: 48.07kB done
#5 DONE 0.1s

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

#7 [ 3/13] COPY .packages /tmp/packages
#7 DONE 1.1s

#8 [ 4/13] RUN npm install --global /tmp/packages/*
#8 14.46 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
#8 14.46 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
#8 14.55 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 14.55 npm warn deprecated npmlog@6.0.2: This package is no longer supported.
#8 14.58 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
#8 14.61 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
#8 14.73 npm warn deprecated gauge@4.0.4: This package is no longer supported.
#8 15.44 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
#8 15.54 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
#8 15.61 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 15.61 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
#8 15.61 npm warn deprecated npmlog@6.0.2: This package is no longer supported.
#8 15.66 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
#8 15.73 npm warn deprecated gauge@4.0.4: This package is no longer supported.
#8 20.05 
#8 20.05 added 678 packages in 19s
#8 20.05 
#8 20.05 54 packages are looking for funding
#8 20.05   run `npm fund` for details
#8 20.05 npm notice
#8 20.05 npm notice New major version of npm available! 10.9.2 -> 11.1.0
#8 20.05 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.1.0
#8 20.05 npm notice To update run: npm install -g npm@11.1.0
#8 20.05 npm notice
#8 DONE 20.1s

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

#10 [ 6/13] RUN apk add dumb-init curl
#10 3.240 fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
#10 3.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
#10 3.792 (1/10) Installing brotli-libs (1.1.0-r2)
#10 3.816 (2/10) Installing c-ares (1.34.3-r0)
#10 3.827 (3/10) Installing libunistring (1.2-r0)
#10 3.856 (4/10) Installing libidn2 (2.3.7-r0)
#10 3.866 (5/10) Installing nghttp2-libs (1.64.0-r0)
#10 3.876 (6/10) Installing libpsl (0.21.5-r3)
#10 3.885 (7/10) Installing zstd-libs (1.5.6-r2)
#10 3.903 (8/10) Installing libcurl (8.11.1-r0)
#10 3.919 (9/10) Installing curl (8.11.1-r0)
#10 3.931 (10/10) Installing dumb-init (1.2.5-r3)
#10 3.940 Executing busybox-1.37.0-r9.trigger
#10 3.944 OK: 14 MiB in 27 packages
#10 DONE 4.0s

#11 [ 7/13] WORKDIR /app
#11 DONE 3.2s

#12 [ 8/13] RUN mkdir db
#12 DONE 3.7s

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

#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 3.283   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#14 3.283                                  Dload  Upload   Total   Spent    Left  Speed
#14 3.283 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    87  100    87    0     0   1733      0 --:--:-- --:--:-- --:--:--  1775
#14 4.023 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#14 4.040 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 75 37.1M   75 28.2M    0     0  16.1M      0  0:00:02  0:00:01  0:00:01 28.4M
100 37.1M  100 37.1M    0     0  19.6M      0  0:00:01  0:00:01 --:--:-- 32.7M
#14 DONE 5.2s

#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 4.039   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#15 4.039                                  Dload  Upload   Total   Spent    Left  Speed
#15 4.039 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#15 4.765 
 18 7951k   18 1454k    0     0  2001k      0  0:00:03 --:--:--  0:00:03 2001k
100 7951k  100 7951k    0     0  8679k      0 --:--:-- --:--:-- --:--:-- 33.5M
#15 DONE 5.0s

#16 [12/13] COPY policy /app/policy
#16 DONE 3.0s

#17 [13/13] COPY relation_model.fga /app/relation_model.fga
#17 DONE 3.7s

#18 exporting to image
#18 exporting layers
#18 exporting layers 10.2s done
#18 writing image sha256:ab2bacbd0d1cda5cc5ca21b7f55fbc7f55fc1a6cbd049dac10c941df665929cd done
#18 naming to docker.io/library/authorization-service:0.3.1 done
#18 DONE 10.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)