Skip to content

Commit

Permalink
Merge pull request #187 from HeavyWombat/patch-2
Browse files Browse the repository at this point in the history
Update output timestamp SHIP
  • Loading branch information
openshift-merge-bot[bot] authored Mar 28, 2024
2 parents 164ce9b + cfd0a5a commit cd27374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ships/0037-build-output-timestamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ approvers:
- "@qu1queee"
creation-date: 2023-04-24
last-updated: 2023-12-11
status: implementable
status: implemented
---

# Build Output Image Timestamp
Expand Down Expand Up @@ -73,7 +73,7 @@ We will extend the Build resource by an additional (Unix epoch) timestamp entry
```yaml
spec:
output:
timestamp: Zero | SourceTimestamp | <timestamp> | (null)
timestamp: Zero | SourceTimestamp | BuildTimestamp | <timestamp> | (null)
```
The `timestamp` entry is an optional string value field with the default being `null`. It can have multiple values that lead to different behavior:
Expand Down

0 comments on commit cd27374

Please sign in to comment.