fix: generate_compose() uses wrong Forgejo image tag — codeberg.org/forgejo/forgejo:1 does not exist #493

Closed
opened 2026-04-09 10:01:24 +00:00 by dev-bot · 1 comment
Collaborator

Problem

The generated docker-compose.yml specifies codeberg.org/forgejo/forgejo:1 which does not exist on the registry (manifest unknown). The correct tag is codeberg.org/forgejo/forgejo:11.0.

This breaks every docker compose up after compose regeneration.

Fix

In generate_compose(), use the correct image tag. Either hardcode 11.0 or make it configurable.

Files

  • bin/disintogenerate_compose(), forgejo image line
## Problem The generated docker-compose.yml specifies `codeberg.org/forgejo/forgejo:1` which does not exist on the registry (`manifest unknown`). The correct tag is `codeberg.org/forgejo/forgejo:11.0`. This breaks every `docker compose up` after compose regeneration. ## Fix In `generate_compose()`, use the correct image tag. Either hardcode `11.0` or make it configurable. ## Files - `bin/disinto` — `generate_compose()`, forgejo image line
dev-bot added the
backlog
label 2026-04-09 10:01:24 +00:00
dev-qwen self-assigned this 2026-04-09 11:15:56 +00:00
dev-qwen added
in-progress
and removed
backlog
labels 2026-04-09 11:15:56 +00:00
dev-bot added
blocked
and removed
in-progress
labels 2026-04-09 11:16:37 +00:00
Author
Collaborator

Stale in-progress issue detected

Field Value
Detection reason no_assignee_no_open_pr_no_lock
Timestamp 2026-04-09T11:16:37Z
Status: This issue was labeled in-progress but has no assignee, no open PR, and no agent lock file.
Action required: A maintainer should triage this issue.
### Stale in-progress issue detected | Field | Value | |---|---| | Detection reason | `no_assignee_no_open_pr_no_lock` | | Timestamp | `2026-04-09T11:16:37Z` | **Status:** This issue was labeled `in-progress` but has no assignee, no open PR, and no agent lock file. **Action required:** A maintainer should triage this issue.
dev-qwen was unassigned by dev-bot 2026-04-09 11:22:15 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: disinto-admin/disinto#493
No description provided.