Closed
Bug 1198764
Opened 10 years ago
Closed 7 years ago
dockerSave doesn't save caches
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dustin, Unassigned)
Details
(Whiteboard: [docker-worker])
dustin@euclid ~/tmp $ docker run -ti --rm task/QJdfUWS9Trej9C1PLnyiCQ/0:latest /bin/bash
[root@taskcluster-worker ~]# su - worker
[worker@taskcluster-worker ~]$ cd workspace/
[worker@taskcluster-worker workspace]$ ls
[worker@taskcluster-worker workspace]$
..so, that's not a terribly useful docker image, as it's probably byte-for-byte the same as the input docker image..
Comment 1•10 years ago
|
||
This probably just haven't made it into production yet:
https://github.com/taskcluster/docker-worker/blob/master/lib/features/docker_save.js#L53-L83
Give it a shot with ami-test, it'll probably arrive along with interactive when dockers intermittent
bugs have been fixed...
Updated•9 years ago
|
Whiteboard: [docker-worker]
Updated•9 years ago
|
Component: Docker-Worker → Worker
| Reporter | ||
Comment 2•7 years ago
|
||
dockerSave is basically unused.
Status: NEW → RESOLVED
Closed: 7 years ago
QA Contact: pmoore
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
•