From 9f9b5d915cea6bb0a5c7876a7970b5aa4d65c95e Mon Sep 17 00:00:00 2001 From: agrasthn <140591594+agrasth@users.noreply.github.com> Date: Sat, 24 May 2025 03:56:24 +0530 Subject: [PATCH] Added flag for docker validate sha --- .../package-managers-integration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/package-managers-integration.md b/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/package-managers-integration.md index 8e620c3f..c418764d 100644 --- a/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/package-managers-integration.md +++ b/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/package-managers-integration.md @@ -216,6 +216,7 @@ The following table lists the command arguments and flags: | `--skip-login` |
[Default: false]
Set to true if you'd like the command to skip performing docker login.
[Default: 3]
Number of working threads.
[Default: false]
Set true to include a list of the affected files as part of the command output summary.
[Default: false]
Set to true to enable SHA-based validation during Docker push. When enabled, manifest validation will use the image's SHA digest instead of name:tag. This is useful when pushing to virtual repositories where the tag might exist with different content in higher priority repositories.