Infra: pal-e-services containerization #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Infra
Lineage
Depends on daily-100-api #1 (API scaffold) and daily-100 #7 (SvelteKit scaffold).
Repo
forgejo_admin/daily-100User Story
As a developer
I want Docker images for both services
So that they can be deployed to Kubernetes
Context
Add Dockerfiles and container build configs to pal-e-services for daily-100 (SvelteKit/Node) and daily-100-api (FastAPI/Python). Multi-stage builds to minimize image size. Push to Harbor registry. This work happens in pal-e-services but is tracked here.
File Targets
Files the agent should modify or create:
daily-100/Dockerfile-- SvelteKit multi-stage builddaily-100-api/Dockerfile-- FastAPI multi-stage builddaily-100/build.yaml-- build configdaily-100-api/build.yaml-- build configFiles the agent should NOT touch:
Acceptance Criteria
Test Expectations
docker buildsucceeds for both imagesdocker build -t daily-100 .Constraints
Checklist
Related
daily-100-- project