File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
docs/buildtools/dockerpush Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,5 @@ func GetDescription() string {
88
99func 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}
You can’t perform that action at this time.
0 commit comments