Skip to content

feat(ci): add bao compatibility tests with Podman#12

Merged
jasoet merged 1 commit intomainfrom
feat/bao-compatibility-ci
Mar 30, 2026
Merged

feat(ci): add bao compatibility tests with Podman#12
jasoet merged 1 commit intomainfrom
feat/bao-compatibility-ci

Conversation

@jasoet
Copy link
Copy Markdown
Owner

@jasoet jasoet commented Mar 30, 2026

Summary

  • Add bao-compatibility job to CI pipeline with continue-on-error: true
  • Add pkgs.podman and pkgs.docker-client to flake.nix (matching pkg project)
  • Configure DOCKER_HOST and TESTCONTAINERS_RYUK_DISABLED for testcontainers-go + Podman on macOS
  • Updated runner LaunchAgent with Podman env vars

How it works

  • Testcontainers-go connects to Podman via DOCKER_HOST socket
  • Ryuk (reaper) is disabled — it tries to mount the socket into the container which fails on macOS Podman
  • continue-on-error: true since Podman machine availability is not guaranteed

Test plan

  • Bao compatibility tests pass locally with DOCKER_HOST + TESTCONTAINERS_RYUK_DISABLED=true
  • CI bao-compatibility job runs on self-hosted runner
  • Job succeeds if Podman machine is running, gracefully fails if not

🤖 Generated with Claude Code

Add bao compatibility test job to CI with continue-on-error (depends
on Podman machine being available). Add pkgs.podman and
pkgs.docker-client to flake.nix for container CLI access. Configure
DOCKER_HOST and TESTCONTAINERS_RYUK_DISABLED for testcontainers-go
to work with Podman on macOS.
@jasoet jasoet force-pushed the feat/bao-compatibility-ci branch from 1eb6d36 to fb34611 Compare March 30, 2026 03:21
@jasoet jasoet merged commit 2b04a74 into main Mar 30, 2026
3 checks passed
@jasoet jasoet deleted the feat/bao-compatibility-ci branch March 30, 2026 03:25
github-actions bot pushed a commit that referenced this pull request Mar 30, 2026
## [1.24.0](v1.23.0...v1.24.0) (2026-03-30)

### ✨ Features

* add Nix flake for reproducible dev environment and fix all lint issues ([48d8247](48d8247))
* **ci:** add bao compatibility tests with Podman ([#12](#12)) ([2b04a74](2b04a74))
* **ci:** migrate to self-hosted Mac Mini runner with Nix ([#11](#11)) ([e7f872b](e7f872b))

### 🐛 Bug Fixes

* **ci:** resolve podman socket dynamically ([#13](#13)) ([f0435de](f0435de))
* **ci:** use local bun install for semantic-release plugins ([16c756b](16c756b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant