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: pkg/build/stage/image_spec.go
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ const (
22
22
labelTemplateImage="image"
23
23
labelTemplateProject="project"
24
24
labelTemplateDelimiter="%"
25
-
werfLabelsGlobalWarning=`The "werf"and "werf-parent-stage-id" labels cannot be removed within the imageSpec stage, as they are essential for the proper operation of host and container registry cleanup.
25
+
werfLabelsGlobalWarning=`The "werf", "werf-stage-content-digest" and "werf.io/parent-stage-id" labels cannot be removed within the imageSpec stage, as they are essential for the proper operation of host and container registry cleanup.
26
26
27
27
If you need to remove all werf labels, use the werf export command. By default, this command removes all werf labels and fully detaches images from werf control, transferring host and container registry cleanup entirely to the user.
0 commit comments