Skip to content

Commit 5200e65

Browse files
Eijebongahal
authored andcommitted
docs: Add a not about needing to change dockerfiles when migrating to 13.x
1 parent a2f5e8c commit 5200e65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/migrations.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This page can help when migrating Taskgraph across major versions.
2727
for it manually. If ``use-caches`` was previously set to ``false``, omit
2828
``checkout`` in the example above. If ``use-caches`` was previously set to
2929
``true``, replace ``true`` with the value above (including ``checkout``).
30+
31+
In Dockerfiles, replace `VOLUME /builds/worker/.cache` by
32+
`VOLUME /builds/worker/.task-cache/{uv, cargo, pip, npm}` as necessary.
33+
3034
* Invert any usage of the dict keys and values returned by `get_ancestors`:
3135

3236
For example, if you were using:

0 commit comments

Comments
 (0)