refactor(release): remove official Docker image build outputs #219
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#220 chore(release): publish binary-only release artifacts
Slipstream/auto_review
#217 refactor(nix): keep Nix for tooling, packaging, and NixOS service support
Slipstream/auto_review
Reference
Slipstream/auto_review#219
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
Stop building and publishing an official Docker/OCI image as a first-class project artifact. The supported OOTB Linux service path is the
auto-reviewbinary with embedded OCI isolation; operators may build their own Docker images if desired.Implements the Docker-image removal portion of ADR-0018.
Scope
ar-gateway-imagefromflake.nix.dev-gateway-containerif it only exists to exercise the official image shape.skopeousage that exists only for image publication/promotion.Acceptance Criteria
git.johnwilger.com/jwilger/auto_review/ar-gateway:*.Verification
just cinix build .Dependencies
Blocked by #217.