• Joined on 2024-06-18
michal pushed to main at michal/mcpctl 2026-03-09 05:22:23 +00:00
a8e09787ba ci: pin Docker API version to 1.43 (podman compat)
michal pushed to main at michal/mcpctl 2026-03-09 05:01:21 +00:00
50c4e9e7f4 ci: clean node_modules before bun install for fresh resolution
michal pushed to main at michal/mcpctl 2026-03-09 04:39:57 +00:00
a11ea64c78 ci: retrigger (transient checkout failure in lint)
michal pushed to main at michal/mcpctl 2026-03-09 04:29:28 +00:00
a617203b72 ci: use sudo for docker/skopeo (socket permission fix)
michal pushed to main at michal/mcpctl 2026-03-09 04:08:06 +00:00
048a566a92 ci: docker build + skopeo push for HTTP registry
michal pushed to main at michal/mcpctl 2026-03-09 03:46:13 +00:00
64e7db4515 ci: configure podman registries.conf for HTTP registry
michal pushed to main at michal/mcpctl 2026-03-09 03:24:53 +00:00
f934b2f84c ci: run docker job in privileged container with socket mount
michal pushed to main at michal/mcpctl 2026-03-09 03:02:41 +00:00
9e587ddadf ci: use buildah chroot isolation (no user namespaces in container)
michal pushed to main at michal/mcpctl 2026-03-09 02:41:40 +00:00
c47669d064 ci: use buildah VFS storage driver (no FUSE/overlay in container)
michal pushed to main at michal/mcpctl 2026-03-09 02:25:44 +00:00
84b81c45f3 ci: use buildah for container builds (no Docker daemon needed)
michal pushed to main at michal/mcpctl 2026-03-09 02:08:29 +00:00
3b7512b855 ci: retrigger (docker job hit transient network failure at checkout)
michal pushed to main at michal/mcpctl 2026-03-09 01:53:01 +00:00
4610042b06 ci: use skopeo for pushing to HTTP registry
michal pushed to main at michal/mcpctl 2026-03-09 01:35:51 +00:00
9e8a17b778 ci: fix bun install (no lockfile in repo, --frozen-lockfile unreliable)
michal pushed to main at michal/mcpctl 2026-03-09 01:11:44 +00:00
c79d92c76a ci: use plain docker build/push (host daemon already configured)
michal pushed to main at michal/mcpctl 2026-03-09 00:50:18 +00:00
5e325b0301 ci: use buildx for docker builds (no daemon restart needed)
michal pushed to main at michal/mcpctl 2026-03-09 00:28:00 +00:00
ccb9108563 ci: restart dockerd directly (no service manager in runner)
michal pushed to main at michal/mcpctl 2026-03-09 00:11:55 +00:00
d7b5d1e3c2 ci: fix docker restart for non-systemd runners
michal pushed to main at michal/mcpctl 2026-03-08 23:57:31 +00:00
74b1f9df1d ci: trigger pipeline re-run (transient checkout failure)
michal pushed to main at michal/mcpctl 2026-03-08 23:46:56 +00:00
c163e385cf ci: downgrade artifact actions to v3 for Gitea compatibility
michal pushed to main at michal/mcpctl 2026-03-08 23:03:07 +00:00
35cfac3f5a ci: run bun install before compile (pnpm strict layout fix)