Skip to content

Commit 62417fd

Browse files
committed
Update spec to complete the example section
1 parent 7876da2 commit 62417fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,11 +525,12 @@ For example, if the client pushed a manifest with the following tags:
525525
PUT /v2/<name>/manifests/<digest>?tag=1.2.3&tag=1.2&tag=1&tag=latest
526526
```
527527

528-
The server could respond with the following headers:
528+
The server could respond with the following `OCI-Tag` field line(s) in the response header:
529529
```
530530
OCI-Tag: 1.2.3, 1.2, 1
531531
OCI-Tag: latest
532532
```
533+
Which would indicate tags `1.2.3`, `1.2`, `1`, and `latest` were created.
533534

534535
An attempt to pull a nonexistent repository MUST return response code `404 Not Found`.
535536

0 commit comments

Comments
 (0)