Summary
Once Spider provides a stable worker-image release, replace the mutable default main tag used by the CLP Spider worker image with that stable, reviewed reference.
Rationale
ghcr.io/y-scope/spider/worker:main can change independently of CLP. Moving to a stable Spider release will make the worker-image dependency deliberate and reproducible while retaining the existing build-argument override.
Affected area
tools/docker-images/clp-spider-worker/Dockerfile
- Default
SPIDER_WORKER_IMAGE build argument
Acceptance criteria
Requested by: @20001020ycx
Related pull request: #2408
Related review comment: #2408 (comment)
Summary
Once Spider provides a stable worker-image release, replace the mutable default
maintag used by the CLP Spider worker image with that stable, reviewed reference.Rationale
ghcr.io/y-scope/spider/worker:maincan change independently of CLP. Moving to a stable Spider release will make the worker-image dependency deliberate and reproducible while retaining the existing build-argument override.Affected area
tools/docker-images/clp-spider-worker/DockerfileSPIDER_WORKER_IMAGEbuild argumentAcceptance criteria
maintag and instead uses the selected stable, reviewed reference.SPIDER_WORKER_IMAGEbuild-argument override remains supported.Requested by: @20001020ycx
Related pull request: #2408
Related review comment: #2408 (comment)