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
description: The format for the resulting image's mediaType. Valid values are oci or docker.
132
+
- name: source-date-epoch
133
+
type: string
134
+
default: ''
135
+
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.
136
+
- name: rewrite-timestamp
137
+
type: string
138
+
default: 'false'
139
+
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.
140
+
- name: omit-history
141
+
type: string
142
+
default: 'false'
143
+
description: When "true", omit the build history (history timestamps, layer metadata, etc.) from the resulting image.
144
+
- name: enable-package-registry-proxy
145
+
default: 'true'
146
+
description: Use the package registry proxy when prefetching dependencies
description: The format for the resulting image's mediaType. Valid values are oci or docker.
129
+
- name: source-date-epoch
130
+
type: string
131
+
default: ''
132
+
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.
133
+
- name: rewrite-timestamp
134
+
type: string
135
+
default: 'false'
136
+
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.
137
+
- name: omit-history
138
+
type: string
139
+
default: 'false'
140
+
description: When "true", omit the build history (history timestamps, layer metadata, etc.) from the resulting image.
141
+
- name: enable-package-registry-proxy
142
+
default: 'true'
143
+
description: Use the package registry proxy when prefetching dependencies
0 commit comments