Skip to content

Commit 159f26c

Browse files
committed
Require build-date to be in RFC 3339 format
1 parent 6e7a335 commit 159f26c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following types of data are being considered:
3434
| version | Version of the image|
3535
| release | Release Number for this version|
3636
| architecture| Architecture for the image|
37-
| build-date | Date/Time image was built|
37+
| build-date | Date/Time image was built as [RFC 3339](https://tools.ietf.org/html/rfc3339) date-time|
3838
| vendor | Owner of the image|
3939
| url | Url with more information on the image|
4040
| summary | Short Description of the image|

vendor/redhat/labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $authoritative-source[:PORT]/PRODUCT[$PRODUCTGEN][--$PLATFORMDIFFERENTIATOR]/REP
4949
* `public` No redistribution limits beyond licenses
5050
* For Red Hat product images this will be set to `"authoritative-source-only"`
5151
* `"build-date"`
52-
* Date/Time image was built (Optional)
52+
* Date/Time image was built as [RFC 3339](https://tools.ietf.org/html/rfc3339) date-time (Optional)
5353
* `"url"` (Optional)
5454
* Url with more information on the image
5555
* `"summary"` (Required)

0 commit comments

Comments
 (0)