refactor(release): remove official gateway image artifacts #229

Merged
jwilger merged 15 commits from issue-219-remove-official-docker-image into main 2026-05-16 22:26:32 -07:00
Owner

Closes #219.

Summary

  • remove the official ar-gateway Docker image flake output and dev image watcher
  • stop release PR/final release workflows from building, publishing, or promoting gateway images
  • update deployment, operations, threat-model, and examples for binary-first distribution and operator-owned images

Verification

  • rtk cargo test -p ar-review generated_release_pr_metadata_does_not_request_changes_when_cheap_model_over_blocks
  • rtk just fmt
  • rtk nix build .
  • rtk just ci
Closes #219. ## Summary - remove the official `ar-gateway` Docker image flake output and dev image watcher - stop release PR/final release workflows from building, publishing, or promoting gateway images - update deployment, operations, threat-model, and examples for binary-first distribution and operator-owned images ## Verification - `rtk cargo test -p ar-review generated_release_pr_metadata_does_not_request_changes_when_cheap_model_over_blocks` - `rtk just fmt` - `rtk nix build .` - `rtk just ci`
fix(release): accept binary-only release PR metadata
All checks were successful
CI / Format check (pull_request) Successful in 13s
CI / Clippy (pull_request) Successful in 41s
CI / Dependency policy (pull_request) Successful in 10s
CI / Test (pull_request) Successful in 57s
CI / Build (pull_request) Successful in 37s
CI / Request auto_review semantic review (pull_request) Successful in 1s
CI / Build PR artifacts (no token) (pull_request) Successful in 2s
CI / Publish PR artifact packages (pull_request) Successful in 2s
auto_review auto_review: no findings
23cd52588a
auto-review left a comment

This PR removes the official ar-gateway Docker image artifacts and updates workflows to focus on binary-first distribution. The changes appear safe to merge, aligning with the project's shift towards operator-owned images.

Walkthrough

  • Workflows:
    • .forgejo/workflows/ci.yml: Removed steps related to building and publishing Docker images, focusing on binary packages instead.
    • .forgejo/workflows/release-publish.yml: Removed Docker image promotion steps, aligning with the binary-first distribution strategy.
  • Documentation:
    • Updated various documentation files to reflect the shift from Docker images to binary packages, emphasizing operator-owned images.
  • Flake Configuration:
    • Removed ar-gateway-image from the flake outputs, consistent with the removal of official Docker image artifacts.
This PR removes the official `ar-gateway` Docker image artifacts and updates workflows to focus on binary-first distribution. The changes appear safe to merge, aligning with the project's shift towards operator-owned images. ## Walkthrough - **Workflows**: - `.forgejo/workflows/ci.yml`: Removed steps related to building and publishing Docker images, focusing on binary packages instead. - `.forgejo/workflows/release-publish.yml`: Removed Docker image promotion steps, aligning with the binary-first distribution strategy. - **Documentation**: - Updated various documentation files to reflect the shift from Docker images to binary packages, emphasizing operator-owned images. - **Flake Configuration**: - Removed `ar-gateway-image` from the flake outputs, consistent with the removal of official Docker image artifacts.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
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
Slipstream/auto_review!229
No description provided.