renovate
e296ae49a3
chore(deps): update docker/setup-buildx-action digest to f87e599
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Successful in 29s
2026-09-18 08:11:44 +00:00
renovate
da5180be9a
chore(deps): update docker/build-push-action action to v7.4.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 11s
PR Checks / build-test (pull_request) Successful in 29s
2026-09-17 09:13:13 +00:00
OpenCode Cabillot
42ff058a6f
fix(ci): correct handed-corrupted SHA for anothrNick/github-tag-action
...
PR Checks / hadolint (pull_request) Successful in 12s
PR Checks / build-test (pull_request) Successful in 26s
The tag job in main.yaml references
anothrNick/github-tag-action@4ed44965e0
which does not exist upstream: the runner fails with
Unable to resolve 4ed44965...: reference not found
##[error]reference not found
The first 12 chars match the real commit, the rest is fabricated - the
signature of a hand-rewritten YAML (commit 5e1827b re-added the step with a
bad SHA after 8b583cc had removed it). The correct commit for tag v1.75.0
is 4ed44965e0db8dab2b466a16da04aec3cc312fd8.
Impact: main.yaml has been red on every push to master since (runs 8197 and
8616: hadolint/test/build green, tag failed), so no release tag is created
and tag.yaml never runs -> no release build pushed to Docker Hub.
Verified against the upstream repo: tag 1.75.0 (and the v1 alias) both point
at 4ed44965e0db8dab2b466a16da04aec3cc312fd8.
2026-09-13 14:57:01 +00:00
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
57171f2cb2
chore(deps): update actions/checkout digest to 3d3c42e
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 28s
PR Checks / build-test (pull_request) Successful in 58s
2026-09-08 00:22:48 +00:00
renovate
0a421529fe
chore(deps): update docker/login-action digest to dbcb813
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 1m19s
PR Checks / build-test (pull_request) Successful in 1m25s
2026-09-07 23:20:43 +00:00
renovate
1b0967895c
chore(deps): update docker/setup-buildx-action digest to 37fe631
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 40s
PR Checks / build-test (pull_request) Successful in 1m10s
2026-09-07 22:20:40 +00:00
OpenCode Cabillot
5d3e32cce6
ci: add Renovate workflow
PR Checks / hadolint (pull_request) Successful in 24s
PR Checks / build-test (pull_request) Successful in 45s
2026-08-02 23:41:21 +00:00
renovate
b964642c7e
chore(deps): update docker/login-action digest to af1e73f
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 11s
PR Checks / build-test (pull_request) Successful in 22s
2026-07-03 14:18:07 +00:00
jcabillot
529ce4bb9d
Merge pull request 'chore(deps): update docker/metadata-action digest to dc80280' ( #14 ) from renovate/docker-metadata-action-digest into master
...
Main Release / hadolint (push) Successful in 13s
Main Release / test (push) Successful in 20s
Main Release / build (push) Successful in 19s
Main Release / tag (push) Failing after 4s
Reviewed-on: #14
2026-07-02 09:28:15 -04:00
renovate
06d940536c
chore(deps): update docker/metadata-action digest to dc80280
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Successful in 30s
2026-07-02 12:44:58 +00:00
renovate
e9c4aee5fb
chore(deps): update docker/login-action digest to c99871d
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Successful in 40s
2026-07-02 12:44:49 +00:00
renovate
052ef85801
chore(deps): update docker/setup-buildx-action digest to bb05f3f
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Successful in 16s
2026-07-02 09:56:03 +00:00
renovate
f3c88694ff
chore(deps): update docker/build-push-action action to v7.3.0
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Successful in 17s
2026-07-01 14:52:59 +00:00
renovate
d7eff1f5e9
chore(deps): update actions/checkout action to v7
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Successful in 16s
2026-06-18 15:28:08 +00:00
cloudix_mcp_server
fe8235d32b
fix pr.yaml - write raw content
PR Checks / hadolint (pull_request) Successful in 11s
PR Checks / build-test (pull_request) Successful in 17s
2026-06-13 17:50:49 -04:00
cloudix_mcp_server
5e1827bbc6
fix main.yaml - write raw content, fix WITH_V typo
2026-06-13 17:50:40 -04:00
cloudix_mcp_server
88afaa1a9e
Convert pr.yaml to htpasswd pattern: build directly, no artifacts
2026-06-13 17:48:35 -04:00
cloudix_mcp_server
8b583cc276
Convert main.yaml to htpasswd pattern: build directly, no artifacts
2026-06-13 17:48:22 -04:00
cloudix_mcp_server
d67e6972b1
feat(ci): remove old monolithic docker-build.yaml
PR Check / lint (pull_request) Successful in 7s
PR Check / build (pull_request) Successful in 19s
PR Check / test (pull_request) Successful in 10s
2026-06-12 16:08:27 -04:00
cloudix_mcp_server
feddfee701
feat(ci): add cron.yaml — nightly rebuild with latest+sha tags
2026-06-12 16:08:22 -04:00
cloudix_mcp_server
285d778ceb
feat(ci): add tag.yaml — hadolint + build-push on version tags
2026-06-12 16:08:19 -04:00
cloudix_mcp_server
4e4c866986
feat(ci): add main.yaml — hadolint + build-push + test + tag
2026-06-12 16:08:16 -04:00
cloudix_mcp_server
d5fadd7705
feat(ci): add pr.yaml — hadolint with continue-on-error + build + test
2026-06-12 16:08:11 -04:00
cloudix_mcp_server
3f18daeac9
fix: correct hadolint SHA (was broken with space)
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 28s
Docker Build and Push / test (pull_request) Successful in 13s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 13:49:03 -04:00
cloudix_mcp_server
b18fb1387e
ci: add automatic semver tagging on merge to master
Docker Build and Push / lint (pull_request) Failing after 3s
Docker Build and Push / build (pull_request) Has been skipped
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 13:18:52 -04:00
cloudix_mcp_server
2c111c634d
fix: add branches: [master] filter on push trigger
Docker Build and Push / lint (push) Failing after 11m26s
Docker Build and Push / build (push) Has been skipped
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (push) Has been skipped
2026-06-09 10:48:42 -04:00
cloudix_mcp_server
519d3a45ce
feat: migrate to 4-job CI pipeline (lint+build+test+push)
Docker Build and Push / lint (push) Successful in 10s
Docker Build and Push / build (push) Successful in 19s
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / test (push) Successful in 12s
Docker Build and Push / build (pull_request) Successful in 27s
Docker Build and Push / push (push) Successful in 26s
Docker Build and Push / test (pull_request) Successful in 12s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 20:23:40 -04:00
Julien Cabillot
8d715c676e
feat: add Gitea Actions workflow
2026-05-29 14:49:33 -04:00
Julien Cabillot
193108cf17
feat: add Gitea Actions workflow
2026-05-29 14:22:12 -04:00
Julien Cabillot
e4a5a60af6
feat: add Gitea Actions workflow
2026-05-29 14:08:00 -04:00