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
Add ability to set --force-build-metadata flag of /kaniko/executor.
A new flag --force-build-metadata was added to kaniko that forces layers with no files to be added to the image. One use case is keeping the layer that contains metadata of RUN USER.
Value
Allows keeping metadata that can later be inspected. Example being RUN USER.
Definition of Done
The --force-build-metadata flag can be set for /kaniko/executor.
Effort (Optional)
Impacted Personas (Optional)
The text was updated successfully, but these errors were encountered:
Description
Add ability to set
--force-build-metadata
flag of/kaniko/executor
.A new flag
--force-build-metadata
was added to kaniko thatforces layers with no files to be added to the image
. One use case is keeping the layer that contains metadata ofRUN USER
.Value
Allows keeping metadata that can later be inspected. Example being
RUN USER
.Definition of Done
The
--force-build-metadata
flag can be set for/kaniko/executor
.Effort (Optional)
Impacted Personas (Optional)
The text was updated successfully, but these errors were encountered: