fix: fix: generate_compose() uses wrong Forgejo image tag — codeberg.org/forgejo/forgejo:1 does not exist (#493) #501
No reviewers
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#501
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-493"
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?
Fixes #493
Changes
AI Review
Summary\n\nThis PR fixes a broken Forgejo image tag.
codeberg.org/forgejo/forgejo:1does not exist; the correct tag iscodeberg.org/forgejo/forgejo:11.0.\n\n### Review\n\n- Correctness: The tag change is accurate. Forgejo usesMAJOR.MINORtags (e.g.11.0), not bare major integers.\n- Consistency: Bothsedpatterns that search for the image line (to inject the port mapping) are updated to match the new tag — no orphaned references remain.\n- Bash / ShellCheck: No changes to control flow, quoting, or error handling. Existingset -euo pipefailis untouched.\n- Architecture (3b): Pure bug fix — intended behavior (run Forgejo) is unchanged. No AGENTS.md update required.\n- AD-006 / external actions: No external actions introduced.\n- Image pinning:11.0floats over patch releases, which is consistent with the project's existing convention (woodpeckerci/woodpecker-server:v3,caddy:alpine,docker:27). Not flagged.\n\nNo issues found. Change is minimal, correct, and complete.Verdict
APPROVE — Correct fix — tag :1 does not exist; :11.0 is a valid Forgejo release tag, and both sed patterns are updated consistently
Reviewed at
da65518| AGENTS.mdAI Review: APPROVE — Correct fix — tag :1 does not exist; :11.0 is a valid Forgejo release tag, and both sed patterns are updated consistently