You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .tekton/docker-build.yaml
+34-16Lines changed: 34 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,18 @@ spec:
104
104
default: 'true'
105
105
description: Use the package registry proxy when prefetching dependencies
106
106
type: string
107
+
- name: source-date-epoch
108
+
type: string
109
+
default: ''
110
+
description: Sets the image created time and the SOURCE_DATE_EPOCH build argument. On its own, it does not change file timestamps inside the layers (set rewrite-timestamp to "true" for that). Leave empty to keep the actual build time.
111
+
- name: rewrite-timestamp
112
+
type: string
113
+
default: 'false'
114
+
description: When "true", clamp file modification times in the image layers to at most source-date-epoch. Does nothing unless source-date-epoch is set.
115
+
- name: omit-history
116
+
type: string
117
+
default: 'false'
118
+
description: When "true", omit the build history (history timestamps, layer metadata, etc.) from the resulting image.
Copy file name to clipboardExpand all lines: .tekton/docker-java-build.yaml
+34-16Lines changed: 34 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,18 @@ spec:
104
104
default: 'true'
105
105
description: Use the package registry proxy when prefetching dependencies
106
106
type: string
107
+
- name: source-date-epoch
108
+
type: string
109
+
default: ''
110
+
description: Sets the image created time and the SOURCE_DATE_EPOCH build argument. On its own, it does not change file timestamps inside the layers (set rewrite-timestamp to "true" for that). Leave empty to keep the actual build time.
111
+
- name: rewrite-timestamp
112
+
type: string
113
+
default: 'false'
114
+
description: When "true", clamp file modification times in the image layers to at most source-date-epoch. Does nothing unless source-date-epoch is set.
115
+
- name: omit-history
116
+
type: string
117
+
default: 'false'
118
+
description: When "true", omit the build history (history timestamps, layer metadata, etc.) from the resulting image.
0 commit comments