"Option D: Container image" is mentionned in README.md, but this repo doesn't refer or contain any images #184

Closed
opened 2026-06-01 17:00:45 +00:00 by Poudlardo · 2 comments
Poudlardo commented 2026-06-01 17:00:45 +00:00 (Migrated from codeberg.org)

Podman images won't be pulled from the codeberg image library

user@computer ~ > docker pull codeberg.org/goern/forgejo-mcp:latest
Error response from daemon: manifest unknown

Moreover, if this repo contains any images we could find them listed in https://codeberg.org/goern/forgejo-mcp/packages but none appear, and I didn't find anyway to build one easily using the repo

Podman images won't be pulled from the codeberg image library ``` user@computer ~ > docker pull codeberg.org/goern/forgejo-mcp:latest Error response from daemon: manifest unknown ``` Moreover, if this repo contains any images we could find them listed in https://codeberg.org/goern/forgejo-mcp/packages but none appear, and I didn't find anyway to build one easily using the repo
goern commented 2026-06-01 17:08:59 +00:00 (Migrated from codeberg.org)

Hey @Poudlardo thanks for opening the issue, that’s a failed release pipeline. If you can wait a few days it will happen automatically, if you need it fast, let be know

Hey @Poudlardo thanks for opening the issue, that’s a failed release pipeline. If you can wait a few days it will happen automatically, if you need it fast, let be know
goern commented 2026-06-04 06:19:15 +00:00 (Migrated from codeberg.org)

The release pipeline has since succeeded — the container image is now published and pullable:

$ podman pull codeberg.org/goern/forgejo-mcp:latest
$ podman run --rm codeberg.org/goern/forgejo-mcp:latest --help
Usage of forgejo-mcp:
  ...

Image digest f58001e9…, built 2026-06-02. Both latest and pinned vMAJOR.MINOR.PATCH tags (e.g. v2.24.0) are available, signed with cosign and carrying a CycloneDX SBOM — see the "Verify the container image" section of the README.

Thanks for reporting, @Poudlardo! Closing as resolved.

The release pipeline has since succeeded — the container image is now published and pullable: ``` $ podman pull codeberg.org/goern/forgejo-mcp:latest $ podman run --rm codeberg.org/goern/forgejo-mcp:latest --help Usage of forgejo-mcp: ... ``` Image digest `f58001e9…`, built 2026-06-02. Both `latest` and pinned `vMAJOR.MINOR.PATCH` tags (e.g. `v2.24.0`) are available, signed with cosign and carrying a CycloneDX SBOM — see the "Verify the container image" section of the README. Thanks for reporting, @Poudlardo! Closing as resolved.
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
agentic-forges/forgejo-mcp#184
No description provided.