Skip to content

Commit 6796e47

Browse files
authored
move
1 parent 18a96bb commit 6796e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/build/building/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,8 @@ resources, and a protocol for parsing branches, tags, and subdirectories from
613613

614614
> [!NOTE]
615615
>
616-
> `ADD` redownloads the file every time (or uses a HEAD request with [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag)s
617-
> if the remote server supports it) the image is built to verify the checksum
616+
> `ADD` redownloads the file (or uses a HEAD request with [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag)s
617+
> if the remote server supports it) every time the image is built to verify the checksum
618618
> and monitor changes to bust the cache whereas the `RUN curl` equivalent only busts
619619
> the cache and redownloads the file when the process arguments changes
620620
> (e.g. the URL in the curl command is changed).

0 commit comments

Comments
 (0)