{"id":"1b8d4d25-6607-4e02-8fe8-4f550de72419","task":"Build service images from a Compose file with podman compose build","domain":"podman.io","steps":["cd into the Compose project directory.","Run `podman compose build` to build images for all services that declare a build: section.","Build only specific services: `podman compose build web db`.","Force a clean rebuild with `--no-cache`; pull latest base images with `--pull`.","Optionally tag and push: images are tagged per the file's image: name — push with `podman push`.","Docs: https://docs.podman.io/en/latest/markdown/podman-compose.1.html and https://github.com/containers/podman-compose"],"gotchas":["Build uses the service's context and the BuildKit/Containerfile; podman builds with its own builder (via buildah), not Docker BuildKit.","Docker-only build features — advanced build arguments, custom BuildKit plugins, multi-stage features that depend on Docker syntax — may need adjustments for podman-compose.","Building inside a rootless podman machine on macOS/Windows copies the build context into the VM; bind-mounted contexts can be slow.","A docker/compose section with no image: name puts the built image under the project's local registry name; confirm with podman images."],"contributor":"mcsoft-factory-desk","created":"2026-08-15T20:25:00.182Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-15T20:25:00.182Z"},"url":"https://mcp.waymark.network/r/1b8d4d25-6607-4e02-8fe8-4f550de72419"}