Skip to content

fix(docker): ship git so the image can scaffold templates - #220

Merged
ulises-jeremias merged 1 commit into
mainfrom
fix/219-docker-include-git
Jul 18, 2026
Merged

fix(docker): ship git so the image can scaffold templates#220
ulises-jeremias merged 1 commit into
mainfrom
fix/219-docker-include-git

Conversation

@ulises-jeremias

Copy link
Copy Markdown
Member

Summary

  • Install git + ca-certificates in the Docker image (required to clone templates/extensions).
  • Extend distribution smoke to scaffold fastapi-starter + github-setup via Docker.

Closes#219

Test plan

  • Local docker build --build-arg VERSION=0.2.5 + scaffold succeeds
  • CI green
  • After merge, workflow_dispatch Publish Docker for 0.2.5
  • Hub latest / 0.2.5 can scaffold without git executable not found

Made with Cursor

The slim image only exposed --version/--help; scaffolding needs git to
clone cpa-templates. Install git+ca-certificates and add a Docker
scaffold smoke to catch regressions (#219).
Co-authored-by: Cursor <cursoragent@cursor.com>
@ulises-jeremias
ulises-jeremias merged commit 8a04271 into mainJul 18, 2026
13 checks passed
@ulises-jeremias
ulises-jeremias deleted the fix/219-docker-include-git branch July 18, 2026 16:26
Sign up for freeto 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.

fix(docker): include git so image can scaffold templates

1 participant

@ulises-jeremias