From 00e26abeba05b70ef79b75d6aa19edfda2132c02 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Fri, 14 Feb 2025 18:11:59 +0100 Subject: [PATCH] docs: Add a not about needing to change dockerfiles when migrating to 13.x --- docs/reference/migrations.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/migrations.rst b/docs/reference/migrations.rst index 21d7b6a3e..ff8a44111 100644 --- a/docs/reference/migrations.rst +++ b/docs/reference/migrations.rst @@ -19,6 +19,10 @@ This page can help when migrating Taskgraph across major versions. for it manually. If ``use-caches`` was previously set to ``false``, omit ``checkout`` in the example above. If ``use-caches`` was previously set to ``true``, replace ``true`` with the value above (including ``checkout``). + + In Dockerfiles, replace `VOLUME /builds/worker/.cache` by + `VOLUME /builds/worker/.task-cache/{uv, cargo, pip, npm}` as necessary. + * Invert any usage of the dict keys and values returned by `get_ancestors`: For example, if you were using: