chore(infra): Immutable Image-Tags + parametrierte Compose + Rollback-Doku #397
Labels
No labels
app/archiv
app/einkaufslisten
app/imap-client
app/wissensbasis
arch-answered
arch-question
area/api
area/auth
area/infra
area/mobile
area/shared
area/ui
area/web
portfolio-status
prio/high
prio/low
prio/medium
roadmap/public
size/l
size/m
size/s
size/xl
size/xs
status/blocked
status/needs-info
type/bug
type/chore
type/docs
type/feature
type/idea
type/refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#398 feat(ci): Gitea-Release-Step in Tag-Pipeline + Release-Notes aus roadmap.json
admin-mrrm/mrrmlabapp
Reference
admin-mrrm/mrrmlabapp#397
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?
Kontext: arch-answer #395 hat als Akutproblem identifiziert:
deploy/docker-compose.ymlreferenziert überall:latest, kombiniert mitdocker image prune -f(siehe #354) ist Rollback aktuell technisch unmöglich.Akzeptanzkriterien:
latest+${COMMIT_SHA:0:7}+ (falls Tag)${TAG_VERSION}deploy/docker-compose.ymlparametrisiert:image: …/api:${API_TAG:-latest}etc. für api/web/ocrdocker image prunemit Karenz--filter "until=168h"(7 Tage) — Update zu #354mrrmlabapp/CLAUDE.md(Liste verfügbare Tags +API_TAG=<sha> docker compose up -d api)Verlinkt #395, #354.