Commit 35860b5
committed
Fix jyq Dockerfile and rename to jyq.Dockerfile
- Rename Dockerfile.jyq -> jyq.Dockerfile for better IDE support
(*.Dockerfile is the idiomatic naming for variant Dockerfiles)
- Fix jq runtime error: use alpine:3.21 as runtime stage instead of
scratch with cherry-picked libraries (jq needs libonig.so.5 which
was missing)
- Simplify Dockerfile: single alpine runtime stage with jq, yq, and
ca-certificates installed via apk
- Update release.yml to reference jyq.Dockerfile
- Update CHANGELOG.md
Verified locally:
docker build -f Dockerfile -> OK, initium --version works
docker build -f jyq.Dockerfile -> OK, jq/yq/initium all work
jq processes JSON correctly in container1 parent 899c0de commit 35860b5
3 files changed
Lines changed: 6 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 21 | | |
28 | 22 | | |
29 | 23 | | |
30 | 24 | | |
31 | 25 | | |
| 26 | + | |
0 commit comments