This script will estimate the number of unique Docker images introduced in the last 3 months into you Artifactory.
Pre-requites:
- Have the JFrog CLI installed and available on you path under jf. (see: https://jfrog.com/getcli/)
- Config the JFrog CLI with your Artifactory connection details as an admin user (see: https://www.jfrog.com/confluence/display/CLI/JFrog+CLI#JFrogCLI-JFrogPlatformConfiguration)
Running the script:
Note: This script will iterate over all of you Docker repositories and might cause increased workload on Artifactory and the DB through the duration of the execution.
It is recommended not to execute it during peak hours.
In order to run the script, execute countDocker.sh
Legacy JFrog CLI: If you are using a legacy version for the CLI (i.e., named jfrog and not jf), please execute: "countDoceker.sh legacy"