feat: pull images from the Forgejo registry #6
No reviewers
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
feeldata/manifests!6
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/images-from-forgejo"
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?
Completes the registry half of the move off codeberg.org. All twelve image references now resolve to
forgejo.b4mad.net/feeldata.Copied, not rebuilt
stageandprodpin SHA tags corresponding to specific source commits. A rebuild from today'smainwould ship different content under the guise of a migration, and rebuilding those old commits wouldn't reproduce the same digests anyway.skopeo copy --allpreserves manifests and digests exactly.Every copy was verified by comparing the raw-manifest sha256 on both registries — all identical.
The two
:latesttags are now pinnedNothing on Forgejo would ever advance them: the build pipelines only push SHA tags, so
:latestwas already a frozen pointer inherited from Codeberg.scripts:latest:2a64d5b663883aa27c61fed586831e353b079e52graphql:latestsha256:92f6da3a…⚠️ Pods will roll
The image reference string changes even though the content does not, so Deployments will restart. Every running digest was confirmed against its Forgejo copy first:
This is a restart, not an upgrade.
prodhasprune+selfHeal, so it applies on merge.Verification
Rendered
stage,prod,dev,plans-syncand bothbusiness-operationsoverlays and confirmed every resulting image is pullable from Forgejo. That check caught a real gap mid-review:scripts:2a64d5b6…had the right digest on Forgejo but not the tag, which has since been copied.Anonymous pull works (packages inherit the public org), so no
imagePullSecretis needed — same as Codeberg.Prerequisite already done
b4mad-release-botholdswrite:packagebut was not a member of thefeeldataorg, so pushes failed as a bareauthentication required. It is now in a newDevSecOpsteam mirroring thetoolbxsone.Not in this PR
push-to-codebergtask). Repointed separately — note itscodeberg-b4mad-packagescredential is stale and fails auth today.