Update Forgejo and PostgreSQL container images #8

Open
ferrumboll wants to merge 1 commit from ferrumboll/update-oci-images-2026-06-15 into master
Owner

Summary

  • Updated Forgejo container from codeberg.org/forgejo/forgejo:15@sha256:db04c711... to codeberg.org/forgejo/forgejo:15.0.3@sha256:85ec7c....
  • Updated PostgreSQL companion container from postgres:17-alpine@sha256:979c4379... to postgres:17.10-alpine@sha256:5a6fcbc....
  • Pinned explicit patch tags instead of broad moving tags while keeping the existing digest-pinned style.

Compatibility notes

  • Forgejo 15.0.3 is the current Forgejo 15 LTS patch release, supported until 15 July 2027.
  • Forgejo release notes list security fixes and bug fixes in 15.0.1, 15.0.2, and 15.0.3; no major-version jump.
  • Forgejo database docs support PostgreSQL >= 14; this keeps PostgreSQL on major 17.
  • PostgreSQL 17.10 release notes say no dump/restore is required for 17.x minor upgrades and include security fixes.

Verification

  • nix develop --command nixfmt services/forgejo/default.nix
  • nix develop --command nix build .#nixosConfigurations.app-server-1.config.system.build.toplevel --no-link

Notes

  • nix develop --command nix fmt currently failed with an unexpected empty-input parse error, so the touched Nix file was formatted directly with nixfmt from the dev shell.
  • No deploy was run.
## Summary - Updated Forgejo container from `codeberg.org/forgejo/forgejo:15@sha256:db04c711...` to `codeberg.org/forgejo/forgejo:15.0.3@sha256:85ec7c...`. - Updated PostgreSQL companion container from `postgres:17-alpine@sha256:979c4379...` to `postgres:17.10-alpine@sha256:5a6fcbc...`. - Pinned explicit patch tags instead of broad moving tags while keeping the existing digest-pinned style. ## Compatibility notes - Forgejo 15.0.3 is the current Forgejo 15 LTS patch release, supported until 15 July 2027. - Forgejo release notes list security fixes and bug fixes in 15.0.1, 15.0.2, and 15.0.3; no major-version jump. - Forgejo database docs support PostgreSQL >= 14; this keeps PostgreSQL on major 17. - PostgreSQL 17.10 release notes say no dump/restore is required for 17.x minor upgrades and include security fixes. ## Verification - [x] `nix develop --command nixfmt services/forgejo/default.nix` - [x] `nix develop --command nix build .#nixosConfigurations.app-server-1.config.system.build.toplevel --no-link` ## Notes - `nix develop --command nix fmt` currently failed with an unexpected empty-input parse error, so the touched Nix file was formatted directly with `nixfmt` from the dev shell. - No deploy was run.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin ferrumboll/update-oci-images-2026-06-15:ferrumboll/update-oci-images-2026-06-15
git switch ferrumboll/update-oci-images-2026-06-15

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff ferrumboll/update-oci-images-2026-06-15
git switch ferrumboll/update-oci-images-2026-06-15
git rebase master
git switch master
git merge --ff-only ferrumboll/update-oci-images-2026-06-15
git switch ferrumboll/update-oci-images-2026-06-15
git rebase master
git switch master
git merge --no-ff ferrumboll/update-oci-images-2026-06-15
git switch master
git merge --squash ferrumboll/update-oci-images-2026-06-15
git switch master
git merge --ff-only ferrumboll/update-oci-images-2026-06-15
git switch master
git merge ferrumboll/update-oci-images-2026-06-15
git push origin master
Sign in to join this conversation.
No reviewers
No labels
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
ferrumboll/shoggoth!8
No description provided.