Skip to content

Commit cd27374

Browse files
Merge pull request #187 from HeavyWombat/patch-2
Update output timestamp SHIP
2 parents 164ce9b + cfd0a5a commit cd27374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ships/0037-build-output-timestamp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ approvers:
1717
- "@qu1queee"
1818
creation-date: 2023-04-24
1919
last-updated: 2023-12-11
20-
status: implementable
20+
status: implemented
2121
---
2222

2323
# Build Output Image Timestamp
@@ -73,7 +73,7 @@ We will extend the Build resource by an additional (Unix epoch) timestamp entry
7373
```yaml
7474
spec:
7575
output:
76-
timestamp: Zero | SourceTimestamp | <timestamp> | (null)
76+
timestamp: Zero | SourceTimestamp | BuildTimestamp | <timestamp> | (null)
7777
```
7878
7979
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

Comments
 (0)