We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d190e commit 8135787Copy full SHA for 8135787
frontend/dockerfile/docs/reference.md
@@ -1476,8 +1476,8 @@ ADD [--checksum=<hash>] <src> ... <dir>
1476
```
1477
1478
The `--checksum` flag lets you verify the checksum of a remote resource. The
1479
-checksum is formatted as `<algorithm>:<hash>`. The supported algorithms are
1480
-`sha256`, `sha384`, and `sha512`.
+checksum is formatted as `sha256:<hash>`. SHA-256 is the only supported hash
+algorithm.
1481
1482
```dockerfile
1483
ADD --checksum=sha256:24454f830cdb571e2c4ad15481119c43b3cafd48dd869a9b2945d1036d1dc68d https://mirrors.edge.kernel.org/pub/linux/kernel/Historic/linux-0.01.tar.gz /
0 commit comments