#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 80B done
#1 DONE 0.0s

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

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

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

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

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

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

#8 [ 4/13] RUN npm install --global /tmp/packages/*
#8 20.02 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
#8 20.07 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
#8 20.15 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.18 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
#8 20.18 npm warn deprecated npmlog@6.0.2: This package is no longer supported.
#8 20.24 npm warn deprecated gauge@4.0.4: This package is no longer supported.
#8 20.33 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
#8 21.18 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
#8 21.31 npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
#8 21.39 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.41 npm warn deprecated npmlog@6.0.2: This package is no longer supported.
#8 21.41 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
#8 21.41 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
#8 21.45 npm warn deprecated gauge@4.0.4: This package is no longer supported.
#8 25.08 
#8 25.08 added 688 packages in 24s
#8 25.08 
#8 25.08 52 packages are looking for funding
#8 25.08   run `npm fund` for details
#8 25.08 npm notice
#8 25.08 npm notice New patch version of npm available! 10.8.2 -> 10.8.3
#8 25.08 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.3
#8 25.08 npm notice To update run: npm install -g npm@10.8.3
#8 25.08 npm notice
#8 DONE 25.1s

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

#10 [ 6/13] RUN apk add dumb-init curl
#10 2.663 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
#10 2.786 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
#10 3.086 (1/11) Installing ca-certificates (20240705-r0)
#10 3.107 (2/11) Installing brotli-libs (1.1.0-r2)
#10 3.123 (3/11) Installing c-ares (1.28.1-r0)
#10 3.132 (4/11) Installing libunistring (1.2-r0)
#10 3.151 (5/11) Installing libidn2 (2.3.7-r0)
#10 3.161 (6/11) Installing nghttp2-libs (1.62.1-r0)
#10 3.170 (7/11) Installing libpsl (0.21.5-r1)
#10 3.178 (8/11) Installing zstd-libs (1.5.6-r0)
#10 3.193 (9/11) Installing libcurl (8.9.1-r1)
#10 3.206 (10/11) Installing curl (8.9.1-r1)
#10 3.216 (11/11) Installing dumb-init (1.2.5-r3)
#10 3.226 Executing busybox-1.36.1-r29.trigger
#10 3.230 Executing ca-certificates-20240705-r0.trigger
#10 3.274 OK: 16 MiB in 27 packages
#10 DONE 3.3s

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

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

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

#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 2.792   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#14 2.792                                  Dload  Upload   Total   Spent    Left  Speed
#14 2.792 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    87  100    87    0     0   1580      0 --:--:-- --:--:-- --:--:--  1611
#14 3.101 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#14 3.622 
  1 37.1M    1  637k    0     0   768k      0  0:00:49 --:--:--  0:00:49  768k
100 37.1M  100 37.1M    0     0  27.9M      0  0:00:01  0:00:01 --:--:-- 73.1M
#14 DONE 4.3s

#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 2.938   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#15 2.938                                  Dload  Upload   Total   Spent    Left  Speed
#15 2.938 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#15 3.681 
  0 7951k    0 11015    0     0  14836      0  0:09:08 --:--:--  0:09:08 14836
100 7951k  100 7951k    0     0  7649k      0  0:00:01  0:00:01 --:--:-- 26.1M
#15 DONE 4.0s

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

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

#18 exporting to image
#18 exporting layers
#18 exporting layers 12.7s done
#18 writing image sha256:ff8b464eb4c15dce22a897e7eb1ab972ad525dd175811a33264b0be12276b25d done
#18 naming to docker.io/library/authorization-service:0.2.8-dev.6127c14 done
#18 DONE 12.7s