Run Docker image through unified auto-review binary #131
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-119-unified-docker-binary"
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?
Summary
/bin/auto-review gatewayar-gatewayentrypoint, and/bin/auto-reviewplus/bin/gitcontentsVerification
nix develop -c cargo fmt --all -- --checknix build .#checks.x86_64-linux.ar-gateway-docker-image-unified-binary-contractnix develop -c cargo test -p ar-cli cli::tests::flake_publishes_auto_review_as_the_only_operator_binary -- --nocapturenix flake checkCloses #119
The PR updates the Docker image command to use a unified auto-review binary and adds a contract check for the image. The changes appear safe to merge, but verify the new binary path is correct in all deployment environments.
Walkthrough
/bin/auto-reviewinstead of${ar-cli}/bin/auto-review./bin/auto-reviewfor the command./bin/auto-reviewand/bin/gitin the Docker image layers.auto-reviewbinary #119