9 Commits
Author SHA1 Message Date
jcabillot 2c70f3160d Merge pull request 'fix: ignore hadolint DL3066 for non-numeric USER' (#38) from fix/hadolint-dl3066 into main
Main Release / hadolint (push) Successful in 13s
Main Release / test (push) Successful in 26s
Main Release / build (push) Successful in 27s
Main Release / tag (push) Successful in 17s
Tag Release / hadolint (push) Successful in 18s
Tag Release / test (push) Successful in 4m31s
Tag Release / build-push (push) Successful in 7m59s
Reviewed-on: #38
2026-08-02 12:45:10 -04:00
opencodecabilloteu bbf1a0e819 fix: ignore hadolint DL3066 for non-numeric USER
PR Checks / build-test (pull_request) Successful in 31s
PR Checks / hadolint (pull_request) Successful in 17s
2026-08-02 16:39:19 +00:00
opencodecabilloteu 38ba58c0ef Merge pull request 'chore(deps): update dependency opencode-ai to v1.18.10' (#37) from renovate/opencode-ai-1.x into main
Main Release / hadolint (push) Successful in 14s
Main Release / test (push) Successful in 2m58s
Main Release / build (push) Successful in 2m57s
Main Release / tag (push) Successful in 1m28s
Tag Release / hadolint (push) Successful in 14s
Tag Release / test (push) Successful in 3m4s
Tag Release / build-push (push) Successful in 3m39s
2026-08-02 11:30:35 -04:00
renovate 0331134627 chore(deps): update dependency opencode-ai to v1.18.10
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 14s
PR Checks / build-test (pull_request) Successful in 3m4s
2026-08-02 15:07:54 +00:00
opencodecabilloteu 9c853aebd0 Merge pull request 'chore(deps): update dependency opencode-ai to v1.18.9' (#35) from renovate/opencode-ai-1.x into main
Main Release / hadolint (push) Successful in 26s
Main Release / test (push) Successful in 5m18s
Main Release / build (push) Successful in 4m52s
Main Release / tag (push) Successful in 23s
Tag Release / hadolint (push) Successful in 33s
Tag Release / test (push) Successful in 3m21s
Tag Release / build-push (push) Successful in 4m27s
2026-07-31 17:01:00 -04:00
renovate 989848c152 chore(deps): update dependency opencode-ai to v1.18.9
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 14s
PR Checks / build-test (pull_request) Successful in 3m17s
2026-07-31 19:08:14 +00:00
opencodecabilloteu dc9de306fe Merge pull request 'chore(deps): update dependency opencode-ai to v1.18.8' (#34) from renovate/opencode-ai-1.x into main
Main Release / hadolint (push) Successful in 15s
Main Release / test (push) Successful in 3m54s
Main Release / build (push) Successful in 4m6s
Main Release / tag (push) Successful in 36s
Tag Release / test (push) Successful in 26s
Tag Release / hadolint (push) Successful in 26s
Tag Release / build-push (push) Successful in 4m59s
2026-07-31 12:12:41 -04:00
renovate bb2d7d3277 chore(deps): update dependency opencode-ai to v1.18.8
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 27s
PR Checks / build-test (pull_request) Successful in 3m26s
2026-07-31 06:09:07 +00:00
opencodecabilloteu 9554fb2f01 Merge pull request 'chore(deps): update dependency opencode-ai to v1.18.7' (#33) from renovate/opencode-ai-1.x into main
Main Release / hadolint (push) Successful in 27s
Main Release / test (push) Successful in 39s
Main Release / build (push) Successful in 4m57s
Main Release / tag (push) Successful in 39s
Tag Release / hadolint (push) Successful in 24s
Tag Release / test (push) Successful in 30s
Tag Release / build-push (push) Successful in 8m20s
2026-07-30 11:35:18 -04:00
+2 -2
View File
@@ -16,13 +16,13 @@ RUN apt-get update && \
npm install -g --no-fund --no-audit --ignore-scripts n2-soul@9.0.9 && \ npm install -g --no-fund --no-audit --ignore-scripts n2-soul@9.0.9 && \
npm install -g --no-fund --no-audit --allow-scripts=better-sqlite3 better-sqlite3@12.11.1 && \ npm install -g --no-fund --no-audit --allow-scripts=better-sqlite3 better-sqlite3@12.11.1 && \
rm -rf /usr/local/lib/node_modules/n2-soul/node_modules/better-sqlite3 && \ rm -rf /usr/local/lib/node_modules/n2-soul/node_modules/better-sqlite3 && \
npm install -g --no-fund --no-audit --allow-scripts=opencode-ai opencode-ai@1.18.7 && \ npm install -g --no-fund --no-audit --allow-scripts=opencode-ai opencode-ai@1.18.10 && \
npm cache clean --force && \ npm cache clean --force && \
chown -R 1000:1000 /usr/local/lib/node_modules/n2-soul/ chown -R 1000:1000 /usr/local/lib/node_modules/n2-soul/
COPY --chmod=755 opencode-attach /usr/local/bin/opencode-attach COPY --chmod=755 opencode-attach /usr/local/bin/opencode-attach
COPY --from=registry.k8s.io/kubectl:v1.36.3 /bin/kubectl /usr/local/bin/kubectl COPY --from=registry.k8s.io/kubectl:v1.36.3 /bin/kubectl /usr/local/bin/kubectl
# hadolint ignore=DL3066
USER opencode USER opencode
WORKDIR /home/opencode WORKDIR /home/opencode