Commit Graph
7 Commits
Author SHA1 Message Date
OpenCode Cabillot fb061f33a1 fix(docker): pin numeric uid/gid so hadolint DL3066 passes
PR Checks / hadolint (pull_request) Successful in 11s
PR Checks / build-test (pull_request) Successful in 31s
hadolint 2.15.x - pulled in by hadolint-action v3.5.0 - adds DL3066
("Non-numeric user-id may not be resolvable by host system"). The
Dockerfile's `USER muser` trips it and the hadolint job exits 1 (hadolint
fails on info-level findings by default), turning the PR Checks pipeline
red on the Renovate bump PR.

muser was created without an explicit uid/gid, so its numeric identity
depended on busybox's auto-assignment. Both ids are now pinned at
1000:1000 - the values Alpine was already assigning - and USER uses the
numeric form, which is always resolvable by the host.

Verified with the upstream hadolint v2.15.1 binary: the previous
Dockerfile reports "Dockerfile:9 DL3066 info" and exits 1, the fixed one
lints clean and exits 0.

The hadolint-action v3.3.0 -> v3.5.0 bump is included here (all four
workflows, SHA 06be81ba) so that master ends up on v3.5.0 with a clean
lint - superseding Renovate PR #23.
2026-09-13 14:41:49 +00:00
renovate 5a60c68c75 chore(deps): update alpine docker tag to v3.24
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / build (pull_request) Successful in 16s
Docker Build and Push / test (pull_request) Successful in 10s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 21:03:05 +00:00
cloudix_mcp_server 21a8bd98ab fix: hadolint DL3018, remove quoted strings 2026-06-08 20:21:37 -04:00
Julien Cabillot f7d5d454c7 feat: bump alpine
perso/mysql-client/pipeline/head This commit looks good
2026-03-31 20:17:57 -04:00
Cabillot Julien 16b29c0b2a revert entrypoint -> cmd + clean some alpine stuff 2018-05-09 20:14:13 -04:00
Cabillot Julien 22b7a2553b entrypoint -> cmd 2018-05-09 20:09:58 -04:00
Cabillot Julien 0e06d8b45a first import 2018-05-09 19:57:19 -04:00