We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 164ce9b + cfd0a5a commit cd27374Copy full SHA for cd27374
ships/0037-build-output-timestamp.md
@@ -17,7 +17,7 @@ approvers:
17
- "@qu1queee"
18
creation-date: 2023-04-24
19
last-updated: 2023-12-11
20
-status: implementable
+status: implemented
21
---
22
23
# Build Output Image Timestamp
@@ -73,7 +73,7 @@ We will extend the Build resource by an additional (Unix epoch) timestamp entry
73
```yaml
74
spec:
75
output:
76
- timestamp: Zero | SourceTimestamp | <timestamp> | (null)
+ timestamp: Zero | SourceTimestamp | BuildTimestamp | <timestamp> | (null)
77
```
78
79
The `timestamp` entry is an optional string value field with the default being `null`. It can have multiple values that lead to different behavior:
0 commit comments