Closed
Bug 1170233
Opened 9 years ago
Closed 7 years ago
docker-worker: Whitelist docker images used by features (to avoid GC)
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jonasfj, Unassigned)
Details
(Whiteboard: [docker-worker])
Currently we garbage collect all docker images not in use.
We should never GC docker images for livelog or other images used by "features".
Updated•9 years ago
|
Component: TaskCluster → Docker-Worker
Product: Testing → Taskcluster
Comment 1•9 years ago
|
||
We should probably refactor all the features in the config to be under some top level key of "features" since it's a little bit of a message now. , rename the image key for each to be "dockerImage" and then the GC could just iterate over config.features and not remove images that are part of config.features.<feature>.dockerImage.
Work started with a different feature [1] to start moving to that model.
[1] https://github.com/taskcluster/docker-worker/blob/b74addc356481d953765040b7b9318c1c9627de2/config/defaults.js#L44
Updated•9 years ago
|
Whiteboard: [good first bug]
Updated•8 years ago
|
Whiteboard: [good first bug] → [docker-worker]
Updated•8 years ago
|
Component: Docker-Worker → Worker
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
QA Contact: pmoore
Resolution: --- → WONTFIX
Comment 2•7 years ago
|
||
The images we have for these things are very small these days, so not a biggy.
Assignee | ||
Updated•6 years ago
|
Component: Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•