Skip to content

Commit 559cdc9

Browse files
committed
Update help.go
1 parent 5df52a4 commit 559cdc9

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/buildtools/dockerpush/help.go

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,5 @@ func GetDescription() string {
88

99
func GetArguments() string {
1010
return ` docker push args
11-
The docker push args to run docker push.
12-
13-
--validate-sha
14-
Set to true to enable SHA-based validation during Docker push.
15-
When enabled, manifest validation will use the image's SHA digest instead of name:tag.
16-
This is useful when pushing to virtual repositories where the tag might exist with different content in higher priority repositories.
17-
The SHA digest is automatically determined from the local image.
18-
19-
With this flag, the CLI will:
20-
1. Use the local image's SHA digest for validation instead of the tag
21-
2. Attempt to find the image in the repository by SHA if tag-based lookup fails
22-
3. Continue the operation even if a digest mismatch is detected, with appropriate warnings`
11+
The docker push args to run docker push.`
2312
}

0 commit comments

Comments
 (0)