-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.log
38 lines (28 loc) · 1020 Bytes
/
build.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 392B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/oven/bun:1
#2 DONE 0.4s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [base 1/1] FROM docker.io/oven/bun:1@sha256:5148f6742ac31fac28e6eab391ab1f11f6dfc0c8512c7a3679b374ec470f5982
#4 DONE 0.0s
#5 [runtime 1/4] WORKDIR /app
#5 CACHED
#6 [internal] load build context
#6 transferring context: 279.04kB 0.1s done
#6 DONE 0.1s
#7 [runtime 2/4] RUN groupadd -g 1002 nodejs && useradd -m -u 1002 -g nodejs nextjs
#7 DONE 2.0s
#8 [runtime 3/4] COPY .next/standalone ./
#8 DONE 0.3s
#9 [runtime 4/4] COPY .next/static ./.next/static
#9 DONE 0.1s
#10 exporting to image
#10 exporting layers
#10 exporting layers 0.4s done
#10 writing image sha256:5a41d7bc55a50ddfe24d696f52594561c4a848fe3a0441ebdee7e6531e0f6cdc done
#10 naming to docker.io/library/medo1:v2.0 done
#10 DONE 0.4s