• Joined on 2024-06-18
michal pushed to main at michal/mcpctl 2026-03-09 07:56:17 +00:00
201189d914 ci: use node-linker=hoisted instead of shamefully-hoist
michal pushed to main at michal/mcpctl 2026-03-09 07:11:13 +00:00
11266e8912 ci: retrigger (transient checkout failure in run #160)
michal pushed to main at michal/mcpctl 2026-03-09 06:57:12 +00:00
75724d0f30 ci: use shamefully-hoist for bun compile compatibility
michal pushed to main at michal/mcpctl 2026-03-09 06:23:10 +00:00
9ec4148071 ci: mount docker socket in docker job container
michal pushed to main at michal/mcpctl 2026-03-09 06:07:50 +00:00
76a2956607 ci: use pnpm node_modules directly for bun compile (match local build)
michal pushed to main at michal/mcpctl 2026-03-09 05:43:26 +00:00
7c69ec224a ci: use sudo -E to pass DOCKER_API_VERSION through
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)