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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428 |
+ cd soju-containers
+ platforms=linux/amd64,linux/arm64,linux/arm/v6
+ podman build --platform linux/amd64,linux/arm64,linux/arm/v6 --target soju --manifest soju soju
[linux/amd64] [1/2] STEP 1/7: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS soju-build
Trying to pull docker.io/library/golang:alpine...
Getting image source signatures
Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
Copying blob sha256:1f3e46996e2966e4faa5846e56e76e3748b7315e2ded61476c24403d592134f0
Copying blob sha256:d3d5e94dedf03123c13c33c9f461a159dffbfd2152083ecf3c4c39c215e73fba
Copying blob sha256:a648298ca3cb141d19da2ac4305e3b151f5a91715c71246b81fdb6a32c7ad9e1
Copying blob sha256:009968c6529e09b95bd1a1de21301f30aa4628cbced5fe0a8fe0c6c6c592b6c5
Copying config sha256:b0dd8d95a22097eb75e2c20ccf94b3957f40380944a4c8b263cc39ea5ff0d3e7
Writing manifest to image destination
[linux/amd64] [1/2] STEP 2/7: RUN --mount=type=cache,target=/var/cache/apk apk -U add build-base ca-certificates tzdata
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
(1/22) Installing libgcc (14.2.0-r4)
(2/22) Installing jansson (2.14-r4)
(3/22) Installing libstdc++ (14.2.0-r4)
(4/22) Installing zstd-libs (1.5.6-r2)
(5/22) Installing binutils (2.43.1-r1)
(6/22) Installing libmagic (5.46-r2)
(7/22) Installing file (5.46-r2)
(8/22) Installing libgomp (14.2.0-r4)
(9/22) Installing libatomic (14.2.0-r4)
(10/22) Installing gmp (6.3.0-r2)
(11/22) Installing isl26 (0.26-r1)
(12/22) Installing mpfr4 (4.2.1-r0)
(13/22) Installing mpc1 (1.3.1-r1)
(14/22) Installing gcc (14.2.0-r4)
(15/22) Installing libstdc++-dev (14.2.0-r4)
(16/22) Installing musl-dev (1.2.5-r8)
(17/22) Installing g++ (14.2.0-r4)
(18/22) Installing make (4.4.1-r2)
(19/22) Installing fortify-headers (1.1-r5)
(20/22) Installing patch (2.7.6-r10)
(21/22) Installing build-base (0.5-r3)
(22/22) Installing tzdata (2024b-r1)
Executing busybox-1.37.0-r9.trigger
OK: 244 MiB in 38 packages
--> 5945f4397ffd
[linux/amd64] [1/2] STEP 3/7: ARG SOJU_REF=master
--> ef3b08db2ad3
[linux/amd64] [1/2] STEP 4/7: ADD https://codeberg.org/emersion/soju.git#${SOJU_REF} /src/
--> 7286b0990632
[linux/amd64] [1/2] STEP 5/7: WORKDIR /src
--> 15b0a05969c2
[linux/amd64] [1/2] STEP 6/7: ARG TARGETOS TARGETARCH TARGETPLATFORM BUILDPLATFORM
--> 5208605f41e4
[linux/amd64] [1/2] STEP 7/7: RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/root/go/pkg/mod <<EOF (if [ "$TARGETPLATFORM" = "$BUILDPLATFORM" ]; then...)
go: downloading github.com/pires/go-proxyproto v0.8.0
go: downloading github.com/prometheus/client_golang v1.20.5
go: downloading golang.org/x/crypto v0.31.0
go: downloading github.com/SherClockHolmes/webpush-go v1.3.1-0.20250102224029-1d350302adf0
go: downloading github.com/coder/websocket v1.8.12
go: downloading github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6
go: downloading golang.org/x/time v0.8.0
go: downloading gopkg.in/irc.v4 v4.0.0
go: downloading codeberg.org/emersion/go-scfg v0.1.0
go: downloading git.sr.ht/~emersion/go-sqlite3-fts5 v0.0.0-20240124102820-f3a72e8b79b1
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/mattn/go-sqlite3 v1.14.24
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.59.1
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/klauspost/compress v1.17.9
go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
go: downloading github.com/golang-jwt/jwt/v5 v5.2.1
go: downloading golang.org/x/term v0.27.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/sys v0.28.0
--> aab497ebebaf
[linux/amd64] [2/2] STEP 1/7: FROM scratch AS soju
[linux/amd64] [2/2] STEP 2/7: COPY --from=soju-build /src/soju /src/sojudb /src/sojuctl /
--> 62eab73b52ae
[linux/amd64] [2/2] STEP 3/7: COPY --from=soju-build /usr/share/zoneinfo /usr/share/zoneinfo
--> 0a1084226ad0
[linux/amd64] [2/2] STEP 4/7: COPY --from=soju-build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
--> 42938bc96b5c
[linux/amd64] [2/2] STEP 5/7: ENV PATH=/
--> 36bd4a379360
[linux/amd64] [2/2] STEP 6/7: ENTRYPOINT ["soju"]
--> 14e1acea4008
[linux/amd64] [2/2] STEP 7/7: HEALTHCHECK CMD ["sojuctl", "help"]
[linux/amd64] [2/2] COMMIT
time="2025-02-04T21:23:02Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format"
--> e1b78f120238
[linux/arm/v6] [1/2] STEP 1/7: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS soju-build
e1b78f120238b57dba51b1c156c3600c3cd3c6a492fadd4ad7cff67ca94fff3d
[linux/arm/v6] [1/2] STEP 2/7: RUN --mount=type=cache,target=/var/cache/apk apk -U add build-base ca-certificates tzdata
--> Using cache 5945f4397ffd606c06340085c1e9320a1e3d1f66e0524bd766c1e96fdf8adf0b
--> 5945f4397ffd
[linux/arm/v6] [1/2] STEP 3/7: ARG SOJU_REF=master
--> Using cache ef3b08db2ad3518a7ef4fda904ea51c3296ff1e5972384ada9ace33791beae14
--> ef3b08db2ad3
[linux/arm/v6] [1/2] STEP 4/7: ADD https://codeberg.org/emersion/soju.git#${SOJU_REF} /src/
--> f6851964582a
[linux/arm/v6] [1/2] STEP 5/7: WORKDIR /src
--> ac1aadf12c41
[linux/arm/v6] [1/2] STEP 6/7: ARG TARGETOS TARGETARCH TARGETPLATFORM BUILDPLATFORM
--> 84da3ac893fa
[linux/arm/v6] [1/2] STEP 7/7: RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/root/go/pkg/mod <<EOF (if [ "$TARGETPLATFORM" = "$BUILDPLATFORM" ]; then...)
go: downloading gopkg.in/irc.v4 v4.0.0
go: downloading golang.org/x/crypto v0.31.0
go: downloading codeberg.org/emersion/go-scfg v0.1.0
go: downloading github.com/pires/go-proxyproto v0.8.0
go: downloading github.com/prometheus/client_golang v1.20.5
go: downloading github.com/lib/pq v1.10.9
go: downloading modernc.org/sqlite v1.34.1
go: downloading golang.org/x/time v0.8.0
go: downloading github.com/SherClockHolmes/webpush-go v1.3.1-0.20250102224029-1d350302adf0
go: downloading github.com/coder/websocket v1.8.12
go: downloading github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.59.1
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/klauspost/compress v1.17.9
go: downloading golang.org/x/term v0.27.0
go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
go: downloading github.com/golang-jwt/jwt/v5 v5.2.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/sys v0.28.0
go: downloading modernc.org/libc v1.61.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading golang.org/x/exp v0.0.0-20231108232855-2478ac86f678
go: downloading modernc.org/mathutil v1.6.0
go: downloading modernc.org/memory v1.8.0
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
--> 2259df530cae
[linux/arm64] [1/2] STEP 1/7: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS soju-build
[linux/arm64] [1/2] STEP 2/7: RUN --mount=type=cache,target=/var/cache/apk apk -U add build-base ca-certificates tzdata
--> Using cache 5945f4397ffd606c06340085c1e9320a1e3d1f66e0524bd766c1e96fdf8adf0b
--> 5945f4397ffd
[linux/arm64] [1/2] STEP 3/7: ARG SOJU_REF=master
--> Using cache ef3b08db2ad3518a7ef4fda904ea51c3296ff1e5972384ada9ace33791beae14
--> ef3b08db2ad3
[linux/arm64] [1/2] STEP 4/7: ADD https://codeberg.org/emersion/soju.git#${SOJU_REF} /src/
--> 66ec7367d907
[linux/arm64] [1/2] STEP 5/7: WORKDIR /src
--> fcfe01e14b05
[linux/arm64] [1/2] STEP 6/7: ARG TARGETOS TARGETARCH TARGETPLATFORM BUILDPLATFORM
--> 25254d7eaa75
[linux/arm64] [1/2] STEP 7/7: RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/root/go/pkg/mod <<EOF (if [ "$TARGETPLATFORM" = "$BUILDPLATFORM" ]; then...)
go: downloading gopkg.in/irc.v4 v4.0.0
go: downloading golang.org/x/crypto v0.31.0
go: downloading github.com/pires/go-proxyproto v0.8.0
go: downloading github.com/prometheus/client_golang v1.20.5
go: downloading codeberg.org/emersion/go-scfg v0.1.0
go: downloading github.com/lib/pq v1.10.9
go: downloading modernc.org/sqlite v1.34.1
go: downloading golang.org/x/time v0.8.0
go: downloading github.com/SherClockHolmes/webpush-go v1.3.1-0.20250102224029-1d350302adf0
go: downloading github.com/coder/websocket v1.8.12
go: downloading github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.59.1
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/klauspost/compress v1.17.9
go: downloading golang.org/x/term v0.27.0
go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
go: downloading github.com/golang-jwt/jwt/v5 v5.2.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/sys v0.28.0
go: downloading modernc.org/libc v1.61.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading golang.org/x/exp v0.0.0-20231108232855-2478ac86f678
go: downloading modernc.org/mathutil v1.6.0
go: downloading modernc.org/memory v1.8.0
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
--> c7fbd3d304e5
[linux/arm/v6] [2/2] STEP 1/7: FROM scratch AS soju
[linux/arm/v6] [2/2] STEP 2/7: COPY --from=soju-build /src/soju /src/sojudb /src/sojuctl /
--> 5a8ced6ee7e2
[linux/arm/v6] [2/2] STEP 3/7: COPY --from=soju-build /usr/share/zoneinfo /usr/share/zoneinfo
--> 869f972e8303
[linux/arm/v6] [2/2] STEP 4/7: COPY --from=soju-build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
--> f56b86bab639
[linux/arm/v6] [2/2] STEP 5/7: ENV PATH=/
--> a5983298ff16
[linux/arm/v6] [2/2] STEP 6/7: ENTRYPOINT ["soju"]
--> a7c77b32c34b
[linux/arm/v6] [2/2] STEP 7/7: HEALTHCHECK CMD ["sojuctl", "help"]
[linux/arm/v6] [2/2] COMMIT
time="2025-02-04T21:24:12Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format"
--> 4a99701fb45b
[linux/arm64] [2/2] STEP 1/7: FROM scratch AS soju
[linux/arm64] [2/2] STEP 2/7: COPY --from=soju-build /src/soju /src/sojudb /src/sojuctl /
4a99701fb45b5dd3931d480ec99694863d71389c7149cf8499233b70b6d6af96
--> 127e09836ffd
[linux/arm64] [2/2] STEP 3/7: COPY --from=soju-build /usr/share/zoneinfo /usr/share/zoneinfo
--> c3914ea2897d
[linux/arm64] [2/2] STEP 4/7: COPY --from=soju-build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
--> de083f617b80
[linux/arm64] [2/2] STEP 5/7: ENV PATH=/
--> b9244db35666
[linux/arm64] [2/2] STEP 6/7: ENTRYPOINT ["soju"]
--> 25752279eae5
[linux/arm64] [2/2] STEP 7/7: HEALTHCHECK CMD ["sojuctl", "help"]
[linux/arm64] [2/2] COMMIT
time="2025-02-04T21:24:13Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format"
--> e1defd49ce51
e1defd49ce51c4d3f11ee130cea31ef6e18a337136fc43230cbcefb8c0f68f62
+ podman build --platform linux/amd64,linux/arm64,linux/arm/v6 --target gamja --manifest gamja gamja
[linux/arm/v6] [1/3] STEP 1/6: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS kimchi-build
[linux/arm/v6] [1/3] STEP 2/6: ARG KIMCHI_REF=master
--> 55bd598fdfed
[linux/arm/v6] [1/3] STEP 3/6: ADD https://codeberg.org/emersion/kimchi.git#${KIMCHI_REF} /src/
--> 3d535f75176c
[linux/arm/v6] [1/3] STEP 4/6: WORKDIR /src
--> 4ac3833df865
[linux/arm/v6] [1/3] STEP 5/6: ARG TARGETOS TARGETARCH
--> 0ace063bc95d
[linux/arm/v6] [1/3] STEP 6/6: RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/root/go/pkg/mod GOOS=$TARGETOS GOARCH=$TARGETARCH go build
go: downloading github.com/pires/go-proxyproto v0.8.0
go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20250102010123-2f3fb2d5d50e
go: downloading golang.org/x/net v0.34.0
go: downloading golang.org/x/text v0.22.0
--> 1d4043989ef7
[linux/arm/v6] [2/3] STEP 1/5: FROM --platform=linux/amd64 docker.io/library/node:alpine AS gamja-build
Trying to pull docker.io/library/node:alpine...
Getting image source signatures
Copying blob sha256:7daf61b3a5213813ebc0d58ce8e76fcb6244e2a6cd13602f58263f6103ca34e1
Copying blob sha256:1f3e46996e2966e4faa5846e56e76e3748b7315e2ded61476c24403d592134f0
Copying blob sha256:8e453ffab4f9ca7d90ed105bd4bcca4a6a66b34e4bf302192067d4b012749f33
Copying blob sha256:f20b88d69c851dfd548ffcddf64704a16412dab3885e9169326edba80c6be53c
Copying config sha256:515c75eea952cef41bb17e10a1c89f2042be1c909010201707287be115e2a620
Writing manifest to image destination
[linux/arm/v6] [2/3] STEP 2/5: ARG GAMJA_REF=master
--> acf54c107c20
[linux/arm/v6] [2/3] STEP 3/5: ADD https://codeberg.org/emersion/gamja.git#${GAMJA_REF} /src/
--> 59ed72c381bd
[linux/arm/v6] [2/3] STEP 4/5: WORKDIR /src
--> bb42b1eb84e0
[linux/arm/v6] [2/3] STEP 5/5: RUN --mount=type=cache,target=/src/node_modules --mount=type=cache,target=/src/.parcel-cache npm install --include=dev && npm run build
added 249 packages, and audited 250 packages in 5s
110 packages are looking for funding
run `npm fund` for details
3 vulnerabilities (1 high, 2 critical)
To address issues that do not require attention, run:
npm audit fix
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
npm notice
npm notice New major version of npm available! 10.9.2 -> 11.1.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.1.0
npm notice To update run: npm install -g npm@11.1.0
npm notice
> build
> parcel build
78Building...
Bundling...
Packaging & Optimizing...
✨ Built in 1.07s
dist/index.html 574 B 128ms
dist/manifest.webmanifest 99 B 94ms
dist/index.953868ce.css 10.4 kB 113ms
dist/index.7fbdf9ee.js 150.46 kB 268ms
--> 2583e15bd565
[linux/amd64] [1/3] STEP 1/6: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS kimchi-build
[linux/amd64] [1/3] STEP 2/6: ARG KIMCHI_REF=master
--> Using cache 55bd598fdfed7e6364213e06053391b8aae17a27b17a05c9450c1f91ac7e5410
--> 55bd598fdfed
[linux/amd64] [1/3] STEP 3/6: ADD https://codeberg.org/emersion/kimchi.git#${KIMCHI_REF} /src/
--> 54d7ab965c64
[linux/amd64] [1/3] STEP 4/6: WORKDIR /src
--> d8883b14c50a
[linux/amd64] [1/3] STEP 5/6: ARG TARGETOS TARGETARCH
--> d432712c83c8
[linux/amd64] [1/3] STEP 6/6: RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/root/go/pkg/mod GOOS=$TARGETOS GOARCH=$TARGETARCH go build
go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20250102010123-2f3fb2d5d50e
go: downloading github.com/pires/go-proxyproto v0.8.0
go: downloading golang.org/x/net v0.34.0
go: downloading golang.org/x/text v0.22.0
--> d982f8800f8c
[linux/arm64] [1/3] STEP 1/6: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS kimchi-build
[linux/arm64] [1/3] STEP 2/6: ARG KIMCHI_REF=master
--> Using cache 55bd598fdfed7e6364213e06053391b8aae17a27b17a05c9450c1f91ac7e5410
--> 55bd598fdfed
[linux/arm64] [1/3] STEP 3/6: ADD https://codeberg.org/emersion/kimchi.git#${KIMCHI_REF} /src/
--> 4e7b10e44d40
[linux/arm64] [1/3] STEP 4/6: WORKDIR /src
--> 6487ab2045ba
[linux/arm64] [1/3] STEP 5/6: ARG TARGETOS TARGETARCH
--> 12292fbac7d6
[linux/arm64] [1/3] STEP 6/6: RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/root/go/pkg/mod GOOS=$TARGETOS GOARCH=$TARGETARCH go build
go: downloading github.com/pires/go-proxyproto v0.8.0
go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20250102010123-2f3fb2d5d50e
go: downloading golang.org/x/net v0.34.0
go: downloading golang.org/x/text v0.22.0
--> e69b318fc5b8
[linux/arm/v6] [3/3] STEP 1/5: FROM scratch AS gamja
[linux/arm/v6] [3/3] STEP 2/5: COPY --from=kimchi-build /src/kimchi /kimchi
--> bff955d569f6
[linux/arm/v6] [3/3] STEP 3/5: COPY --from=gamja-build /src/dist /gamja
--> 07bcf1daf3e1
[linux/arm/v6] [3/3] STEP 4/5: ADD kimchi-config /kimchi-config
--> 67e384a5528c
[linux/arm/v6] [3/3] STEP 5/5: CMD ["/kimchi", "-config", "/kimchi-config"]
[linux/arm/v6] [3/3] COMMIT
--> 942358e084f4
[linux/amd64] [2/3] STEP 1/5: FROM --platform=linux/amd64 docker.io/library/node:alpine AS gamja-build
942358e084f484012002db6d0f6712193678fd3ee819812e6332e3f0fa1093fa
[linux/amd64] [2/3] STEP 2/5: ARG GAMJA_REF=master
--> Using cache acf54c107c200a2310672112e0aa40cd43c86dfdf04e6eea570d1dd507996724
--> acf54c107c20
[linux/amd64] [2/3] STEP 3/5: ADD https://codeberg.org/emersion/gamja.git#${GAMJA_REF} /src/
--> 56d292908470
[linux/amd64] [2/3] STEP 4/5: WORKDIR /src
--> edf715f65bc3
[linux/amd64] [2/3] STEP 5/5: RUN --mount=type=cache,target=/src/node_modules --mount=type=cache,target=/src/.parcel-cache npm install --include=dev && npm run build
up to date, audited 250 packages in 980ms
110 packages are looking for funding
run `npm fund` for details
3 vulnerabilities (1 high, 2 critical)
To address issues that do not require attention, run:
npm audit fix
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
npm notice
npm notice New major version of npm available! 10.9.2 -> 11.1.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.1.0
npm notice To update run: npm install -g npm@11.1.0
npm notice
> build
> parcel build
78Building...
Bundling...
✨ Built in 779ms
dist/index.html 574 B 128ms
dist/manifest.webmanifest 99 B 94ms
dist/index.953868ce.css 10.4 kB 113ms
dist/index.7fbdf9ee.js 150.46 kB 268ms
--> 94bb5a186f5f
[linux/arm64] [2/3] STEP 1/5: FROM --platform=linux/amd64 docker.io/library/node:alpine AS gamja-build
[linux/arm64] [2/3] STEP 2/5: ARG GAMJA_REF=master
--> Using cache acf54c107c200a2310672112e0aa40cd43c86dfdf04e6eea570d1dd507996724
--> acf54c107c20
[linux/arm64] [2/3] STEP 3/5: ADD https://codeberg.org/emersion/gamja.git#${GAMJA_REF} /src/
--> b8fc563f104e
[linux/arm64] [2/3] STEP 4/5: WORKDIR /src
--> 46cd555563ff
[linux/arm64] [2/3] STEP 5/5: RUN --mount=type=cache,target=/src/node_modules --mount=type=cache,target=/src/.parcel-cache npm install --include=dev && npm run build
up to date, audited 250 packages in 895ms
110 packages are looking for funding
run `npm fund` for details
3 vulnerabilities (1 high, 2 critical)
To address issues that do not require attention, run:
npm audit fix
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
npm notice
npm notice New major version of npm available! 10.9.2 -> 11.1.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.1.0
npm notice To update run: npm install -g npm@11.1.0
npm notice
> build
> parcel build
78Building...
Bundling...
✨ Built in 647ms
dist/index.html 574 B 128ms
dist/manifest.webmanifest 99 B 94ms
dist/index.953868ce.css 10.4 kB 113ms
dist/index.7fbdf9ee.js 150.46 kB 268ms
--> 3042eb03efe4
[linux/amd64] [3/3] STEP 1/5: FROM scratch AS gamja
[linux/amd64] [3/3] STEP 2/5: COPY --from=kimchi-build /src/kimchi /kimchi
--> a38369a9e4ff
[linux/amd64] [3/3] STEP 3/5: COPY --from=gamja-build /src/dist /gamja
--> ea0ef3249b56
[linux/amd64] [3/3] STEP 4/5: ADD kimchi-config /kimchi-config
--> 1a98daac211d
[linux/amd64] [3/3] STEP 5/5: CMD ["/kimchi", "-config", "/kimchi-config"]
[linux/amd64] [3/3] COMMIT
--> 229581fc4379
[linux/arm64] [3/3] STEP 1/5: FROM scratch AS gamja
[linux/arm64] [3/3] STEP 2/5: COPY --from=kimchi-build /src/kimchi /kimchi
229581fc43794eb38bf50223f70f1114d12cbfe08f77370844a01eda8e4099ca
--> c97d4dfe21bb
[linux/arm64] [3/3] STEP 3/5: COPY --from=gamja-build /src/dist /gamja
--> ffad36959843
[linux/arm64] [3/3] STEP 4/5: ADD kimchi-config /kimchi-config
--> 878934a0a9b0
[linux/arm64] [3/3] STEP 5/5: CMD ["/kimchi", "-config", "/kimchi-config"]
[linux/arm64] [3/3] COMMIT
--> 0a8fe0def86e
0a8fe0def86ebe53d1492edc08ae32a4b0f24058a0d5f02e8fa026db0d15563a
|