Open
Bug 1573991
Opened 5 years ago
Updated 4 years ago
[image-generation] Worker image-generation process suitable for hand-off to worker maintainers
Categories
(Taskcluster :: Workers, task)
Taskcluster
Workers
Tracking
(Not tracked)
NEW
People
(Reporter: dustin, Unassigned)
References
(Depends on 5 open bugs)
Details
Relops needs a mechanism for building images in all of our clouds for all of our worker implementations.
Comment 1•5 years ago
|
||
I've put some work into the Linux image story. My goal is to cover Linux images in GCP and AWS for both docker-worker and generic-worker. I'm using a combination of packer and bash scripts to bake AWS AMIs and Google Cloud Images for this purpose.
Currently I'm mostly focused on AWS because we're experimenting with metal instances for Android testing.
Repo here: https://github.com/milescrabill/monopacker/
Reporter | ||
Updated•5 years ago
|
Summary: Worker image-generation process suitable for hand-off to worker maintainers → [image-generation] Worker image-generation process suitable for hand-off to worker maintainers
Comment 3•5 years ago
|
||
I've added some new dependencies to the handoff. With that, we're up to date here.
Reporter | ||
Updated•4 years ago
|
Assignee: miles → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•