Closed
Bug 1229902
Opened 10 years ago
Closed 7 years ago
Allow docker-worker features to adjust the dockerConfig
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dustin, Unassigned)
Details
(Whiteboard: [docker-worker])
There's some special-casing for the `interactive` feature, and I'm about to add more for the ptrace feature. It would be nice if a feature could hook into the states in such a way as to modify the dockerConfig before it's passed to DockerProc.
I looked at fixing this myself, but the states don't make a lot of sense -- the `created` function appears to be called well before the container is actually created, and anyway it doesn't make much sense to add an additional state for this transition. But it feels weird for `created` to somehow return parameters that would affect the creation of the container.
Updated•9 years ago
|
Whiteboard: [docker-worker]
Updated•9 years ago
|
Component: Docker-Worker → Worker
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
| 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
•