← Back to issue list

feat(template): use images command to poll docker daemon readiness

View original Github issue

Metadata

Project
rockcraft
Number
#1010
Type
pull request
State
open
Author
zhijie-yang
Labels
Created
Updated
Closed

Current evaluation

Swaps the Docker daemon readiness poll in the test init template from `docker run hello-world` to `docker images` to avoid Docker Hub rate limits in CI. 1-line change; 312 days inactive, 0 comments, 2 failing CI checks, target line still present at HEAD.

Suggested action: needs review

Reason: The PR is long inactive (312 days, 0 comments, 0 reviewers) but the change is still applicable: rockcraft/templates/test/spread.yaml.j2:22 still contains `retry --times=10 --delay 2 -- docker run hello-world` at HEAD, and no commit or issue has superseded it. It needs a maintainer to review the trivial 1-line template change and address the failing snap-tests and lint/files CI checks before landing.

Impact: 20 Quick Win: 19.0 Staleness: 75 Complexity: 5 Confidence: 80

Issue body

- [x] Have you followed the guidelines for contributing? - [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)? - [x] Have you successfully run `make lint && make test`? --- This PR changes the polling command for the readiness of the Docker daemon from `docker run hello-world` to `docker images` to prevent rate limit exceeds when running `rockcraft test` in CI.

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.8-27b
Impact: 20
Quick Win: 19.0
Staleness: 75
Complexity: 5
Confidence: 80
needs review Swaps the Docker daemon readiness poll in the test init template from `docker run hello-world` to `docker images` to avoid Docker Hub rate limits in CI. 1-line change; 312 days inactive, 0 comments, 2 failing CI checks, target line still present at HEAD.
qwen/qwen3.6-35b-a3b
Staleness: 85
Complexity: 10
Confidence: 75
close stale Changes Docker daemon readiness polling from docker run hello-world to docker images to prevent CI rate limits. Currently unreviewed, 272 days old, and has failing CI checks.
qwen3.6-35b-a3b-mtp-q6
Staleness: 90
Complexity: 10
Confidence: 70
needs review Changes Docker daemon readiness polling from docker run hello-world to docker images to prevent CI rate limits. The PR has been inactive for 257 days with zero maintainer comments.
qwen3.6-35b-a3b-mtp-q6
Staleness: 90
Complexity: 10
Confidence: 85
close stale Replaces docker run hello-world with docker images to poll Docker daemon readiness and avoid CI rate limits. PR remains unreviewed and inactive for over eight months.
qwen3.6-35b-a3b-mtp-q6
Staleness: 85
Complexity: 15
Confidence: 80
close stale Switches Docker daemon readiness polling from docker run hello-world to docker images to prevent CI rate limit errors during rockcraft test. Open for 235 days with no comments or labels, awaiting review or assignment.

Update history

No update history recorded yet.

Related issues

No related issues found above the similarity threshold.