#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 .dockerignore
#2 transferring context: 80B 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:7a91aa397f2e2dfbfcdad2e2d72599f374e0b0172be1d86eeb73f1d33f36a4b2
#4 DONE 0.0s

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

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

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

#8 [ 4/13] RUN npm install --global /tmp/packages/*
#8 27.46 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
#8 27.68 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
#8 32.08 
#8 32.08 added 786 packages in 31s
#8 32.08 
#8 32.08 77 packages are looking for funding
#8 32.08   run `npm fund` for details
#8 32.08 npm notice 
#8 32.08 npm notice New minor version of npm available! 10.5.0 -> 10.6.0
#8 32.08 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.6.0>
#8 32.08 npm notice Run `npm install -g npm@10.6.0` to update!
#8 32.08 npm notice 
#8 DONE 32.2s

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

#10 [ 6/13] RUN apk add dumb-init curl
#10 3.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
#10 3.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
#10 3.785 (1/9) Installing ca-certificates (20240226-r0)
#10 3.809 (2/9) Installing brotli-libs (1.1.0-r1)
#10 3.840 (3/9) Installing c-ares (1.27.0-r0)
#10 3.852 (4/9) Installing libunistring (1.1-r2)
#10 3.892 (5/9) Installing libidn2 (2.3.4-r4)
#10 3.903 (6/9) Installing nghttp2-libs (1.58.0-r0)
#10 3.914 (7/9) Installing libcurl (8.5.0-r0)
#10 3.933 (8/9) Installing curl (8.5.0-r0)
#10 3.947 (9/9) Installing dumb-init (1.2.5-r3)
#10 3.957 Executing busybox-1.36.1-r15.trigger
#10 3.961 Executing ca-certificates-20240226-r0.trigger
#10 4.014 OK: 15 MiB in 26 packages
#10 DONE 4.1s

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

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

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

#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.309   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#14 3.309                                  Dload  Upload   Total   Spent    Left  Speed
#14 3.309 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    87  100    87    0     0    956      0 --:--:-- --:--:-- --:--:--   966
#14 3.848 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#14 4.633 
100 37.1M  100 37.1M    0     0  28.0M      0  0:00:01  0:00:01 --:--:-- 28.0M
#14 DONE 4.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 3.536   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#15 3.536                                  Dload  Upload   Total   Spent    Left  Speed
#15 3.536 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#15 4.140 
  0 7951k    0 11015    0     0  18216      0  0:07:26 --:--:--  0:07:26 18216
100 7951k  100 7951k    0     0  8544k      0 --:--:-- --:--:-- --:--:-- 23.8M
#15 DONE 4.5s

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

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

#18 exporting to image
#18 exporting layers
#18 exporting layers 13.9s done
#18 writing image sha256:8a59c3e2aebe28b52469d4fd72e64a71bde5dcd1e8739c71d47f7002787e8175 done
#18 naming to docker.io/library/authorization-service:0.2.7-dev.bccdac6 done
#18 DONE 13.9s